/* Anti Spam */

body {
	font-family: Verdana;
	font-size: 12px;
	color: #000000;
	background-attachment: scroll;
	background-repeat: repeat-y;
	background-position: center top;
	background-color: #D9B359;
}

/* Links */
a {
	font-family: Verdana;
	font-size: 12px;
	color: #1961A5;
	text-decoration: none; 
}

a:hover {
	color: #000000;
	text-decoration: none; 
}

a:active {
	text-decoration:underline;
	color: #1961A5; 
}
	
.button {
	font-family: Verdana;
	font-style: normal;
	font-weight: bold;
	font-size: 12px;
	color: #E27910;
	border-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-color: #E27910;
	background-color: #000000;
} 

.inputbox {
	font-family: Verdana;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	background: #C3D7E7;
	border: 1px solid;
	border-color: #000000; 
}

/*