@media screen 
{
	body {font-family:Arial, Helvetica, sans-serif; font-size:12px; }
	
	
	
	#repBodyBlue {color:#1397C1; font-weight:bold; font-size:14px; }
	#repBodyPlain {color:#FFF; }
	#repBodyHeadline {color:#FFF; font-size:14px; }
	.repBodyLink a:link {color:#1397C1; text-decoration:underline; }
	.repBodyLink a:visited {color:#1397C1; text-decoration:underline;}
	.repBodyLink a:hover {color:#A8D7EF; text-decoration:underline;}
	
	.repFooterText {color:#979797; }
	.repFooterText a:link {color:#979797; text-decoration:underline;}
	.repFooterText a:visited {color:#979797; text-decoration:underline; }
	.repFooterText a:hover {color:#ffffff; text-decoration:underline;}
	
}



@media print 
{
	
	body {font-family:Arial, Helvetica, sans-serif; font-size:12px;}
	#repFooterText {color:#979797; }
}
