body {
	font-family: Verdana, Sans-Serif;
	font-size: 16px;
        background-color:#FFFFFF;
        background-repeat: repeat-x;
        background-attachment: fixed;
}




.tableTips {

	font-size:12px;
	font-weight:normal;

}


.fieldTitles {

	font-size:14px;
	font-weight:bold;

}




a:link {
	font-family: Verdana, Sans-Serif;
	font-size: 14px;
	text-decoration: underline;
	font-weight: normal;
	color: #CC0000;
}	
		
a:visited {
	text-decoration: underline;
	font-size: 14px;
	font-weight: normal;
	font-family: Verdana, Sans-Serif;
	color: #CC0000;
}	
		
a:active {
	text-decoration: underline;
	font-size: 14px;
	font-weight: normal;
	font-family: Verdana, Sans-Serif;
	color: #FFFFFF;
	background: #CC0000;
}	
		
a:hover	{
	text-decoration: underline;
	font-size: 14px;
	color: #FFFFFF;
	background: #CC0000;
	font-family: Verdana, Sans-Serif;
	font-weight: normal;
}	
		



