/* Color chart http://webmonkey.com/webmonkey/reference/color_codes/
0=zero 
000000 = Black
ffffff = White
cccccc = Light Gray
666666 = Gray
ffcc00 = Orange
ff0000 = Red
003399 = Blue
0033cc = Light Blue
00ccff = Lighter Blue

*/

@charset "utf-8";

.topnav {
	font-family: Vardana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	text-align: center;
	background-position: center;
	text-transform: uppercase;
}
.bodycopy {
	font-family: Vardana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: none;
	text-decoration: none;
	list-style-image: url(images/square2.gif);
}
a:link {
  color: #blue; 
  text-decoration: none; /*Eliminates the underline*/ 
  background: none;}/*normal links in the text*/
a:visited {
  color: #9900cc; 
  text-decoration: none; 
  background: none;}
a:hover { /*this effect is not shown in NN4.xx*/
  color: #ff0000; 
  text-decoration: underline; 
  background: none;}
a:active {/*colour in NN4.xx is red*/ 
  color: #9999CC; 
  text-decoration: underline; 
  background: none;}
}
.pagehead {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	color: #666666;
}
.smallcopy {
	font-family: Vardana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
.tabname {
	font-family: Vardana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}
a.topnav:hover {
	color: #ff0000;
}
.bottomnav {
	font-family: Vardana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}
a.bodycopy:hover {
	color: #ff0000;
}
a.bottomnav:hover {
	color: #ff0000;
}
a.tabname:hover {
	color: #ff0000;
}
.subhead {
	font-family: Vardana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}
a.subhead:hover {
	color: #ff0000;
	
	
}
.adbox {
font-size: 11px;
font-family: Vardana, Arial, Helvetica, sans-serif;
}
a.adbox:link {
text-decoration: none;
}
a.adbox:hover {
text-decoration: underline;
}
a.adbox:visited {
text-decoration: underline;
}
