
body {
  	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size:12px;
}

td {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size:12px;
}

th {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size:12px;
}

small {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size:9px;
}

A:link {
	color: #0000FF;
	text-decoration: none;
}

A:visited {
	color: #990000;
	text-decoration: none;
}

A:active {
	color: #CC0000;
	text-decoration : underline;
}

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


HR {
	color : #D2D2CA;
	height : 1px;
}

.about {	 
	background-color:#FFFFFF;
	text-decoration:none;
	border:none;
}

a.about:link {
	color: #FFFFFF;
	text-decoration:none;
	border:none;
}

a.about:visited {
	color: #FFFFFF;
	text-decoration:none;
	border:none;
}

a.about:active {
	color: #FFFFFF;
	text-decoration:none;
	border:none;
}

a.about:hover {
	color: #FFFFFF;
	text-decoration:none;
	border:none;
}

/* FORM STYLES */
input, submit, select, textarea, text {
border: 1px #006699 groove;
background-color: #FFFFFF; 
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-size: 12px;
color: #000000;
border-color: #000000;
border-style: solid;
}