/* bold - Netscape doesn't terminate inline styles */
.bold  {
	font-weight : bold;
}

/* page headers */

H3  {
	color : #FFFFFF;
	font-size : 13pt;
	font-weight : bold;
	letter-spacing : 0.25em;
}

/* main copy */
BODY  {
	color : #FFFF99;
	font-style : normal;
	font-weight : normal;
	font-size : 12px;
	font-family : Georgia, "Times New Roman", Times, serif;
}

/* table cells:  had to put this in since the body text doesn't reach inside
table cells on Netscape */
TD  {
	color : #FFFF99;
	font-style : normal;
	font-weight : normal;
	font-size : 12px;
	font-family : Georgia, "Times New Roman", Times, serif;
}

.subheader {
	font-weight: bold;
	color: #FFCC33;
	font-family : Georgia, "Times New Roman", Times, serif;
	text-transform: capitalize;
}
a:link {
	color: #FFFF99;
	font-family: Georgia, "Times New Roman", Times, serif;
}
a:hover {
	color: #999966;
	font-family: Georgia, "Times New Roman", Times, serif;
}
a:visited {
	color: #FFFF66;
	font-family: Georgia, "Times New Roman", Times, serif;
}
