/* CSS Document */

body {
	margin:0px;
	background-color:#6D94B5;
	font-size:14px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	}

/* --------------------------------------------------- */

a:link.footer {
	color:#333333;
	font-weight:normal;
	font-size:11px;
	text-decoration:none;
	text-transform:uppercase;
	}

a:visited.footer {
	color:#333333;
	font-weight:normal;
	font-size:11px;
	text-decoration:none;
	text-transform:uppercase;
	}

a:hover.footer {
	color:#333333;
	font-weight:normal;
	font-size:11px;
	text-decoration:underline;
	text-transform:uppercase;
	}

a:active.footer {
	color:#333333;
	font-weight:normal;
	font-size:11px;
	text-decoration:none;
	}

/* --------------------------------------------------- */

p {
	color:#333333;
	font-style:normal;
	line-height:18px;
	padding-bottom:10px;
	margin-bottom:10px;
	}

p.footer {
	color:#333333;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:11px;
	font-style:normal;
	line-height:15px;
	font-weight:normal;
	text-transform:uppercase;
	}

p.consultant_quote {
	color:#BD0000;
	font-size:16px;
	font-weight:bold;
	line-height:20px;
	font-style:italic;
	}

/* --------------------------------------------------- */

.consultant_name {
	color:#BD0000;
	font-size:20px;
	font-weight:bold;
	line-height:24px;
	padding-bottom:10px;
	margin-bottom:10px;
	}

/* --------------------------------------------------- */

h1 {
	color:#C00700;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:24px;
	font-style:normal;
	line-height:normal;
	font-weight:normal;
	text-transform:capitalize;
	text-align:left;
	border-bottom-style:solid;
	border-bottom-color:#7298B7;
	border-bottom-width:1px;
	padding-bottom:2px;
	margin-bottom:25px;
	}

h1.index {
	color:#092B46;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:24px;
	font-style:normal;
	line-height:normal;
	font-weight:normal;
	text-transform:capitalize;
	text-align:left;
	border-bottom-style:solid;
	border-bottom-color:#7298B7;
	border-bottom-width:1px;
	padding-bottom:2px;
	margin-bottom:25px;
	}

h2 {
	color:#092B46;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	font-style:normal;
	line-height:normal;
	font-weight:bold;
	text-transform:uppercase;
	text-align:left;
	border-bottom-style:dotted;
	border-bottom-color:#7298B7;
	border-bottom-width:1px;
	margin:0px 0px 5px 0px;
	}

h3 {
	color:#5176BD;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-style:normal;
	line-height:normal;
	font-weight:bold;
	text-transform:capitalize;
	text-align:left;
	margin:0px 0px 10px 0px;
	}
	
ul {
	padding:0px 20px;
	margin-bottom:10px;
	}

li {
	padding-bottom:0px;
	}

li.content {
	padding-bottom:10px;
	}

ol {
	font-style:normal;
	line-height:12px;
	font-weight:normal;
	text-align:left;
	padding:0px 20px;
	margin-bottom:10px;
	}
