/* CSS Document */
/* Used for the green fading background that appears on the right and left side of the browser window */
.FadingBackground{
	background-image:url(../images/fadingbackground.jpg);
	background-repeat:repeat-x;	
}
html { min-height: 100%; margin-bottom: 1px; }
td {
	font-family: Verdana;
	font-size: 11pt;
	color: black;
}
th {
	font-family: Verdana;
	font-size: 11pt;
	color: black;
}
/* Used for main blue headings which comes with a yellow line underneath it */
.Header {
	font-family: Verdana;
	font-size: 9pt;
	color: #0865a8;
	font-weight: bold;
}
/* This is the default. It's the same as BodyCopy. */
body {
	font-family: Verdana;
	font-size: 10pt;
	color: #666666;
	margin-top: 0px;
}
/* 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 highlighting information*/
.BodyCopyBold {
	font-family: Verdana;
	font-size: 8pt;
	font-weight: bold;
	color: black;
}
/* Used for green headings: */
.BodyCopyBoldGreen {
	font-family: Verdana;
	font-size: 8pt;
	font-weight: bold;
	color: #90A106;
}
.BodyCopyItalic {
	font-family: Verdana;
	font-size: 8pt;
	font-style: Italic;
	color: black;
}
.BodyCopyItalicGreen {
	font-family: Verdana;
	font-size: 8pt;
	font-style: Italic;
	color: #90A106;
}
/* Used for highlighting hyperlink text */
.BodyLink{
	font-family:Verdana;
	font-size:8pt;
	font-weight: bold;
	color:#90A106;
	text-decoration:underline;
}
/* Used for the background color in tables */
.BodyTableBackground {
	background:url(../images/tablecolorbar.jpg);
}

table.tabledata {
	border: solid #f0f3de thin;
	border-collapse: collapse;
}
td.tableheading {
	border: 1px solid #e5e9c4;
	padding: 6px;
	padding-left: 1.25em;
}
td.tablenobackground {
	border: 1px solid #e5e9c4;
	padding: 3px;
	border-top: none;
	border-bottom: none;
	padding-left: .5em;
}
td.tablebackground {
	border: 1px solid #e5e9c4;
	padding: 3px;
	border-top: none;
	border-bottom: none;
	padding-left: 0.5em;
	background-color:#f3f3de;
}

*#col1  { border: 3px solid black; }
/* Used for promo image1 
.PromoBackgroundImage1{
	background:url(../../images/promo1.jpg);
	background-repeat:no-repeat;
}*/
/* Used for promo image2 
.PromoBackgroundImage2{
	background:url(../../images/promo2.jpg);
	background-repeat:no-repeat;
}*/
/* 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;
}
/* Used for promo copy that is on the same line as a Promo Header (you need this because 
   the float:left attributes interfere with each other if you use PromoHeader and then 
   PromoCopy on the same line). eg: fieldseminars/promocopy2 */
.PromoCopy2 {
	font-family: Verdana;
	font-size: 8pt;
	color: #666666;
	float:left;
	border-top: 9px;
	line-height: 12px;
	cursor:hand;
	margin-bottom:0px;
}
/* Used for the spacing (<br> tags) that control the downward spacing from the top of the
   promo image to where the promo header begins */
.PromoPosition{
	line-height: 12px;
	height: 1%;
	cursor: hand;
}
a:bl:link{
	font-family: Verdana;
	font-size: 9px;
	color: #90A106;
	text-decoration: underlined;
}
a:bl:visited {
	font-family: Verdana;
	font-size: 9px;
	color: #90A106;
	text-decoration: underlined;
}
a:bl:hover {
	font-family: Verdana;
	font-size: 9px;
	color: #90A106;
	text-decoration: underlined;
}
a:bl:active {
	font-family: Verdana;
	font-size: 9px;
	color: #90A106;
	text-decoration: underlined;
}
/* Used for bullet image (the yellow triangle) */
ul{ 
	list-style-image:url(../images/navtriangle.jpg);	
}

.TitleBold {
	font-family: Verdana;
	font-size: 12pt;
	color: black;
}
