BODY, TD, P, DL	{ font-family: Arial, Verdana, Helvetica; }

A:link, A:visited, A:active	{ color: #0000CC; text-decoration: none; }
A:hover	{ color: #0000CC; text-decoration: underline; }

/* Form fields and buttons */

input { 
	font-family: arial, sans-serif;
	font-size: 13px; }

textarea.notes { 
	font-family: arial, sans-serif;
	font-size: 13px; }

input.graybutton { 
	background-color: #666666;
	font-family: arial;
	font-size: 13px;
	font-weight: bold;
	color: white;
	cursor: hand; }
