body{
	margin-left :0px;
	margin-right : 0px;
	margin-top : 0px;
	margin-bottom : 0px;
	background-color : #ffffff;
	color : #000000;
}

.string{
	color: #ffffff;
	font-size: 11px;
	font-family: tahoma;
}


.tlink{
	text-decoration: none;
	font-family: Tahoma;
	font-size: 13px;
	color: #000000;
}

.tlink:hover{
	text-decoration: none;
	font-family: Tahoma;
	font-size: 13px;
	color: #2f712c;
}

.blink{
	text-decoration: none;
	font-family: Tahoma;
	font-size: 11px;
	color: #325103;
}

.blink:hover{
	text-decoration: none;
	font-family: Tahoma;
	font-size: 11px;
	color: #000000;
}

.clink{
	text-decoration: none;
	font-family: Tahoma;
	font-size: 11px;
	color: #325103;
	font-weight: bold;
}

.alink{
	text-decoration: none;
	font-family: tahoma;
	font-size: 12px;
	color: #ffffff;
	font-weight: bold;
}

.alink:hover{
	text-decoration: none;
	font-family: Tahoma;
	font-size: 12px;
	color: #ffffff;
	font-weight: bold;
}
.rlink{
	text-decoration: none;
	font-family: tahoma;
	font-size: 12px;
	color: #259d20;
	font-weight: bold;
}

.rlink:hover{
	text-decoration: none;
	font-family: Tahoma;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
}

.border{
	border-bottom-width : 1px;
	border-bottom-style : solid;
	border-bottom-color : #bacbb9;
	border-top-width : 1px;
	border-top-style : solid;
	border-top-color : #bacbb9;
	border-left-width : 1px;
	border-left-style : solid;
	border-left-color : #bacbb9;
	border-right-width : 1px;
	border-right-style : solid;
	border-right-color : #bacbb9;
	
}

.copyright{
	text-decoration: none;
	font-family: Tahoma;
	font-size: 10px;
	color: #000000;
	text-align: center;
}

.title{
	font-family: Tahoma;
	font-size: 15px;
	color: #2d6f2a;
	text-align: left;
	font-weight: bold;
}

.text{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-align: left;
	padding-left:10px;
	padding-right : 10px;
	padding-bottom : 7px;
	padding-top : 7px;
	text-align: justify;
	line-height : 20px;
}

.padding{
	padding-left:25px;
	height:20px;
	background-image : url(images/bg_right.jpg);
	
}
.paddingno{
	padding-left:25px;
	height:20px;
}

.g{
	color:#2d6f2a;
}

.link{
	color:#e58200;
	text-decoration:underline;
	font-weight: bold;
}

.link:hover{
	color:#e58200;
	text-decoration:none;
	font-weight: bold;
}

