*
{
	font-family: Trebuchet MS, Arial, sans-serif;
}

html
{
	height: 100%;
}

body
{
	margin: 0px;
	height: 100%;
	color: #0A246A;
	font-size: 12px;
}

td {
	font-size: 12px;
}

.header
{
	font-size: 26px;
	font-weight: bold;
}

.header_italic
{
	font-size: 26px;
	font-weight: bold;
	font-style: italic;
}

.border
{
	border: 1px solid #4682B4;
}

div.pager_selected
{
	color: #6BAF58;
	display: inline;
	border: 1px solid #0A246A;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
}

a
{
	color: #0A246A;
}

a.pager
{
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
}


/* FormCheck */
.FormCheckGood {
	/*empty because back to browser default*/
}

.FormCheckBad {
	border:2px solid #FF0000;
	color:#333333;	
}
