td {
  	font-family: Verdana;
	font-size: 11px;
	vertical-align: top;
}

.header {
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
	color: #336699;
}

.mainheader {
	font-family: arial;
	font-size: 12px;
	color: #6584A3;
	text-transform: uppercase;
	font-weight: bold;
	border:solid  #cccccc;
	border-width: 1 0 0 0;
	vertical align: bottom;
}

.subheader {
	font-family:trebuchet ms;
	font-weight: bold;
	font-size: 14px;
	color: #999999;
}

.qHead {
	font-family:trebuchet ms;
	font-weight: bold;
	font-size: 14px;
	color: #000000;
}

.section {
	border:solid thin #CCCCCC;
	border-width: 0 0 1 0;
	height: 30;
}

.select {
	cursor: pointer;
	cursor: hand;
}

.field_label {
	font-family: Verdana;
	font-size: 10px;
}

.fields  {
	font-size: 10px;
	}

textarea{
	font-family:trebuchet ms;
	font-size: 11px;
}

.body_text {
	line-height: 17px;
}

.error {
	font-family: Verdana;
	font-size: 10px;
	line-height: 12px;
	color: #ff0000;
	font-weight: bold;
}

.box {
	border:solid thin #CCCCCC;
	background: #FAF9F5;
	border-width: 1 1 1 1;
	}

.footer {
	color: #CCCCCC;
	}
		
/* HYPERLINK STYLE*/
a.form { 
	color: #336699; 
	text-decoration: none;
}  
a.form:hover {  
	color: #999999; 
	}
/* HYPERLINK STYLE 3 (BOTTOM)*/
a.k3 { 	color: #336699; 
		font-weight: normal;
		font-family: verdana;
		font-size: 11px;
		text-decoration: none;
}  
a.k3:hover {  color: #ffcc00; 
}
/* TOOLTIP STYLE*/
.tool-tip {
	color: #000;
	width: 200px;
	z-index: 13000;
}
.tool-title {
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	color: #ffcc00;
	padding: 8px 8px 4px;
	background: #003366;
	border-bottom: 1px solid #ffcc00;
}
.tool-text {
	font-size: 11px;
	line-height: 14px;
	color: #fff;
	padding: 4px 8px 8px;
	background: #003366;
}	