BODY {
	background-color : white;
	background-position : center;
	font-family : Verdana, Arial, Helvetica ;
	font-size : 11px;
	margin : 0px 0px 0px 0px;
}

BODY.help {
	background-color : white;
	background-position : center;
	font-family : Verdana, Arial, Helvetica ;
	font-size : 12px;
	margin : 10px 10px 10px 10px;
}

BODY.help_menu {
	background-color : white;
	background-position : center;
	font-family : Verdana, Arial, Helvetica ;
	font-size : 11px;
	margin : 10px 10px 10px 10px;
}

.help_table {
	font-family : Verdana, Arial, Helvetica ;
	font-size : 11px;
}

A:link { color: #006699; text-decoration: underline;}
A:visited { color: #006699; text-decoration: underline;}
A:hover { color: #006699; text-decoration: none;}

A.headerlinks:link { color: #000000; text-decoration: none; font-weight : bold;}
A.headerlinks:visited { color: #000000; text-decoration: none; font-weight : bold;}
A.headerlinks:hover { color: #000000; text-decoration: underline; font-weight : bold;}

A.navheader:link { color: #444444; text-decoration: none; font-weight : bold;}
A.navheader:visited { color: #444444; text-decoration: none; font-weight : bold;}
A.navheader:hover { color: #444444; text-decoration: underline; font-weight : bold;}

.whitesmall {
	font-family : Verdana, Arial, Helvetica;
	font-size : 8pt;
	font-weight : bold;
	color : white;
}

.greysmall {
	font-family : Verdana, Arial, Helvetica;
	font-size : 8pt;
	font-weight : bold;
	color : #4781C8;
}

.redsmall {
	font-family : Verdana, Arial, Helvetica;
	font-size : 8pt;
	font-weight : bold;
	color : #ff0000;
}

.text12 {
	font-family : Verdana, Arial, Helvetica;
	font-size : 11px;
	line-height: 15px;
	font-weight: bold;
}

.text12_nb {
	font-family : Verdana, Arial, Helvetica;
	font-size : 11px;
	line-height: 15px;
}

.text14 {
	font-family : Arial, Verdana, Helvetica;
	font-size : 14px;
	line-height: 16px;
	font-weight: bold;
}

.text16 {
	font-family : Arial, Verdana, Helvetica;
	font-size : 16px;
	line-height: 22px;
	font-weight: bold;
}

.text20 {
	font-family : Arial, Verdana, Helvetica;
	font-size : 20px;
	line-height: 22px;
	font-weight: bold;
}

TD {
	font-family : Verdana, Arial, Helvetica ;
	font-size : 12px;
}

TABLE.err_table {
	background-color: #EEEEEE; 
	border: 1px solid #999999;
}

.errmsg {
	border: 1px dashed grey;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 3px;
	padding-bottom: 3px;
	color: red;
	font-weight: bold;
}

TD.padded {
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	padding-right: 2px;
	border: 1px solid #999999;
	color: #444444;
}

TD.err_cell {
	background-color: white;
	border: 1px solid #999999;
}

.navover {
	background: yellow;
	cursor: hand; 
	cursor: pointer;
	text-decoration: underline;
	border: 1px solid #999999;
	color: #444444;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	padding-right: 2px;
}

.navout {
	cursor: none; 
	cursor: none;
	text-decoration: none;
	border: 1px solid #999999;
	color: #444444;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	padding-right: 2px;
}

.demognavover {
	background: #006699;
	text-decoration: underline;
	color: #ffffff;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	padding-right: 2px;
}

.demognavout {
	background: white;
	cursor: none; 
	cursor: none;
	text-decoration: none;
	color: #006699;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	padding-right: 2px;
}

TABLE {
	padding: 0px;
	cell-spacing: 0px;
	border: 0px
}

TABLE.search {
	border: 1px solid #999999;
	background-color: #EEEEEE;
}

DIV {
	font-family : Verdana, Arial, Helvetica ;
	font-size : 10pt;
}

.hidden { display : none; }

.center {
	text-align: center;
}

.directions {
	font-family : Verdana, Arial, Helvetica;
	font-size : 11px;
	line-height: 15px;
	color : #ff0080;
}

.bold {
	font-weight: bold;
	h: expression(onmouseover=new Function("this.style.backgroundColor='#ff6'; this.style.border=' 1px solid #f00';"),
                       onmouseout=new Function("this.style.backgroundColor='#EEEEEE'; this.style.border='1px solid #999999';"));
}

.bold:hover {
    border: 1px solid #f00;
    background: #ff6;
	cursor: hand; 
	cursor: pointer;
}


.error {
	font-family : Verdana, Arial, Helvetica;
	font-size : 11px;
	color : red;
	font-weight : bold;
}

INPUT {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica;
	font-weight : normal;
	height: 19px;
	padding-left:  3px;
	padding-right: 3px;
	padding-top:   2px;
	padding-bottom:2px;
	background-color: #EEEEEE; 
	border: 1px solid #999999;

//	h: expression(onmouseover=new Function("this.style.backgroundColor='#ff6'; this.style.border=' 1px solid #f00';"),
//                       onmouseout=new Function("this.style.backgroundColor='#EEEEEE'; this.style.border='1px solid #999999';"));

}

//input:hover {
//    border: 1px solid #f00;
//    background: #ff6;
//}

//select:hover {
//    border: 1px solid #f00;
//    background: #ff6;
//}

input.selsmallwhite {
	width: 120px;
	background-color: white;
	border-style: inset;
	border-width: 1px;
}

INPUT.inputwhite {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica;
	font-weight : normal;
	background-color: white;
}


.headers {
	font-family : Verdana, Arial, Helvetica;
	font-size : 12px;
	font-weight : bold;
	color : black;
	height: 23px;
	background-image:url('images/header_grey3.jpg'); 
 	background-repeat: repeat-x;
}


SELECT {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica;
	background-color: #EEEEEE; 
	border: 1px solid #999999;
}

SELECT.seldate {
	width: 55px;
}

SELECT.selsmall {
	width: 50px;
}

SELECT.selsmallwhite {
	width: 120px;
	background-color: white;
}

OPTGROUP {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica;
	font-style: none;
}

OPTION {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica;
}

TEXTAREA {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 2px;
	padding-left: 2px;
	background-color: #EEEEEE; 
	border: 1px solid #999999;
}

TD.border {
		  background-color:#BCD8F6;
		  color : #000000;
		  line-height : 10pt;
		  font-weight : bold;
		  cursor: hand; 
		  cursor: pointer;
		  padding-left: 4px;
}

TD.trans {
		font-family : Verdana, Arial, Helvetica ;
		font-size : 8pt;
		line-height : 10pt;
		color : #FFFFFF;
		font-weight : bold;
		padding-left: 4px;
}

.whitetxt12 {
	font-family : Verdana, Arial, Helvetica;
	font-size : 12px;
	font-weight : bold;
	color : white;
}

.menu_white {
	background-color: #FFFFFF;
}

.menu_alt {
	background-color: #EEEEEE;
}

.menu_lit {
	background-color: #FFFF00;
}

.bgcolor {

}

.bgreverse {
		background-color: #cccce6;
}

/* These are used in the wrapTipContent function */
div#tipDiv div.img { text-align:center }
div#tipDiv div.txt { text-align:center; margin-top:4px }

/* CSS for the 8/2009 layout method. */
.columns {
	width: 365px;
	float: left;
	line-height: 18px;
}

.column1 {
	margin-right: 20px;
}


.label {
	width: 140px;
	height: 100%;
	vertical-align: bottom;
	float: left;
	clear: left;
}

.contact_info {
	margin-top: 4px;
	margin-left: 140px; 
	font-size: 8pt;
	line-height: 14px;
}

DIV INPUT {
	margin-top: 4px;
	margin-right: 0px;
	padding-top: 2px;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-left: 2px;
}

DIV SELECT {
	margin-top: 4px;
}



