/* CSS Document */
a:link {  color: #cc0000; font-weight: bold; text-decoration: none;}
a:visited {  color: #990000; font-weight: bold; text-decoration: none;}
a:hover {  color: #ff0000; font-weight: bold; text-decoration: underline;}


a.white:link {  color: #ffffff; font-weight: bold; text-decoration: none;}
a.white:visited {  color: #ffffff; font-weight: bold; text-decoration: none;}
a.white:hover {  color: #ffffff; font-weight: bold; text-decoration: underline;}


.body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #666666;
	line-height: 1.5;
}
.bottomlinks {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #ffffff;
	line-height: 1.5;
}
.title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #cc0000;
	font-weight:bold;
}