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

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin: 0px;
	background-image: url(../images/background.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #192308;
}
h1 {
	color: #5C6924;
	font-size: 20px;
}
h2 {
	color: #A4CC39;
 	font-size: 18px;
}


h3 {
	color: #5C6924;
	line-height: normal;
}
.contactus {
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
}

a:link {
	color: #5C6924;
	text-decoration: none;
}
a:visited {
	color: #5C6924;
	text-decoration: none;

}
a:hover {
	color: #333333;
	text-decoration: none;

}
a:active {
	color: #5C6924;
	text-decoration: none;

}
.commitee {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: normal;
	font-weight: bold;
	color: #394217;
}
.white {
	color: #FFFFFF;
}
.wordwrap {
	padding: 5px;
}
a.white:link {
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: bold;
}
a.white:visited {
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: bold;

}
a.white:hover {
	color: #000000;
	text-decoration: underline;
	font-weight: bold;

}
a.white:active {
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: bold;


}
.fompies {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}

