@import url(/style/shared/RFStyle.css);

/* 
 * This is essentially blank, other than inheriting from shared.
 * Only put styles in here which are specific to your client.
 * Do not put any styles in here for Fett. 
 * All new clients should start with a clean, empty stylesheet,
 * using what's in shared, and then customize only what they need, as they go.
 */

a:HOVER 	{ color: #1774BF;}
a:link		{ color: #006699;}
a:visited 	{ color: 000066; }
a:active 	{ color: #3333EE; }

.note, .guidelines  {
	font-size:small;
	color:#000000;
}


body, td, th {
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:12px;
}


td.five, body.cp .heading {
	font-size:small;
	color:#000000;
}

.attention {
 background-color: #FFFFFF;
}

td.staffhead {
	background-color:#BFB66B;
	}
	
td.staffmain {
	background-color:#2C5E8F;
	}