.mainlink:link, a:link
{ 
	cursor: hand; 
	text-decoration: none; 
	color: #E57818; 
	font-size: 12px;
	font-weight: bold; 
	font-family: arial;
}

.mainlink:visited, a:visited 
{ 
	cursor: hand;
	text-decoration: none; 
	color: #E57818; 
	font-size: 12px;
	font-weight: bold; 
	font-family: arial;
}

.mainlink:hover, a:hover 
{ 
	cursor: hand;
	text-decoration: none; 
	color: #CCCCCC; 
	font-size: 12px;
	font-weight: bold; 
	font-family: arial;
}

body
{
	font-family: arial;
	font-size: 10px;
	font-weight: normal;  
	color: #000000; 
}

.large 
{
	font-family: arial;
	font-size: 16px;
	font-weight: bold;  
	color: #CCCCCC; 
}

.text
{
	font-family: arial;
	font-size: 11px;
	font-weight: normal;  
	color: #FFFFFF; 
}

.form
{
	font-family: arial;
	font-size: 11px;
	font-weight: normal;  
	color: #FFFFFF; 
     border: 1px solid #232E5F;
}

.bold, b 
{
	font-family: arial;
	font-size: 12px;
	font-weight: bold;  
	color: #FFFFFF; 	
}

.heading
{
	font-family: helvetica, arial;
	font-size: 16px;
	font-weight: bold;  
	color: #000000; 	
}

input, textarea, select, option
{
	font-family: arial;
	color: #FFFFFF;
	font-size: 11px;
	font-weight: normal;
	background-color: #E57818;
     border: solid #FFFFFF 1px;
}

.button
{
     border: 2px outset white; 
     background-color: #FFFFFF; 
     font-family: arial; 
     font-size: 11px; 
     font-weight: normal; 
     text-decoration: none; 
     color: #000000; 
     width: 80px; 
     padding: 2px; 
     cursor: hand;
     align: center;
}

.scroll
{
     height: 204px; 
     width: 400px; 
     border: 0px; 
     overflow-y: scroll; 
     overflow-x: clip;      
     scrollbar-base-color: #0A164D; 
     scrollbar-arrow-color: #FFFFFF;
     scrollbar-face-color: #0A164D;
     scrollbar-highlight-color: #0A164D;
     scrollbar-3dlight-color: #CCCCCC;
     scrollbar-darkshadow-color: #666666;
     scrollbar-shadow-color: #999999;
}
