@charset "utf-8";
.greyfont {
	font-family: Tahoma;
	font-size: 14px;
	color: #333333; 
	text-align:justify;
}
.greyfontsmall {
	font-family: Tahoma;
	font-size: 12px;
	color: #333333; 
	text-align:justify;
}
.p2 {
	font-family: Tahoma;
	font-size: 11px;
	color: #333333;
}
ul {
	font-family: Tahoma;
	font-size: 11px;
	color: #7F8A52;
}
li {
	font-family: Tahoma;
	font-size: 11px;
	color: #7F8A52;
}
h1{
	font-family: Tahoma;
	font-size: 18px;
	color: #7F8A52;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-color: #1a3519;
}