/* CSS Document */

HTML BODY {
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #000000;
font-size: 62.5%;
}

p {
font-size: 12px;
line-height: 1.6em;
}

p.testimonial {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height: 1.3em;
	color: #FFFFFF;
	margin: 16px 0 0 0;
}
p.testimonialAttr {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #FFFFFF;
	line-height: 1.3em;
	text-align: right;
	margin: 16px 0 0 0;
}


li {
	font-size: 12px;
	line-height: 1.6em;
	margin: 6px 0;
}

h1{
	font-size: 24px;
	font-weight: normal;
	color: #006699;
	margin: 6px 0;
}

h2{
	font-size: 20px;
	font-weight: bold;
	color: #660033;
	margin: 0 0 6px 0;
}

h3{
	font-size: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-style: italic;
	color: #999966;
	margin: 0 0 6px 0;
}


td.topnav {
	color: #FFFFFF;
	font-weight: normal;
	font-size: 11px;
	height: 18px;
	border-right: 1px solid #FFFFFF;
	padding: 0 10px;
}

td.content{
	padding: 20px;
}

td.footer{
	font-size: 11px;
	color: #660000;
	font-weight: bold;
}

a{
	color:#660000;
}

a:visited{
	color: #660066;
}

.topnav a{
	color: #FFFFFF;
	text-decoration: none;
}

.topnav a:hover{
	text-decoration: underline;
}

.topnav a:visited {
	color: #ffffff;
}

.horizSeparator{
	height: 1px;
	margin: 24px 0;
	border-top: 1px dotted #999966;
}

img.alignLeft{
	margin: 0 10px 10px 0;
}