/* bold - Netscape doesn't terminate inline styles */
.bold  {
	font-weight : bold;
}

/* page headers */
H3  {
	color : #333399;
	font-size : 13pt;
	font-weight : bold;
	letter-spacing : 0.25em;
}

/* main copy */
BODY  {
	color : #666666;
	font-style : normal;
	font-weight : normal;
	font-size : 12px;
	font-family : Verdana, Arial, Helvetica, sans-serif;
}

/* table cells:  had to put this in since the body text doesn't reach inside
table cells on Netscape */
TD  {
	color : #FFFF33;
	font-style : normal;
	font-weight : bold;
	font-size : 12px;
	font-family : Verdana, Arial, Helvetica, sans-serif;
}
form { 
        display:inline; 
}
.subheader {
	font-size: 10px;
	font-weight: bold;
	color: #990000;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	/*text-transform: capitalize;*/
}
.focusMe {
	font-size: 10px;
	font-weight: bold;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	background-color:#FFFF33;
}
.niceForm {
	font-size: 10px;
	font-weight: bold;
	color: #990000;
	font-family : Verdana, Arial, Helvetica, sans-serif;
}
a:link {
	color: #FF6600;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
a:hover {  text-decoration: none; color: #999999}
a:visited {  color: #FF6600; text-decoration: none}
