/* ----------------------------------- */
/* Link Class for the Menu on the Left */
/* ----------------------------------- */
a.MenuItems:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	height: 20px;
	width: 135px;
	position: absolute;
	text-decoration: none;
	text-indent: 3px;
	color: #000066;
	padding: 5px 0px 0px;
}

a.MenuItems:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	height: 20px;
	width: 135px;
	position: absolute;
	text-decoration: none;
	text-indent: 3px;
	color: #000066;
	padding: 5px 0px 0px;
}

a.MenuItems:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	height: 20px;
	width: 135px;
	background-color: #fcebb9;
	position: absolute;
	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: 5px 0px 0px;
}

a.MenuItems:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	height: 20px;
	width: 135px;
	position: absolute;
	text-indent: 3px;
	color: #000066;
}
/* ----------------------------------- */


.MainBodyFont {
	font-family: Tahoma,Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	letter-spacing: 1px;
}

.TheBox {
	background-color: #FFF0D2;
	margin: 4px;
	height: 20px;
	width: 150px;
	padding: 4px;
	border: 1px solid #000000;
	vertical-align: middle;
	background-position: center center;
	font-family: verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

