@charset "utf-8";
/* CSS Document */
body{
	margin-bottom:0px;
	margin-left:0px;
	margin-right:0px;
	margin-top:0px;
	
	
}

.content{
	font-family: Verdana;
	font-size:11px;
	color:#333;
	text-align: justify;
}


.cont12{
	font-family: Verdana;
	font-size:12px;
	color:#333;
	text-align: justify;
	font-weight:normal;
	text-decoration:none;
}

.bold{
	font-family: Verdana, Geneva, sans-serif;
	font-size:13px;
	color:#4A6E33;
	font-weight:bold;
	
}

.boldunderline{
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#4A6E33;
	font-weight:bold;
	text-decoration:underline;
	
}

.bolred{
	font-family: Arial, Helvetica, sans-serif;
	font-size:15px;
	color: #C00;
	font-weight:bold;
	text-decoration:underline;
	
}
.norred{
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	color: #C00;
	font-weight: normal;
	text-decoration: none;
	
}
.link{
	font-family:Verdana;
	font-size:12px;
	color:#FFF;
	font-weight: normal;
	text-decoration:none;
	font-weight:bold;
}
a.link:hover{
	font-family:Verdana;
	font-size:12px;
	color: #000;
	text-decoration:none;
	font-weight: bold;
}

.table{
	height:40px;
	width:250px;
	}
.text{
	height:20px;
	width:250px;
	}

