body {
	font-family: Arial, Helvetica, sans-serif;
}

.rollOut { cursor:hand; text-decoration: none; }
.rollOver { cursor:hand; text-decoration: none; }
.FixedTable { table-layout: fixed }

.mainMenuOut {
	font-size: 11px;
	font-weight: bolder;
	color: #652222;
	font-style: normal;
	background-image: url(images/btn_subnav_off.gif);
	background-color: #afdd8c;
	padding-top: 1px;
	height:22px;
	padding-left: 22px;
}

.mainMenuOver {
	font-size: 11px;
	font-weight: bolder;
	color: #ffffff;
	font-style: normal;
	cursor: hand;
	background-image: url(images/btn_subnav_on.gif);
	background-color: #68b310;
	padding-top: 1px;
	height:22px;
	padding-left: 22px;
}

.TopText {
	font-size: 11px;
	font-weight: bolder;
	line-height: 18px;
	color: #009900;
	text-decoration: none
}

.BottomText {
	font-size: 11px;
	font-weight: bolder;
	line-height: 18px;
	color: #666666;
}