@charset "utf-8";
html,body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	background-color: #FFF;
	height:100%;
	margin: 0px;
	padding: 0px;
	background-image: url(img/bg.png);
	background-repeat: repeat-x;
	text-align: justify;
}
.maintb {
	height: 100%;
}
.bg_left {
	background-image: url(img/bg_left.png);
	background-repeat: repeat-y;
	width: 11px;
}
img {
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
table {
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.delim_vleft {
	background-image: url(img/delim_vleft.png);
	background-repeat: repeat-y;
	width: 6px;
}
.delim_vright {
	background-image: url(img/delim_vright.png);
	background-repeat: repeat-y;
	width: 4px;
}
.txt_lgreen {
	color: #9ab8b7;
}
.but {
	background-color: #9ab8b7;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	height: 25px;
	color: #FFF;
	font-weight: bold;
	cursor: pointer;
}
.but_subs {
	background-color: #9ab8b7;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	height: 20px;
	color: #FFF;
	width: 75px;
	cursor: pointer;
}
.but_by {
	background-color: #CD0000;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	height: 20px;
	color: #FFF;
	width: 75px;
	cursor: pointer;
}

.td_bottom_line {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
}

.select_right {
	width: 150px;
}
.txt_lgrey {
	color: #999;
}
.font_small {
	font-size: 10px;
}
.font_big {
	font-size: 16px;
}
.txt_black {
	color: #000;
}
.bg_main_right {
	background-image: url(img/bg_main_right.png);
	background-repeat: repeat-x;
	background-position: bottom;
}
.txt_red {
	color: #D01111;
}
.bg_center {
	background-color: #FFF;
	width: 1024px;
}

.bg_right {
	background-image: url(img/bg_right.png);
	background-repeat: repeat-y;
	width: 11px;
}
.delim_hor {
	background-image: url(img/delim_hor.png);
	background-repeat: repeat-x;
	height: 4px;
}
.copyrights {
	color: #999;
	height: 20px;
	text-align: center;
}
.td_logo {
	background-image: url(img/logo.png);
	height: 97px;
	width: 292px;
	background-repeat: no-repeat;
}
.td_main_menu {
	height: 97px;
	background-image: url(img/bg_main_menu.png);
	background-repeat: repeat-x;
}
.bg_grey1 {
	background-color: #eee;
}
.bg_grey2 {
	background-color: #ddd;
}
.tolltip {
	background-color: #FFF;
	padding: 5px;
	height: 200px;
	width: 400px;
	overflow: auto;
	color: #666;
}
