/* CSS Document */

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000000;
}

.formtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000000;
	font-weight: bold;

}

a:link { color: #000000;}
a:visited { color: #000000;}
a:hover { color: #999999;}
a:active { color: #000000;}

.smalltext {
	font-family: Arial, Helvetica, sans-serif;
	color: #707070;
	font-size: 12px;
}


h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: strong;
	color: #000000;
}
