body {
	color: #000;
	font-size: 11pt;
	font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
	margin: 0 auto;
	background-color:#FFFFFF;
	background-image:  url(images/bg.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	text-align: center;
}

.main {
	color: #000;
	font-size: 11pt;
	font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
	background-image:  url(images/mainbg.jpg);
	background-position:left top;
	background-repeat:no-repeat;
	height: 524px;
	width: 1073px;
}

.subpage {
	color: #000;
	font-size: 11pt;
	font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
	background-image:  url(images/bg-subpage.jpg);
	background-position:left top;
	background-repeat:no-repeat;
	height: 607px;
	width: 1073px;
}

.verdana10 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.verdana10  a:link    { text-decoration: none; color: #12a318; }
.verdana10  a:visited { text-decoration: none; color: #12a318; }
.verdana10  a:active  { text-decoration: none; color: #807257; }
.verdana10  a:hover   { text-decoration: none; color: #807257; }

.footer-bold {
	font-family: "Microsoft Sans Serif", "MS Sans Serif", sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: 9c9d9e;
}
.footer-normal {
	font-family: "Microsoft Sans Serif", "MS Sans Serif", sans-serif;
	font-size: 9px;
	color: 999999;
}
.footer-normal  a:link    { text-decoration: none; color: #999999; }
.footer-normal  a:visited { text-decoration: none; color: #999999; }
.footer-normal  a:active  { text-decoration: underline; color: #999999; }
.footer-normal  a:hover   { text-decoration: underline; color: #999999; }

.news-title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: 7491b0;
}
.news-text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: 7491b0;
}
.MenuOver {
	cursor: hand;
	border: 1px solid #FF0000;
}
.MenuOut {
	border: 1px solid #b8d0dd;
}

