html {
	overflow-y: scroll;
	overflow: -moz-scrollbars-vertical;
}
.bgleft {
	background-image: url(../images/lt_bg.gif);
	background-repeat: repeat-y;
	background-position: right top;
}
.bgright {
	background-image: url(../images/right_bg.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
.topmast {
	background-image: url(../images/topmast.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.botmast {
	background-image: url(../images/bot_mast.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.midwrap {
	background-image: url(../images/midwrap.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
.txtH {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}
.txtbod {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	font-weight: normal;
	color: #000000;
}
.atxtbod {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	font-weight: normal;
	color: #000000;
}
a.txtbod:link, a.txtbod:visited, a.txtbod:hover {
	color: #000000;
	text-decoration: none;
}

a.mainlevel:hover {
	background-position: 0px -25px;
	text-decoration: none;
	color: #fff;
}

a.mainlevel#active_menu {
	color:#fff;
	font-weight: bold;
}.links {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	color: #FFFFFF;
	font-weight: bold;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}