body 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 5px;
	background-image: url(../images/blueTextureBg.gif);
	background-repeat: repeat; 
}
td 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
hr 
{
	border: 1px high thin solid #DDD;
}
.topMenuBg
{
	background-image: url(../images/topMenuBg.gif);
	background-repeat: repeat-x;
	color: #000;
}
a.topMenu:link
{
	color: #339;
	text-decoration: none;
	padding: 2px;
}		
a.topMenu:visited
{
	color: #339;
	text-decoration: none;
	padding: 2px;
}		
a.topMenu:hover
{
	color: #900;
	text-decoration: none;
	padding: 2px;
}
.topMenuSelected
{
	color: #900;
}
a.bodyText:link
{
	color: #00C;
	text-decoration: none;
/*	font-weight: bold; */
}		
a.bodyText:visited
{
	color: #00C;
	text-decoration: none;
/*	font-weight: bold; */
}		
a.bodyText:hover
{
	color: #00C;
	text-decoration: none;
	background: #FC6;
/*	font-weight: bold; */
}
.topMenuSelected
{
	color: #900;
}
.mainContent
{
	width: 732px;
	margin: 20px 20px 10px 20px;
}
.textHeadings
{
	font-family: Geneva, Arial, Helvetica, sans-serif;
/*	font-variant: small-caps; */
	font-size: 18px;
	color: #006;
}
.caption
{
	font-size: 13px;
	color: #006; 
}
.subHeading
{
	font-size: 14px;
	font-weight: bold;
	color: #060; 
}
.notice
{
	background: #CCC;
	padding: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-style: italic;
	font-weight: bold;
	color: #900; 
}
.blockquote
{
	margin-left: 20px;
}