/*global*/
html, body, form, fieldset, h1, h2, h3, h4, h5, h6, p, pre, ul, ol, dl, address {
	margin: 0;
	padding: 0;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:12px;
	font-size-adjust:none;
	color:#666666;
}
body {
	background-color:#82C22A;
	/*background-image:url(images/bg2.jpg);
	background-repeat:no-repeat;
	background-position:bottom center;*/
}
h1, h2, h3, h4{
	font-family: 'Trebuchet MS', Arial, Verdana, Helvetica, sans-serif;
}
h1 {
	color:#385438;
	font-size:20px;
}
h2 {
	color:#000000;
	font-size:18px;
	margin-top: 20px;
	margin-bottom:10px;
	text-transform:uppercase;
}

h3 {
	color:#555555;
	font-size:13px;
	margin-top: 8px;
}
h4 {
	font-size:13px;
	margin-top: 12px;
	margin-bottom:8px;
}
img {
	border:0;
}
p {
	margin:1em 0;
	font-size: 13px;
	line-height:1.5;
}
a:link, a:visited{
  color:#669966;
}
a:hover{
  color:#A6C4A6;
}
ul {
	margin-top:16px;
	font-size:12px;
	line-height:1.5;
	list-style-image:none;
	list-style-type:none;
}
ul li {
	background-image:url(images/bullet.gif);
	background-position:0px 7px;
	background-repeat:no-repeat;
	padding-left:15px;
	margin-left:20px;
}
ol {
	margin-top:16px;
	font-size:12px;
	line-height:1.5;
}
ol li {
	padding-left:15px;
	margin-bottom:10px;
	margin-left:20px;
}
th {
	text-align:left;
	vertical-align:top;
}
