body {
	font-family: arial, helvetica;
	color: #000000; 
	font-size: 10pt;
	background: url("/images/backgroundIE1.jpg") repeat-x;
	background-color: #557DFB;
}
 
a:link {
	color: #3366FF;
	text-decoration: none;
}
 
a:visited {
	color: #F8AB24; /*#DDD200;*/
	text-decoration: none;
}
 
a:active {
	color: #0033CC;
}
 
a:hover {
	color: #00CC33;
	text-decoration: underline;
}
 
td {
	font-family: arial, helvetica;
	color: #000000; 
	font-size: 10pt;
}

u {
	color: #FFFF00;
}

div.header {
	color: #F9960C;
	font-weight: bold;
	/*text-decoration: underline;*/
	text-transform: capitalize;
}