h1, h2, h3, h4, h5, h6, p, td, th, div, span, ul, ol, dl  { font-family:Verdana, Helvetica, Arial, sans-serif; }

/* sizing classes for Verdana font on PC/IE4+ */
.xsmall { font-size: 60%; }
.small { font-size: 68%; }
.medium { font-size: 80%; }
.normal { font-size: 80%; }
.large { font-size: 16px; }
.xlarge { font-size: 24px; }
.footer { font-size: 68%; }
td.content p.first { 
	font-size: 80%; 
	line-height: 150%; 
	margin-top:0px; 
	text-indent:0px; 
}
td.content p.addtl { 
	font-size: 80%; 
	line-height: 150%; 
	margin-top: -1em; 
	text-indent:2em; 
}
td.content div.breadcrumbs { font-size: 68%; }
td.content ul { font-size: 68%; }

td.copyright {
	FONT-SIZE: 12px;
	FONT-WEIGHT: bold;
	color:#990033;
}

/* Format positioning */
h4 {margin-top: 1.5em; margin-bottom: .5em; }


/* Hyperlink colors */
a:link {
	text-decoration: none;
}
a:hover {
	text-decoration: underline overline;
	color: #a81e28;
}
a:active {
	text-decoration: none;
	color: #FFCC00;
}
a:visited {
	text-decoration: none;
	color: #a81e28;
}
a:hover, visited {
	text-decoration: underline overline;
	color: #a81e28;
}
