.mainMenuLink
{
	font-size : 12px;
	color : #003300;
	font-weight : bolder;
	cursor : hand;
}
.mainMenuLinkSep
{
	font-size : 12px;
	color : #003300;
	font-weight : bolder;
	cursor : arrow;
}
.subMenuLink
{
	font-size : 12px;
	color : #B74E00;
	font-weight : bolder;
	cursor : hand;
}
.subMenuLinkSep
{
	font-size : 12px;
	color : #B74E00;
	font-weight : bolder;
	cursor : arrow;
}
.subMenuTable
{
	border-top : solid;
	border-top-width : 1;
	border-color : #B74E00;
}
.bodyText
{
	font-size : 12px;
	color : #003300;
}
.footer
{
	font-size : 10px;
	color : #003300;
}