.regtext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt; 
	color: #333333;
}

a.regtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #333333;
	text-decoration:none;
}

a.regtext:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #999999;
	text-decoration: none;
}

.topNav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 7pt; 
	color: #FFFFFF;
}

a.topNav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 7pt; 
	color: #FFFFFF;
	text-decoration: none;
}


a.topNav:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 7pt; 
	color: #FFFFFF;
	text-decoration: underline;
}


.innerNav {
	font-family: verdana, Arial, Helvetica, sans-serif;
	font-size: 7pt; 
	color: #000000;
}

a.innerNav {
	font-family: verdana, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	color: #000000;
	text-decoration:none;
}

a.innerNav:hover {
	font-family: verdana, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	color: #999999;
	text-decoration: none;
}


.innerOnNav {
	font-family: verdana, Arial, Helvetica, sans-serif;
	font-size: 7pt; 
	color: #000000;
	font-weight: bold;
}

a.innerOnNav {
	font-family: verdana, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	color: #000000;
	text-decoration:none;
	font-weight: bold;
}

a.innerOnNav:hover {
	font-family: verdana, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	color: #999999;
	text-decoration: none;
	font-weight: bold;
}


.regtextWt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt; 
	color: #FFFFFF;
}

a.regtextWt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #FFFFFF;
	text-decoration:none;
}
a.regtextWt:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #FFFFFF;
	text-decoration: underline;
}

.regtextbld {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #000000;
	font-weight: bold;
}

a.regtextbld {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #000000; 
	font-weight: bold;
	text-decoration: none;
}

a.regtextbld:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #666666;
	font-weight: bold;
	text-decoration: none;
}

.Headings {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	color: #006699;
	font-weight: bold;
	text-decoration: none;
}

.HeadingsSmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #006699;
	font-weight: bold;
	text-decoration: none;
}

.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #FFFFFF;
	font-weight: normal;
}
a.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #FFFFFF; 
	font-weight: normal;
	text-decoration: none;
}
a.footer:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: underline;
}
/* set the image to use and establish the lower-right position */ .cssbox, .cssbox_body, .cssbox_head, .cssbox_head h2 { background: transparent url(YourImageHere.png) no-repeat bottom right; } .cssbox { width: 335px !important; /* intended total box width - padding-right(next) */ width: 320px; /* IE Win = width - padding */ padding-right: 15px; /* the gap on the right edge of the image (not content padding) */ margin: 20px auto; /* use to position the box */ } /* set the top-right image */ .cssbox_head { background-position: top right; margin-right: -15px; /* pull the right image over on top of border */ padding-right: 40px; /* right-image-gap + right-inside padding */ } /* set the top-left image */ .cssbox_head h2 { background-position: top left; margin: 0; /* reset main site styles*/ border: 0; /* ditto */ padding: 25px 0 15px 40px; /* padding-left = image gap + interior padding ... no padding-right */ height: auto !important; height: 1%; /* IE Holly Hack */ } /* set the lower-left corner image */ .cssbox_body { background-position: bottom left; margin-right: 25px; /* interior-padding right */ padding: 15px 0 15px 40px; /* mirror .cssbox_head right/left */ } 

