/* CSS Document */

a:link{
	color : #FFFFFF;
	text-decoration : none;
}

a:visited{
	color : #FFFFFF;
	text-decoration : none;
}


a:hover{
	color : ##FFFF00;
	text-decoration : none;
}


a:active{
	color : ##FFFF00;
	text-decoration : none;
}
 
.bodycopy { font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 11px; font-style: normal; line-height: 16px; font-weight: normal; 
font-variant: normal; color: #666C4E; text-decoration: none; text-align: justify; }
.bodycopy a:link{ color : #000000; text-decoration: underline; }
.bodycopy a:visited{ color : #000000; text-decoration: underline; }
.bodycopy a:hover{ color : #D56438; text-decoration: underline; }