/* CSS Document */
a:link {  color: #efa000; font-weight: bold; text-decoration: none;}
a:visited {  color: #efa000; font-weight: bold; text-decoration: none;}
a:hover {  color: #efa000; 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: #00467f;
	line-height: 1.5;
}
.bottomlinks {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #999999;
	line-height: 1.5;
}
.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #00467f;
	font-weight:bold;
}
.buttons{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #00467f;
	font-weight:normal;
}
.smallheadline{  color: #efa000; font-weight: bold; text-decoration: none;}