/* CSS Document */

/* 
* This stylesheet resets default browser styles and defines a 
* set of default styles consistent across browsers. 
*/ 
html, body, td,th, * {
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	margin: 0px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

:link img, :visited img, :hover img, :active img, img { border: none; } 
h1, h2, h3, h4, h5, h6 { font-weight: normal; }

h1 { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	line-height: 28px;
	font-weight: normal;
	color: #006630;
	margin-bottom: 0.4em;	
}
h1 a { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	line-height: 28px;
	font-weight: normal;
	color: #006630;
	margin-bottom: 0.4em;	
}
h1 strong { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	line-height: 28px;
	font-weight: bold;
	color: #006630;
	margin-bottom: 0.4em;	
}

h2 { 
	font-size: 18px;
	line-height: 24px;
	margin-bottom: 1.2em;
	color: #006630;
}
h2 strong { 
	font-size: 18px;
	line-height: 24px;
	margin-bottom: 1.2em;
	color: #006630;
	font-weight: bold;
}

h3 {
	font-size: 12px;
	margin-bottom: 0.8em;
	line-height: 26px;
	color: #000000;
	font-weight: bold;
}

h4 {
	font-size: 14px;
	margin-bottom: 0.8em;
	line-height: 26px;
	color: #000000;
	font-weight: bold;
}

h5{ 
	font-size: 14px; 
	margin-bottom: 0.6em;
	font-weight: normal;
	color: #FFF;
	line-height: 18px;
	font-weight:normal;
}

h5 a, h5 a:active, h5 a:visited{ 
	font-size: 14px; 
	margin-bottom: 0.6em;
	font-weight: normal;
	color: #FFF;
	line-height: 18px;
	font-weight:normal;
	text-decoration:none;
}


 h6, p, ul, ol, address, blockquote, dl, table { 
font-size: 1em; 
margin-bottom: 1em;
color: #000000;
}

ul, li { list-style-type: bullet; } 
ol, ol li { list-style-type: decimal; }

em {  
font-style: italic;
font-size: inherit;
}

strong { 
font-weight: bold;
font-size: inherit;
}

fieldset { border: none; }

a {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: inherit;
	color: #0d6c28;
}
a:visited {
	text-decoration: none;
	color: #0d6c28;
}
a:hover {
	text-decoration: underline;
	color: #39b54a;
}
a:active {
	text-decoration: none;
	color: #0d6c28;
}

/* 
* Not really a default style, but this class is used in 
* every project. 
*/ 
.clear:after { 
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden; 
font-size: 0; 
}

.clear { 
	display: inline-table;
	clear:both;
	height:0;
	margin:0px;
	padding: 0px;
}

/* Hide from IE/Mac \*/ 
* html .clear { height: 1%; } 
.clear { display: block; } 
/* Hide from IE/Mac */ 

