
.submitbut

{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #333333;
}

body
{
	background-color: #fff3e6;
}

A {text-decoration:none; color: #B70F13;}
A:link {text-decoration: none; color: #B70F13;}
A:visited {text-decoration: none; color: #B70F13;} 
A:active {text-decoration: underline;}	
A:hover {text-decoration: underline; color: black;}
A:hover{background-color:FFD060;}

A.special {text-decoration:none; color: white;}
A.special:link {text-decoration: none; color: white;}
A.special:visited {text-decoration: none; color: white;} 
A.special:active {text-decoration: none;}	
A.special:hover {text-decoration: none; color: white;}
A.special:hover{background-color:#B70F13;}
A.special:link {cursor: default}

A.address {text-decoration:none; color: white;}
A.address:link {text-decoration: none; color: white;}
A.address:visited {text-decoration: none; color: white;} 
A.address:active {text-decoration: none;}	
A.address:hover {text-decoration: underline; color: white;}
A.address:hover{background-color:#B70F13;}
A.address:link {cursor: default}

textarea     { color: black; font-family: Verdana; font-size: 8pt }
input        { color: black; font-family: Verdana; font-size: 8pt }
select       { color: black; font-family: Verdana; font-size: 8pt }


body		   { 
					scrollbar-face-color: #FFF7E1;
				  	
              }
