body {
	background-color: #FFFFFF;
}
.container{
	font-family: Verdana;
	font-size:11px; 
	color:black;
	BORDER-RIGHT: #66C5E5 1px solid;
	BORDER-TOP: #66C5E5 1px solid;
	BORDER-LEFT: #66C5E5 1px solid;
	BORDER-BOTTOM: #66C5E5 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 #66C5E5;
}
.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:#66C5E5;
	text-align: center;
}
.finePrint{
	font-family:Arial; 
	font-size: 10px; 
	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 #66C5E5;
	background-color: #FFFFFF;
}
.textbox {
	font-family:Verdana; 
	font-size:11px; 
	color:black; 
	background-color:white;
	border: 1px solid #66C5E5;
}
.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:12px;	
	font-family: Arial, Helvetica, sans-serif; 
	font-weight: normal;
	text-decoration: none; 
}

A:Hover {
	font-size:12px;	
	font-weight: normal;
	color: #C5600E;
	text-decoration: underline;
}

A:visited { 
	color: #C5600E;
	font-size:12px;	
	font-family: Arial, Helvetica, sans-serif; 
	font-weight: normal;
	text-decoration: underline;
}
/*
 * 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 : 11px;
	font-weight: normal;
}
/*
 * END Page Navigation Classes
 */
