/* footer style*/
.footer {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9px; color: #FFFFFF; }
a.footer:link {
	color: #FFCC00;
	text-decoration: none;
}
a.footer:visited {
	text-decoration: none;
	color: #FFCC00;
}
a.footer:hover {
	text-decoration: underline;
	color: #FFCC00;
}
a.footer:active {
	text-decoration: none;
	color: #FFFF00;
}

/* body copy style*/
.bodycopy {	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
a.bodycopy:link {
	color: #0000FF;
	text-decoration: none;
}
a.bodycopy:visited {
	text-decoration: none;
	color: #0000FF;
}
a.bodycopy:hover {
	text-decoration: underline;
	color: #0000FF;
}
a.bodycopy:active {
	text-decoration: underline;
	color: #0000FF;
}