body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-decoration: none;
	background-attachment: scroll;
	background-image: url(img/back.jpg);
	background-repeat: repeat;
	background-color: #CCCCCC;
}

h3 {
	font-weight: bold;
}

p, td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-decoration: none;
}.navigation {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight:bold;
}
a {
	color: #469846;
	text-decoration: none;	
}
a:hover {
	color: #ff0000;
	text-decoration: none;	
}
input, textarea {
	border: 1px solid #006600;
	background-image: url(img/back.jpg);
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
	font-style: normal;
}

#err {
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
	font-weight: bold;
	color: #770000;
}
