a{	
color: #008c3d;
outline: none;
}
a:link,a:visited{outline: none;}
a:hover{
outline: none;
text-decoration: none;}
html{
	font-size: 16px;
}
body{
	color: BLACK;
	text-align: left;
	font-size: 0.625em;
	font-family: Arial, Helvetica, sans-serif;
}
#textcontainer h1{
	color: #008c3d;
	font-size:30px;
	margin-top: 6px;
	margin-bottom:14px;
}

strong
{
	font-weight:bold;
}

#maincontent{
	
	font-size: 1.2em;

}

#textcontainer  h2{
	font-size:14px;
	color: #008c3d;
	font-weight: bold;
	margin-top: 1.5em;
}

#textcontainer h3{
	font-size:12px;
	color: #008c3d;
	font-weight: bold;
}

#textcontainer h4,
#textcontainer h5,
#textcontainer h6{
	color: black;
	font-size:12px;
	font-weight:bold;
	
}

#textcontainer ul li{
	padding: 0px 0px 0px 30px;
	background-image: url(../images/arrow.gif);
	background-repeat: no-repeat;

	background-position: 20px 7px;

}

#textcontainer ul{
	margin: 1em 0 1em 0
}

#textcontainer ol{
	margin-left:30px;
	list-style:decimal !important;
}

#textcontainer ol li{
	
	list-style:decimal !important;
}

#textcontainer p{
	margin-bottom: 1em;
}



