A:link {
	COLOR: #758AEF;
}
A:visited {
	COLOR: #758AEF;
}
A:hover {
	COLOR: #999999;
}
TR {
	FONT-SIZE: 8pt; FONT-FAMILY: verdana, arial
}
TD {
	FONT-SIZE: 8pt; FONT-FAMILY: verdana, arial
}
.BOD {
	FONT-SIZE: 8pt;
	FONT-FAMILY: verdana, arial;
	COLOR: #999999;
}
.small {
	FONT-WEIGHT: normal;
	FONT-SIZE: 7pt;
	COLOR: #999999;
	FONT-FAMILY: verdana, arial
}
.White {
	FONT-SIZE: 7pt; COLOR: #ffffff; FONT-FAMILY: verdana, arial
}
.Blue A {
	TEXT-DECORATION: none
}
.White A {
	COLOR: White;
}
.White A:visited {
	COLOR: #CCCCCC;
}
.White A:hover {
	COLOR: #FFFFCC;
}
.homeblurb A {
	TEXT-DECORATION: none
}
.FormSmall {
	FONT-WEIGHT: normal;
	FONT-SIZE: 10px;
	COLOR: Gray;
	FONT-FAMILY: verdana, arial;
	BACKGROUND-COLOR: #ffffff
}
.SideNav A {
	TEXT-DECORATION: none
}
.SideNav A {
	COLOR: White;
}
.SideNav A:visited {
	COLOR: #CCCCCC;
}
.SideNav A:hover {
	COLOR: #ffffff
}
.SubNav {
	FONT-SIZE: 10px; font-face: verdana, arial
}
.SubNav A {
	TEXT-DECORATION: none
}
.SubNav A {
	COLOR: White;
}
.SubNav A:visited {
	COLOR: #cccccc
}
.SubNav A:hover {
	COLOR: #FFFFCC;
}
.SideNavMain A {
	COLOR: White;
}
.SideNavMain A:hover {
	COLOR: #FFFFCC;
}
.SideNavMain A:visited {
	COLOR: White;
}
.SideNavMain A {
	TEXT-DECORATION: none
}
.SideNavSub A:visited {
	COLOR: White;
}
#NavSub {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000066;
	border-bottom-color: #000066;
}
.SideNavSub A {
	COLOR: #3399CC;
}
.SideNavSub A {
	TEXT-DECORATION: none
}
.SideNavSub A:hover {
	COLOR: #6699CC;
}
.SideNavSubSelect A:hover {
	COLOR: White;
}
.SideNavSubSelect A {
	COLOR: White;
}
.SideNavSubSelect A:visited {
	COLOR: White;
}
.SideNavSubSelect A {
	TEXT-DECORATION: none
}
.Head1 {
	FONT-WEIGHT: bold;
	FONT-SIZE: 11pt;
	COLOR: #666666;
	FONT-FAMILY: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-face: verdana, arial
}
.Head2 {
	FONT-WEIGHT: bold;
	FONT-SIZE: 8pt;
	COLOR: Red;
	FONT-FAMILY: Verdana, Geneva, Arial, Helvetica, sans-serif;
	face-face: verdana, arial
}
.qoute {
	FONT-SIZE: 12pt;
	COLOR: #CCCCCC;
	FONT-FAMILY: sans-serif;
	face-face: Verdana
}
.qoute2 {
	FONT-SIZE: 9pt;
	COLOR: #FF3333;
	FONT-FAMILY: sans-serif;
	face-face: Verdana
}
.clslisthead {
	FONT-WEIGHT: bold;
	FONT-SIZE: 11px;
	COLOR: #ffffff;
	FONT-STYLE: normal;
	FONT-FAMILY: Verdana, Geneva, Arial, Helvetica, sans-serif;
	BACKGROUND-COLOR: #FF3300;
}
.Content A {
	COLOR: #666666;
}
.Content A:hover {
	COLOR: #FF3300;
}
.Content A {
	TEXT-DECORATION: underline
}
.homeblurb A {
	TEXT-DECORATION: none
}
.date {
	FONT: bold 10px Verdana, sans-serif;
	COLOR: #666666;
}
.topbar {
	background-image: url(images/bar1.jpg);
	background-repeat: repeat-x;
	height: 12px;
}
.copyright {
	font-size: 80%;
	padding-right: 10px;
	padding-left: 10px;
}
.textSubheader {
	color: #758AEF;
	font-weight: bold;
}
.backgndlogolines {
	background-image: url(images/backlogolines.gif);
	background-repeat: repeat-x;
}
.MainContent {
	padding: 5px 10px 5px 5px;
}
.lineHed {
	font-size: 110%;
	font-weight: bold;
	color: #758AEF;
	display: block;
	text-transform: uppercase;
}

form {
	
	padding: 10px 10px 5px;
	border: 1px solid #E8E0C9;
	background: #758AEF;
}
input {
	background: #EBF0FA;
	border: 1px solid #000;
	color: #036;
	display: block;
	font-size: 12px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
}
textarea {
	background: #EBF0FA;
	border: 1px solid #000;
	color: #036;
	font-size: 12px;
}
select {
	background: #EBF0FA;
	border: 1px solid #000;
	color: #036;
	font-size: 12px;
}
/* The following selector controls how the inputs look when they have focus, but since IE does not support focus, these effects are not seen there. */
input:focus, textarea:focus {
	background: #556EC0;
	color: #FFF;
	border: 1px solid #FFF;
	padding: 2px;
	font-size: 12px;
	vertical-align: text-top;
}
label {
	color: #000;
	display: block;
	text-align: right;
	vertical-align: top;
}
fieldset {
	background: #B4C6F8 url(images/bkf16.jpg) repeat-x;
	border: 1px solid #FFF;
	padding: 5px 15px 16px;
	
}
legend {
	color: #036; /* Sets text color of fieldset legend to dark purple. */
	font-size: 1.2em; /* Sets font size larger than default. */
	background: #CDDBF4; /* Sets background color to light blue. */
	padding: 1px 5px; /* Creates space between borders of legend and its text. */
	border: 1px solid #036; /* Sets border to dark purple. */
	/*display: block;  You may find you need to use this selector because Opera sometimes lowers the legend and starts the first field to the right of it. However, this display declaration causes IE to put the background color all the way across the top of the fieldset, so if you use it, use the comment backslash hack combined with the star filter to feed a width that only IE PC sees. */ 
}
.submitbut {
	padding-top: 3px;
}
.hidehidden {
	display: none;
}
