body {
	background-color: #FFFFFF;
}
.banner{
	border: 1px solid #FDC11B;
	font-family:Verdana; 
	font-size: 11px; 
	color:black;
	font: italic;
	font-style: normal;
	font-weight: normal;
}
.bodyFont{
	font-family:Verdana; 
	font-size:12px; 
	color:black
}
.inputText{
	font-family:Verdana; 
	font-size:11px; 
	color:black; 
	background-color:white;
	border: 1px solid #FDC11B;
}
.inputTextHeader{
	font-family:Verdana; 
	font-weight: bold;
	font-size:11px; 
	color:black; 
	background-color:#FFEE8A;
	text-align: center;
}
.finePrint{
	font-family:Verdana; 
	font-size: 10px; 
	color:black;
	font: italic;
	font-style: normal;
	font-weight: normal;
	}
	
.button{
	font-family:Verdana; 
	font-size:11px; 
	color:black; 
/*	background-color:white;*/
	border: 1px solid #FDC11B;
}

.container{
	font-family: Verdana;
	font-size:11px; 
	color:black;
	BORDER-RIGHT: #FDC11B 1px solid; BORDER-TOP: #FDC11B 1px solid; BORDER-LEFT: #FDC11B 1px solid; BORDER-BOTTOM: #FDC11B 1px solid;
	BACKGROUND-COLOR: #FFFFF0}

A { 
	color: #C5600E;
	font-size:11px;	
	font-family: Verdana; 
	font-weight: normal;
	text-decoration: none; 
}

A:hover {
	font-size:11px;	
	font-family: Verdana; 
	font-weight: normal;
	color: #C5600E;
	text-decoration: underline;
}
A:active {
	font-size:11px;	
	font-family: Verdana; 
	font-weight: normal;
	color: #C5600E;
	text-decoration: none;
}
A:visited { 
	color: #C5600E;
	font-size:11px;	
	font-family: Verdana; 
	font-weight: normal;
	text-decoration: none;
}