/* link, default font style and colors */

a:link		
{
	text-decoration: none;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #CC3333;
}
a:visited 
{  text-decoration: none; font-style: normal; line-height: normal; font-weight: normal; color: #CC3333}

a:active 
{  text-decoration: underline; font-style: normal; line-height: normal; font-weight: normal; color: #CC3333}

a:hover 	
{ color: #CC3333; text-decoration: underline; font-style: normal; line-height: normal; font-weight: normal} 	
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	background: #FFFFFF;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16pt;
	font-weight: normal;
	color: #CC3333;
}
.disclaimer {
	font-size: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #999999;
}
td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}
.pullquote {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: normal;
	color: #999999;
	font-style: italic;
}
.pullquotem {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-style: italic;
	color: #666666;
	background-color: #FFFFCC;
}
.ftn {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #999999;
}
.bodyem {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #333333;
	background-color: #FFFFCC;
}
.pullquotem-rd {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-style: italic;
	color: #CC3333;
	background-color: #FFFFCC;
}
acronym { 
	border-bottom: 1px dashed #4B4B4B; 
	cursor: help; 
}
abbr { 
	border-bottom: 1px dashed; 
	cursor: help;
}
body {
	background: #FFFFFF;
}
img {
	border-style: none;
}
#banner h2 {
	font: normal 100% Verdana, Arial, Helvetica, sans-serif;
	float: left;
	margin: 10px 0px 0px;
}#banner {
	width: 600px;
	margin: 0px auto 10px;
}
#banner img {
	float: right;
}
/* ------------- bug fixes ------------ */
/* add to a containing element to clear a float; see ie.css */
.clear:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}