* {
	margin: 0pt;
	padding-bottom: 0px;
	padding-top: 0px;
}

body {	
	font-family: Georgia, Lucida Sans Unicode, Lucida Grande, Lucida Sans, Lucida, Verdana, Arial, Sans-serif;
	color: #58594c; 	
	font-size: 62.5%;
}

h1 {
	font-size: 1.8em;
	padding: 0 0 15px 0;
	text-align: left;
	font-weight: normal;
	color: #000;
}

h2 {
	font-size: 2.2em;
	padding: 0 0 35px 0;
	margin: 0 0 0 0;
	font-weight: normal;
	text-align: left;	
	color: #007229;
	}
	
	
h3 {
	font-size: 1.4em;
	padding: 0 0 5px 0;
	margin: 0 0 0 0;
	font-weight: bold;
	text-align: left;	
	text-transform: uppercase;
	color: #007229;
	}	
	
p {
	font-size: 1.1em;
	line-height: 1.6em;
	text-align: left;
	padding: 0 0 20px 0;
	font-weight: normal;
	color: #58594c;
	}
	
ul {
	font-size: 1.1em;
	line-height: 1.6em;
	text-align: left;
	}
	
#TickList{padding:0px 0px 0px 0px;}
#TickList ul{margin: 0px 0px 0px 0px; padding:0px 0px 0px 0px;}
#TickList ul li{margin: 0px 0px 4px 0px; padding:0px 0px 3px 22px; list-style:none;}
#TickList ul li{background:transparent url(../images/tick-icon.jpg) no-repeat scroll 0px 0px;}


.floatRight {
	float: right;
	text-align: right;
	}
	
.floatLeft {
	float: left;
	text-align: left;
	}
		
strong {
	font-weight: normal;	
	text-transform: uppercase;
}

em {
	font-weight: bold;	
}

small {
	font-size: 1.1em;
	font-weight: normal;
}
img {	
	margin: 0px;
	padding: 0px;	
}

a {
	color: #58594c;
	font-weight: bold;	
}
a:hover {
	color: #007229;
	font-weight: bold;	
}

.line {	
	margin: 10px 0 20px 0;
	border: none;
}

hr {  
  height : 7px;
  width: 186px;
  background : url(../images/line.gif) 0 0 no-repeat;
  margin : 1em 0;
  border: none;
}

span {
  padding: 0 0 0 0.7em;
}



#footerLogos{margin-bottom:10px;}

#downloadButtons{margin-bottom:10px; position:relative; left:10px; top:430px;}
#star{width:148px; height:146px; position:relative; left:250px; top:280px;}


.Green{color: #007229;}
.Black{color: #000;}
