
body, input {
	font-family : Verdana, Arial, Helvetica, sans-serif;
}

A {
	text-decoration : none;
}
 A:LINK, A:VISITED, A:ACTIVE, {
 text-decoration : none;
}

A:hover {
	text-decoration: underline;
	color: #FF0000
}

img {
	border:none
}

TD {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 12px;
}

.bodytext {
	font-size: 10px;
	line-height: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif
}

.bodytext p {
	margin:6px 0
}

A.home:HOVER {
	color : Maroon;
}

span.required {
	color: #B61215;
	font-weight: bold;
}

#regBut {
	background:#f00;
	border:1px solid #900;
	color:#fff;
	font-size:12px;
	margin-top:8px;
	cursor:pointer
}
