body, td, p, .normal {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}

a:link {  color: #666666;}
a:visited {  color: #666666;}
a:hover {  color: #666666;}
a:active {  color: #6666666;}

a.custLink:link {  color: #FFFFFF; text-decoration: none;}
a.custLink:visited {  color: #FFFFFF; text-decoration: none;}
a.custLink:hover {  color: #FFFFFF; text-decoration: underline;}
a.custLink:active {  color: #FFFFFF; text-decoration: none;}

.title {
	font-size: 15px;
	font-weight: bold;
	color: #636363;
}

.White {
	color: #FFFFFF;
}

.button {
	font-family: Verdana, Arial, Helvetica, sans-serif;;
	font-size: 11;
	color: #FFFFFF;
	background-color: #3D4F7D;
	border-top: thin solid #3D4F7D;
	border-right: thin solid #3D4F7D;
	border-bottom: thin solid #3D4F7D;
	border-left: thin solid #3D4F7D;

}
.button1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;;
	font-size: 11;
	color: #FFFFFF;
	background-color: #666666;
	border-top: thin solid #666666;
	border-right: thin solid #666666;
	border-bottom: thin solid #666666;
	border-left: thin solid #666666;
	width: 120px;
	height: 25px;
}
.buttonred {
	font-family: Verdana, Arial, Helvetica, sans-serif;;
	font-size: 11;
	color: #FFFFFF;
	background-color: #900000;
	border-top: thin solid #900000;
	border-right: thin solid #900000;
	border-bottom: thin solid #900000;
	border-left: thin solid #900000;
	width: 120px;
	height: 25px;
}

