/*
	Cascade Style sheet copyright 2003 of Bright Sights
	Date 12/31/03
	IE 5.X and Netscape 6.x complaint
*/
.pagehead{
	font-family : Verdana, Geneva, Helvetica, sans-serif;
	font-size : 14px;
	text-decoration : none;
	color : Black;
	font-weight : bold;
}
.bodytext{
	font-family : Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration : none;
	color : Black;
}
a:hover   {
	text-decoration : underline;
}
.form_field {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #006699;
	background: #FFFFFF;
	border-style: solid;
	border-color: gray;
	border-width: 1px;
}
.form_button {
	font-family: verdana,helvetica,sans-serif;
	font-size: 11px;
	color: White;
	background: #006699;
	border-style: solid;
	border-color: Black;
	border-width: 1px;
}

