body {
	background-color: #2b83cd;
	background-image: url(/img/page/bg.gif);
	background-repeat: repeat-x;
	font-family: Tahoma;
	font-size: 11px;
	color: #ffffff;
	padding-top: 30px;
}
table, input, select, textarea {
	font-family: Tahoma;
	font-size: 11px;	
}
#mainTable {
	height: 100%;
	width: 760px;
	border-width: 0px;
}
#menuTable {
	width: 136px;
	height: 163px;
}
#menuTable .space {
	width: 9px;
	background-image: url(/img/page/menu_bg.gif);
	background-repeat: repeat-y;	
}
#menuTable .vline {
	width: 9px;
	height: 28px;
	background-image: url(/img/page/menu_bg.gif);
	background-repeat: repeat-y;
}
#menuTable .active {
	width: 9px;
	height: 28px;
	background-image: url(/img/page/menu_active.gif);
	background-repeat: no-repeat;
	background-position: center;
}
.lang {
	font-family: Tahoma;
	font-size: 10px;
	padding-top: 3px;
	padding-right: 10px;
}
.lang a {
	color: #86cbd7;
	text-decoration: none;
}
#mainText {
	padding: 10px; 
}
.hline_2px {
	border-bottom: solid #407eb6 2px;
	height: 1px;
} 
.hline_1px {
	border-bottom: solid #407eb6 1px;
	height: 1px;
}
#block {
	border-top: solid #407eb6 2px;
	margin-bottom: 20px;
}
#block td {
	color: #e8f4fe;
}
#block b, #block strong {
	color: #94c7f1;
}
#block a {
	color: #e8f4fe;
	font-weight: bold;
	text-decoration: none;
}
#block .text {
	padding: 5px;
	vertical-align: top;
	text-align: justify;
}
#block .title {
	font-family: Times New Roman;
	font-size: 16px;
	font-weight: bold;
	color: #c2e4fd;
	padding-top: 10px;
	padding-bottom: 12px;
}
#block .leftTD {
	padding-right: 20px;
}
#block .rightTD {
	padding-left: 20px;
	border-left: solid #407eb6 1px;
}
.image {
	border: solid #074c96 4px;
	margin-right: 4px;
}
.image_active {
	border: solid #960000 4px;
	margin-right: 4px;
}
.bg_light {
	background-color: #3586cc;
	padding: 10px;
}
#bottom {
	height: 50px;
	padding-left: 10px;
	padding-right: 10px;
	vertical-align: top;
}
#bottom .copyright {
	border-top: solid #4290d2 2px;
	padding-top: 10px;
	padding-left: 4px;
	text-align: left;
	color: #8abeea;
}
#bottom .menu {
	border-top: solid #4290d2 2px;
	padding-top: 10px;
	padding-right: 4px;
	text-align: right;
	color: #8abeea;
}
#bottom .menu .active {
	text-decoration: underline;
}
#bottom a {
	color: #8abeea;
	text-decoration: none;
}
.adv,.adv a{
    color:#808080;
}
.lang a:hover, #block a:hover, #bottom a:hover {
	text-decoration: underline;
}

.links {
	text-align: center;
	color: #8abeea;
}
.links a {
	color: #8abeea;
	text-decoration: none;
}