.MainFont {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
}
/* ----------------------------------- */
/* Link Class for the Menu on the Left */
/* ----------------------------------- */
a.MenuItems:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	height: 20px;
	width: 110px;
	position: absolute;
	text-decoration: none;
	text-indent: 5px;
	color: #000000;
	padding: 2px 0px 0px;
}

a.MenuItems:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	height: 20px;
	width: 110px;
	position: absolute;
	text-decoration: none;
	text-indent: 5px;
	color: #000000;
	padding: 2px 0px 0px;
}

a.MenuItems:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	height: 20px;
	width: 110px;
 background-color: #fcebb9;
	position: relative;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	/*text-indent: 3px;*/
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	color: #660000;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #333333;
	border-left-color: #999999;
	padding: 2px 0px 0px;
	position: absolute;
	text-decoration: none;
	text-indent: 5px;
	padding: 2px 0px 0px;


}

a.MenuItems:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	height: 20px;
	width: 110px;
	position: absolute;
	text-decoration: none;
	text-indent: 5px;
	color: #000000;
	padding: 2px 0px 0px;
}
/* ----------------------------------- */
.smallfont {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}
