/* CSS Document */
<style type="text/css">

a { text-decoration: underline; }
a:link { text-decoration: underline; color: #3399FF; }
a:visited { text-decoration: underline; color: #0066CC; }
a:active { text-decoration: underline; color: #0066CC; }
a:hover { text-decoration: underline; color: #0066CC; }

a.submenu 			{ text-decoration: none; }
a.submenu:link 		{ text-decoration: none; color: #999999; }
a.submenu:visited	{ text-decoration: none; color: #000000; }
a.submenu:active 	{ text-decoration: none; color: #000000; }
a.submenu:hover 	{ text-decoration: none; color: #000000; }

body,td,th {
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 15px;
	color: #666666;
}

body { background-color: #FFFFFF; }

img { border:none; }

.headline {
	font-family:Arial, Helvetica, sans-serif; 
	font-weight:bold; 
	font-size: 18px;
	color:#000000
}

.quote {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-style: italic;
	font-weight: bold;
	font-size: 19px;
	line-height: 20px;
	color: #3399FF;
}

.default_testimonial {
	font-family:Arial, Helvetica, sans-serif; 
	font-weight:bold; 
	text-transform: uppercase;
}

.submenu {
	text-transform: uppercase;
}

.pro_neck_tor {
	font-weight:bold;
	color:#555555;
}

.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color:#FFFFFF;
}

</style>