/* Maxwell style sheet                                                  */
/* ------------------------------------------------------------------ */

a:link { text-decoration: none; color: #5D462E; }
a:visited { text-decoration: none; color: #5D462E; }
a:active { text-decoration: none; color: #5D462E; }
a:hover { text-decoration: underline; color: #333366; }
			
/* ------------------------------------------------------------------ */

body { 	font: 13px/18px Georgia, "Times New Roman", Times, serif;
	background-color: white;
	margin-left: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
}

p {	font: 13px/18px Georgia, "Times New Roman", Times, serif;
	margin-top: 0.6em;
	margin-bottom: 0;
}

h1 { 	font: bold 18px/18px Georgia, "Times New Roman", Times, serif;
	margin-top: 0;
	margin-bottom: 0;
}

h2 {	font: bold 18px/24px Georgia, "Times New Roman", Times, serif;
	margin-top: 0;
	margin-bottom: 0;
}

h3 {	font: bold 16px/19px Georgia, "Times New Roman", Times, serif;
	margin-top: 0;
	margin-bottom: 0;
}

h4 {	font: bold italic 13px/18px Georgia, "Times New Roman", Times, serif;
	margin-top: 0;
	margin-bottom: 0;
}

ul {	font: 13px/17px Georgia, "Times New Roman", Times, serif;
	list-style-type: square;
	margin-top: 0.6em;
	margin-bottom: 0;
}

ol {	font: 13px/17px Georgia, "Times New Roman", Times, serif;
	margin-top: 0.6em;
	margin-bottom: 0;
}

/* ------------------------------------------------------------------ */

.blue {
	color: 003399;
}
.content {
	padding-right: 24px;
	padding-left: 24px;
	background-image: url(../images/bgwave.gif);
	background-repeat: no-repeat;
	padding-top: 32px;
	padding-bottom: 16px;
}
.footer {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 15px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #6666CC;
	margin-top: 12px;
	padding-top: 6px;
	font-style: italic;
}
.allcaps {
	letter-spacing: .1em;
}
.notop {
	margin-top: 0px;
	padding-top: 0px;
}
.quote {
	color: #003366;
}
.contentNoBG {
	padding-right: 24px;
	padding-left: 24px;
	padding-top: 32px;
	padding-bottom: 16px;
}
.small {
	font-size: 11px;
	line-height: 15px;
	font-style: italic;
}
.rightnav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000033;
}
.rightbold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #000033;
}
.righttitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000033;
	word-spacing: 0.03em;
}
.bluespace {
	color: 003399;
	line-height: 17px;
}
.contentNoBG table tr .small p .style2 {
	color: #4D6AB8;
}
