/* CSS Document */

<style>
		.text
			{
			    color: #000000;
			    font-family: Arial, Helvetica, sans-serif;
			    font-size: 12px;
				font-weight: normal;
			}
		.textlittle
			{
			    color: #ffffff;
			    font-family: Arial, Helvetica, sans-serif;
			    font-size: 9px;
				font-weight: normal;
			}
	
		.textbold
			{
			    color: #000000;
			    font-family: Arial, Helvetica, sans-serif;
			    font-size: 14px;
				font-weight: bold;
			}
		.textbold2
			{
			    color: #000000;
			    font-family: Arial, Helvetica, sans-serif;
			    font-size: 12px;
				font-weight: bold;
			}
		.textlink
			{
			    color: #0033CC;
			    font-family: Arial, Helvetica, sans-serif;
			    font-size: 12px;
				font-weight: bold;
			}
		.textlittlelink
			{
			    color: #0033CC;
			    font-family: Arial, Helvetica, sans-serif;
			    font-size: 9px;
				font-weight: bold;
			}
		.textwhitetitle
			{
			    color: #ffffff;
			    font-family: Arial, Helvetica, sans-serif;
			    font-size: 18px;
				font-weight: bold;
			}
			
.TextBox		
{
	font-family: Tahoma,Verdana; 
	font-size:10pt; 
	color:#003366; 
	background-color:#E7EAEF; 
	border:#000000; 
	border-style:groove; 
	border-top-width:1px; 
	border-bottom-width:1px; 
	border-right-width:1px; 
	border-left-width:1px;}

}

.InputBox		
{
	font-family: Tahoma,Verdana; 
	font-size:10pt; 
	color:#003366; 
	background-color:#E7EAEF; 
	border:black; 
	border-style:groove; 
	border-top-width:1px; 
	border-bottom-width:1px; 
	border-right-width:1px; 
	border-left-width:1px;}

}

.Font8v {
	font-family: Tahoma,Verdana; 
	font-size:8pt; 					
	color:#003366
}
	</style>