body {
	margin: 0em;
	padding: 0em;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 1em;
	font-weight: normal;
	background: #78AF00;
	padding: 5px;
}


div.main {
	padding: 0px;
	margin: 0px;
}

.bg
{
	background: url("../img/top_banner.jpg");
	width:1000px;
	height:194px;
}
.info
{
	background: url("../img/info.jpg");
	width:235px;
	height:102px;
}

.header_bg
{
	border:3px solid #488C00;
}

.td_bg
{
	background:#488C00;
	height:3px;
}
.td_bg_red
{
	background:#FF6600;
	width:3px;
}
.title
{
	color:#488C00;
	font-size:16px;
	font-family:Arial;
	font-weight:bold;
	text-align:center;
}
.info_line
{
	background: url("../img/info_line.gif");
    background-repeat: repeat-x;
	height:3px;
	background-position:top;
	info_line_right_left.gif
	
}
.info_line_bottom
{
	background: url("../img/info_line.gif");
    background-repeat: repeat-x;
	height:3px;
	background-position:bottom;
}
.info_line_right
{

	background: url("../img/info_line_right_left.gif");
	width:3px;
	background-repeat:repeat-y;
	background-position:right;
}
.info_line_left
{

	background: url("../img/info_line_right_left.gif");
	width:3px;
	background-repeat:repeat-y;
	background-position:left;
}

.info_line__bottom_top
{

	background: url("../img/bottom_line.gif");
	background-repeat:repeat-x;
	background-position:top;
}

.info_line__bottom_bottom
{

	background: url("../img/bottom_line.gif");
	background-repeat:repeat-x;
	background-position:bottom;
}
.bottom_line
{

	background: url("../img/bottom_line_left_right.gif");
	background-repeat:repeat-y;
	background-position:left;
}
.bottom_line_left_right
{

	background: url("../img/bottom_line_right.gif");
	background-repeat:repeat-y;
	background-position:right;
}

.info
{	
position:absolute;
	
}

.menu_back
{
	width: 205px;
	height:27px;
	background-image: url("../img/main_back.jpg");
	background-repeat: no-repeat;
}
.menu_back_top
{
	width: 205px;
	height:27px;
	background-image: url("../img/main_back_top.jpg");
	background-repeat: no-repeat;
}
.span_menu
{
	cursor:pointer;
	color:#FFFF00;
	font-size:11px;
	font-weight:600;
	padding-left:40px;	
	line-height: 28px;
}

.counter
{
	font-size:11px;
	color:#FFFF00;
	text-align:left;
}
 
.counter th
{
	font-size:11px;
	color:#FFFF00;
	text-align:left;
	padding-left:39px;
	background:#8BB922;
	width:100%;
	height:26px;
}
	

