body{
	padding:0px;
	margin:0px;
	background-color:#FFFFFF;
}
html,body,p,td,div,a,input{
	font-family: Tahoma;
	font-size:13px;
	color:#000;
}
a{
	text-decoration:underline;
	color:#000;
}
a:hover{
	text-decoration:none;
}

.head{
	background-image:url(img/head.jpg);
	background-repeat:no-repeat;
}

.content {
	border:3px solid #b0df9a;
	margin-top:10px;
	margin-left:5px;
	width:518px;
	height:394px;
	padding:5px;
}
.content2 {
	border:3px solid #b0df9a;
	margin-top:10px;
	margin-left:5px;
	width:780px;
	height:394px;
	padding:5px;
	overflow:hidden;


}
.left_cont {
	width:160px;
	margin-top:10px;
	height:415px;
	overflow:scroll;
	OVERFLOW-X: hidden;
}

.right_cont {
	width:200px;
	margin-top:10px;
	margin-left:10px;
	height:415px;
	overflow:scroll;
	OVERFLOW-X: hidden;

}
.btn_bg{
	background-image:url(img/bg_btn.jpg);
	background-repeat:repeat-x;
}

.btn_bg div {
	float:left;
}

div.item {
	vertical-align:center;
	padding-top:3px;
	padding-left:10px;
	padding-right:10px;
}
.item a{
	color:#005e20;
	text-decoration:underline;
}
.item a:hover{
	color:#005e20;
	text-decoration:none;
}
.btn_activ {
	background-color:white;
	height:21px;
	vertical-align:center;
	padding-top:3px;
	padding-left:0px;
}
.btn_activ a{
	color:#005e20;
	font-weight:700;
}
.btn_activ a:hover{
	color:#005e20;
	font-weight:700;
}

.sub_menu{
	padding-bottom:5px;
	padding-left:10px;
	padding-right:10px;
	float:left;

}
.sub_active{
	padding-bottom:5px;
	padding-left:10px;
	padding-right:10px;
	float:left;

}

.right_logo_up{
	background-image:url(img/right_logo_up.gif);
	background-repeat:no-repeat;
	background-position: right bottom;
}

.sub_menu a{
	color:#005e20;
	font-weight:300;

}
.sub_menu a:hover{
	color:#005e20;
	font-weight:300;

}
.sub_active a{
	color:#005e20;
	font-weight:700;

}
.sub_active a:hover{
	color:#005e20;
	font-weight:700;

}

.img {
	margin:4px;
	border:3px solid #b0df9a;
	float:left;
	height:54px;
}
.leftst{
	background:url(img/left.png) no-repeat top left;
	width:9px;
	filter:expression(fixPNG(this));
	font-size:1px;
}
.rightst{
	background:url(img/right.png) no-repeat top left;
	width:9px;
	filter:expression(fixPNG(this));
	font-size:1px;
}
