a {
	text-decoration: none;
	font-style: normal;
	color: #006699;
}
a:hover { color:#44aaff; }
BODY { 
	SCROLLBAR-BASE-COLOR: #000033; 
	SCROLLBAR-ARROW-COLOR: #FF9900; 
}
.linkOn {
	color: #66ccff;
}
.linkOff {
	color: #006F9D;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.MenuText {
	font-family: Verdana;
	font-size: 16px;
	font-style: normal;
	color: #006699;
	font-weight: bold;
}
.TopMenu {
	font-family: Verdana;
	font-size: 10px;
	font-weight: normal;
	color: #006699;
}
.Copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #000000;
}
.NormalText {
	font-family: Verdana;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
}
.HeadingText {
	font-family: Verdana;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
}
.navcontainer {
}
.navcontainer td {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-family: Verdana;
}

.navcontainer a {
	display: block;
	width: 185px;
	font-family: Verdana;
	font-size: 16px;
	font-style: normal;
	color: #006699;
	font-weight: bold;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 10px;
}

.navcontainer a:hover {
	color: #0099FF;
	text-decoration: none;
	background-image: url(images/menu_bg3.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}
.navcontainer a#current {
	text-decoration: none;
	background-image: url(images/menu_bg3.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}
.Ebutton {
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #006699;
	font-style: normal;
}
.Ebutton a {
	display: block;
	padding: 3px 7px;
	color: #006699;
	border-top: 1px solid #fff;
	border-right: 1px none #fff;
	border-bottom: 1px none #333;
	border-left: 1px solid #fff;

}
.Ebutton a:hover {
	color: #000000;
	background-color: #44aaff;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	border-bottom: 1px none #fff;
	border-right: 1px none #333;
	background-repeat: no-repeat;
	background-position: 0 0;
	text-decoration: none;
}