body {
	margin:0px;
	background-color: #ADCF60;
	background-image: url(bg.jpg);
	background-repeat: repeat-x;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	text-align: left;
}

.hrd-bg{background-image: url(hdr-up.jpg);}

.cnt-bg{
	background-color:#FFF;
	
}

.L1{
	font-size: 11px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	padding-right: 1px;
	padding-left: 1px;
	line-height: 32px;
}
.L1:hover{text-decoration:underline;}
.L2 {

	font-weight: bold;
	text-decoration: none;
	color: #000;

}
.L2:hover {
	text-decoration:underline;
}

.ver-line{
	background-image: url(ver-line.jpg);
	background-repeat: repeat-y;
	background-position: right top;
	padding-right: 10px;
}
.img{
	float:left;
	margin-right: 7px;
}
.content{
	color: #0A7BC0;
}
.content strong{
	color: #7DBF0D;
	font-weight:bold;
}
h1{
	color: #7DBF0D;
}
h2{
	color: #7DBF0D;
}
.right-content{
	color: #0A7BC0;
	font-size: 13px;
	text-align: left;
	padding-left: 10px;
	padding-top: 10px;
}
.footer{font-size: 11px;}

