@charset "utf-8";
/* CSS Document */

<!--
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-image:url(images/bg.jpg);
	

}

.heading { font-size:12px; font-weight:bold }

A:link, A:active, A:visited { font-weight: bold; color:#6E8D25; text-decoration:none }

A:hover { font-weight: bold; color:#006600; text-decoration:underline;}

input {
	background-color: #FDFEFA;
	border: 1px solid #71942C;
}
textarea {
	background-color: #FDFEFA;
	border: 1px solid #71942C;
}

-->

ul.l1, ul.l2, ul.l3, ul.l4, ul.l5{
	text-align: left;
	list-style: none;
	padding: 5px;
	border: 0px;
	margin: 0px;
	width: 300px;
}

ul li.hbg{
	background-color: #F4F8E9;
}

ul li.htit{
	font-size: 12px;
	font-weight: bold;
}

ul li.shtit{
	font-size: 10px;
}

ul li.khtit{
	font-size: 11px;
	font-weight: bold;
}

span.hafot{
	font-size: 10px;
}

span.first, ul li.shtit{
	left:25px;
	position:relative;
}

span.second{
	float:right;
}

a.face, a.gog, a.yel {
	width: 25px;
	height: 25px;
	display: block;
	background-image: url(images/Social.png);
	float:right;
	margin:0px 4px 0px 2px;
}

a.face { background-position: 0px 0px; }
a.gog { background-position: -25px 0px; }
a.yel { background-position: -75px 0px; }