.tblborder {
	border: 1px solid #333333;
}
/* ----------------------------------- */
/* 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: 18px;
	width: 120px;
	position: absolute;
	text-decoration: none;
	text-indent: 5px;
	color: #000033;
	padding: 4px 0px 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}

a.MenuItems:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	height: 18px;
	width: 120px;
	position: absolute;
	text-decoration: none;
	text-indent: 5px;
	color: #000033;
	padding: 4px 0px 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}

a.MenuItems:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	height: 18px;
	width: 120px;
 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: 4px 0px 0px;
	position: absolute;
	text-decoration: none;
	text-indent: 5px;
}

a.MenuItems:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	height: 18px;
	width: 120px;
	position: absolute;
	text-decoration: none;
	text-indent: 5px;
	color: #000033;
	padding: 4px 0px 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
/* ----------------------------------- */
.smallfont {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}
.MainFont {
	font-family: VERDANA;
	font-size: 12px;
	line-height: 20px;
}
.bottomlink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #CCCCCC;
	text-decoration: none;
}
