.DefaultCSSCLass
{
	border-right: white thin solid;
	font-weight: normal;
	font-size: 12px;
	width: 194px;
	cursor: hand;
	font-family: Helvetica;
	text-align: left;
	font-variant: small-caps;	
}
.MenuFont
{
	border-right: white thin solid;
	font-weight: normal;
	font-size: 12px;
	width: 192px;
	cursor: hand;
	font-family: Helvetica;
}
.Narrow
{
	border-right: white thin solid;
	font-weight: normal;
	font-size: 12px;
	width: 160px;
	cursor: hand;
	font-family: Helvetica;
	text-align: left;
	font-variant: small-caps;
}
.Narrower
{
	border-right: white thin solid;
	font-weight: normal;
	font-size: 12px;
	width: 180px;
	cursor: hand;
	font-family: Helvetica;
	text-align: left;
	font-variant: small-caps;
}
.Narrowerest
{
	border-right: white thin solid;
	font-weight: normal;
	font-size: 12px;
	width: 66px;
	cursor: hand;
	font-family: Helvetica;
	text-align: left;
	font-variant: small-caps;
}
.DivContainer
{
	padding-right: 0px;
	padding-left: 0px;
	font-weight: normal;
	font-size: 12px;
	padding-bottom: 0px;
	margin: 0px;
	width: 100%;
	color: black;
	padding-top: 0px;
	font-family: Helvetica;
	height: 40px;
	/*background-color: #84151e;*/
	background-color: #9f6f21;
	background: #9f6f21 url(../../resources/images/menubg.gif) repeat-x;
}
.PageHeader
{
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 0px;
	width: 100%;
	padding-top: 0px;
	height: 85px;
}
.MouseOver
{
	font-weight: normal;
	font-size: 12px;
	width: 66px;
	cursor: wait;
	color: white;
	font-family: Helvetica;
	background-color: #84151e;
}

