/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color:#C7C4C4;
}
#divContainer{position:relative; width:246px; height:255px; overflow:hidden; top:-2px; left:-3px; clip:rect(0,246,249,0); visibility:hidden} 
#divContent{
	position:absolute;
	top:0;
	left:0;
} 
.menu_bg {
	background-image:url(images/menu/menu_bg.jpg);
	background-repeat:repeat-x;
	height:21px;
}
.top_bg {
	background-image:url(images/top_bg.jpg);
	background-repeat:repeat-x;
	height:16px;
}
.bottom_bg {
	background-image:url(images/bottom_bg.jpg);
	background-repeat:repeat-x;
	height:30px;
}
.left_bg {
	background-image:url(images/left_bg.jpg);
	background-repeat:repeat-y;
	height:534px;
	width:20px;
}
.right_bg {
	background-image:url(images/right_bg.jpg);
	background-repeat:repeat-y;
	background-color:#FFFFFF;
}
.dot_column {
	background-image:url(images/dot_column.gif);
	background-repeat:repeat-y;
}
.dot_row {
	background-image:url(images/dot_row.gif);
}
.main_title {
	font-family:Tahoma;
	font-size:24px;
	color:#022133;
	padding-left:9px;
}
.sub_title {
	font-family:Tahoma;
	font-size:15px;
	color:#CC0000;
	padding-left:9px;
	font-weight:bold;
}
.sub_menu {
	font-family:Tahoma;
	font-size:11px;
	color:#003983;
	font-weight:bold;
}
.text_dark {
	font-family:tahoma;
	font-size:11px;
	color:#333333;
	text-align:justify;
}
.text_gray_bold {
	font-family:tahoma;
	font-size:11px;
	font-weight:bold;
	color:#666666;
}
.text_gray {
	font-family:tahoma;
	font-size:11px;
	color:#666666;
	text-align:justify;
}
.text_blue_large {
	font-family:Arial;
	font-size:18px;
	color:#1B6CBF;
}
.text_blue {
	font-family:tahoma;
	font-size:11px;
	color:#1B6CBF;
	text-align:justify;
}
.text_red_small {
	font-family:tahoma;
	font-size:10px;
	color:#CC0000;
}
.text_red {
	font-family:tahoma;
	font-size:11px;
	color:#CC0000;
}
.powered {
	font-family:tahoma;
	font-size:10px;
	color:#333333;
}
a:link {
	text-decoration:none;
}
a:visited {
	text-decoration:none;
}
a:hover {
	text-decoration:none;
}
