.container{
	font-family: Verdana;
	font-size:11px;
	color:black;
	BORDER-RIGHT: #666666 1px solid;
	BORDER-TOP: #666666 1px solid;
	BORDER-LEFT: #666666 1px solid;
	BORDER-BOTTOM: #666666 1px solid;
	BACKGROUND-COLOR: #DCF2F8;
}
.imptext {
	margin: 1em 0;
	width: 9em;
	font-family: helvetica,arial,sans-serif;
	display:none;
	font-size: 70%;
	font-weight: bold;
}

.banner{
	border: 1px solid #666666;
}
.bodyFont{
	font-family:Verdana;
	font-size:12px;
	color:black
}
.footer{
	font-family:Verdana;
	font-size:12px;
	color:#FFFFFF;
	font-weight: bold;
	background-image: url(images/footer.jpg);
	height: 20px;
}
.inputTextHeader{
	font-family:Verdana;
	font-weight: bold;
	font-size:11px;
	color:black;
	background-color:#666666;
	text-align: center;
}
.finePrint{
	font-family:Arial;
	font-size: 10px;
	color:black;
	line-height: 10px;
}
.smFntTxtNoLine{
	font-family:Verdana;
	font-size: 10px;
	color:#CC6633;
}
.smFntTxtNoLine a:link{
	font-size: 10px;
	color:#CC6633;
}
.smFntTxtNoLine a:hover{
	text-decoration:underline;
	font-size: 10px;
	color:#CC6633;
}
.smFntTxtNoLine a:visted{
	font-size: 10px;
	color:#CC6633;
}
.smFntTxtNoLine a:active{
	font-size: 10px;
	color:#CC6633;
}
.smFntTxt{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:black;
	line-height: 10px;
}
.mdFntTxt{
	font-family:Verdana, Helvetica, sans-serif;
	font-size: 10pt;
	color:black;
	line-height: 10px;
}
/* FORMS */
.error{
	color: #FF0000;
	font-family: Tahoma, Arial;
	text-align: right;
	font-size: 11px;
}
.button{
	font-family:Verdana;
	font-size:11px;
	color:black;
	border: 1px solid #666666;
	background-color: #FFFFFF;
}
.textbox {
	font-family:Verdana;
	font-size:10px;
	color:black;
	background-color:white;
	border: 1px solid #666666;
	height:18px;
	padding-left: 3px;
}
.inputtext {
	font-size: 12px;
	color: #000000;
	font-family: arial, helvetica, sans-serif;
}

.label{
	color: #00000;
	font-family: Tahoma, Arial;
	text-align: right;
	font-weight: normal;
	font-size: 11px;
}
/* END FORMS */

/*HREFS
A {
	color: #C5600E;
	font-size:10px;
	font-family: Verdana, sans-serif;
	font-weight: normal;
	text-decoration: none;
}

A:Hover {
	font-size:10px;
	font-weight: normal;
	color: #CC6633;
	text-decoration: underline;
}

A:visited {
	color: #CC6633;
	font-size:10px;
	font-family: Verdana, sans-serif;
	font-weight: normal;
}*/
/*
 * Page Navigation Classes
 */
table.pagenavbar {
	width: 99%;
	border-collapse: collapse;

}

table.pagenavbar th {

	background-color: #f5f5f5;
	border-left: solid 1px #d5d5d5;
	border-right: solid 1px #d5d5d5;
	border-bottom: solid 1px #d5d5d5;

	text-align: center;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	font-size : 10px;
	font-weight: normal;
	color: #8F8F8F;
}

table.pagenavbar td {

	background-color: #f5f5f5;
	border-left: solid 1px #d5d5d5;
	border-right: solid 1px #d5d5d5;
	border-bottom: solid 1px #d5d5d5;

	text-align: center;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	font-size : 10px;
	font-weight: normal;
	color: #8F8F8F;
}
/*
 * Page Navigation Link Class
 */
a.pagenav:link, a.pagenav:visited {
	color : #E90000;
	font-size : 10px;
	font-weight: normal;
	text-decoration : none;
}
a.pagenav:hover {
	color : #FF9E31;
	font-size : 10px;
	font-weight: normal;
}
a.pagenav:active {
	color : #333333;
	font-size : 10px;
	font-weight: normal;
}
/*
 * END Page Navigation Classes
 */