@import url("complex.css");

* {
   padding:0;
   margin:0;
}

h1, h2, h3, h4, h5, h6, p, blockquote,
 form, label, ul, ol, dl, fieldset, address, hr {
    margin-bottom: 1em;
}

html, body {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

/*
Basic styling for text etc. used by older browsers such as NN4.
*/

body {
	background: #607d64;
	font-family: "Helvetica",arial,sans-serif;
	font-size: 62.5%;
	color: #000;
	margin: 0px;
}

img {behavior: url(/pngHack.htc);}

a img {
	border: none;
}

a:link {
	color: #317352;
	text-decoration: none;
}
a:visited {
	color: #317352;
	text-decoration: none;
}
a:hover {
	color: #a20b36;
	text-decoration: underline;
}
a:active{
	color: #a20b36;
	text-decoration: underline;
}

h1 {
	color: #1B6B41;
	font-size: 1.8em;
	line-height: 1.2em;
	font-weight: bold;
	padding-left: 0px;
	padding-right: 0px;
	width: 100%
}

.test {
	color: #1B6B41;
	font-size: 1.6em;
	line-height: 1.2em;
	font-weight: bold;
	padding-left: 0px;
	padding-right: 0px;
	width: 100%
}

h2 {
	color: #1B6B41;
	font-size: 1.2em;
	font-weight: bold;
	padding-left: 0px;
	padding-right: 0px;
	margin-bottom: .2em;
}

h3 {
	color: #555;
	font-size: 1.3em;
	font-weight: bold;
	padding-left: 0px;
	padding-right: 0px;
	margin-bottom: .5em;
}

h4 {
	color: #fff;
	font-size: 1.3em;
	background: #317352;
	floar: left;
	width: 98%;
	margin-bottom: 0;
	padding: 5px 1%;
}

p, ul, ol {
	font-size: 1.2em;
	line-height: 1.8em;
}

ul {
list-style: none;
margin-left: 0;
padding-left: 0;
}

ul li {
padding-left: 20px;
background: url('../images/bullet.gif') 6px 5px no-repeat;
}