/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.style1 {font-size: 18px; line-height: 25px;}
.style3 {font-size: 18px; font-weight: bold; line-height: 30px;}
.style4 {color: #009ED5;}
.style5 {
	font-size: 14px;
	font-weight: bold;
	line-height: 30px;
}
.style6 {font-size: 16px; line-height: 20px;}
.style7 {
	font-size: 10px
}
a:link {
	color: #0099cc;
}
a:visited {
	color: #0066CC;
}
a:hover {
	color: #0066cc;
}
a:active {
	color: #0066cc;
}

.validatorCalloutHighlight
{
    background-color: #FFEB59;
}