/* CSS Document */

body {
	background-color: #c0c0c0;
}

a { 
	color: #FF9933; 
	text-decoration: none 
}

a:hover { 
	color: #FFFFFF; 
	background-color: #FF9933 
}

a:visited { 
	color: #16589b; 
	text-decoration: none 
}

a.standard { 
	color: #0033CC; 
	text-decoration: none 
}

a:hover.standard {
	color: #FF9933;
	background-color : transparent;
}

a:visited.standard { 
	color: #996600; 
	text-decoration: none 
}

.links { 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px
}

.bodyCopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333
}


.bodyCopy_links {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333
}
