.FadingBackground{
	background-image:url(../images/fadingbackground.jpg);
	background-repeat:repeat-x;	
}
body {
	font-family: Verdana;
	font-size: 10pt;
	color: #666666;
	margin-top:0px;
}

td {
	font-family: Verdana;
	font-size: 10pt;
	color: #666666;
}

th {
	font-family: Verdana;
	font-size: 10pt;
	color: #666666;
}
.PrimaryNav {
	font-family: Bodega Sans Black Oldstyple;
	font-size: 16pt;
}
.HPHeader {
	font-family: Verdana;
	font-size: 9pt;
	color: #0865a8;
	font-weight: bold;
}
.HPTitleCopy {
	font-family:Verdana;
	font-size: 9pt;
	color: #90A106;
}
.HPBodyCopy {
	font-family: Verdana;
	font-size: 8pt;
	color: #666666;
}
/* Used for Sub Headings (this is same as BodyCopyBoldGreen but is here in case PRNSA someday wants
   to distinguish Sub Headings from bold-green copy text): */
.SubHead {
	font-family: Verdana;
	font-size: 8pt;
	font-weight: bold;
	color: #90A106;
}
/* Used for plain bodycopy text */
.BodyCopy {
	font-family: Verdana;
	font-size: 8pt;
	color: black;
}

/* Used for the Heading text in the Promo Box copy */
.PromoHeader {
	font-family: Verdana Bold;
	font-size: 8pt;
	font-weight: bold;
	color: #0865a8;
	float:left;
	border-top: 9px;
	margin-left: 8px;
	margin-right: 8px;
	line-height: 12px;
	cursor:hand;
	margin-bottom:0px;
}
/* Used for the normal text in the Promo Box copy */
.PromoCopy {
	font-family: Verdana;
	font-size: 8pt;
	color: #666666;
	float:left;
	margin: 8px;
	line-height: 12px;
	cursor: hand;
	margin-top:0px;
}
a:link {
	font-family: Verdana;
	font-size: 9px;
	color: #0865A8;
	text-decoration: none;
}
a:visited {
	font-family: Verdana;
	font-size: 9px;
	color: #0865A8;
	text-decoration: none;
}
a:hover {
	font-family: Verdana;
	font-size: 9px;
	color: #0865A8;
	text-decoration:underline;
}
a:active {
	font-family: Verdana;
	font-size: 9px;
	color: #000000;
	text-decoration: none;
}

