 Generic body styles that apply across the site 

body {background-color: #D3D3D3;}

td {font-family: Arial, Helvetica, sans-serif; font-size: 12px; line-height: 17px; margin-top:0px;}

 Linked styles 

a {color: 555656;}
a:link {color: #710C69; text-decoration: none;}
a:visited {color: #710C69; text-decoration: none;}
a:hover {color: #D9194F; text-decoration: underline;}
a:active {color: #333333; text-decoration: none;}

 Specific styles for individual elements 


.boldSubDrkGry {font-size: 11px; font-weight: bold; color: 333333;}
.date {
	font-size: 10px;
	color: 666666;
	background-position: left;
}
.dateWite {
	color:#ffffff;
	font-size: 10px;
	background-position: left;

}
.BluSubHdr {font-size: 13px; font-weight: bold; color:003E7D;}
.bullets {line-height: 17px;}
.boldBlu {font-weight: bold; color:003E7D;}
.sidebar {font-size:10px; line-height:15px;}
