body {
	font-family: Arial;
	color: #000000;
	margin: 0px;
	background-image: url(images/logobg.jpg);
	background-repeat: no-repeat;
}
a:link {
	color: #0000FF;
	text-decoration: none;
}
a:visited {
	color: #0000FF;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #000000;
}
a:active {
	color: #000000;
}

.toptext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bolder;
	color: #336633;
	text-align: center;
	margin-top: 10px;
	font-size: 16px;
	padding: 5px;
	border: 3px dotted #FD8249;
	width: 400px;
}
.error {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FF0000;
}
