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

body{
	margin: 0;
	background:#1c440b;
}

.nav{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:17px;
	color:#eff4de;
}
.nav a{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:17px;
	color:#eff4de;
	text-decoration:none;
}
.nav a:hover{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:17px;
	color:#030;
	text-decoration:none;
}

.header{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:20px;
	color:#3885c6;
}

.header1{
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#fff;
	font-weight:bold;
}

.main-txt{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#555c3e;
	text-align:justify;
	line-height:20px;
}

.txt{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#3d4620;
	line-height:20px;
	text-align:justify;
}

.txt-big{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#3d4620;
	line-height:20px;
	text-align:justify;
}

.more{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#d8e5b2;
	font-weight:bold;
}


.footer{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#fcfcfc;
}