body {
background-color: #242424;
margin-top: 0px;
margin-bottom: 0px;
margin-left: 0px;
margin-right: 0px;
}


a:link {text-decoration: none; color: #4a79aa; font-weight: bold;}
a:visited {text-decoration: none; color: #4a79aa; font-weight: bold;}
a:hover {color: #009c2e; text-decoration: none; font-weight: bold;}
a:active {color: #4a79aa; text-decoration: none; font-weight: bold;}   


p,ol,ul { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px;
	color: #646464;
	line-height: 130%;
	text-align: justify;
	}
	
p a:link {text-decoration: none; color: #4a79aa; font-weight: bold;}
p a:visited {text-decoration: none; color: #4a79aa; font-weight: bold;}
p a:hover {color: #009c2e; text-decoration: none; font-weight: bold;}
p a:active {color: #4a79aa; text-decoration: none; font-weight: bold;} 
	
h1 { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 16px;
	line-height: 110%;
	color: #009c2e;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 0px;
	text-align: left;
	}
	
.nav { 
	font-family: Arial, Verdana, Helvetica, sans-serif; 
	font-size: 13px;
	color: #646464;
	font-weight: bold;
	}
	
.nav a:link {text-decoration: none; color: #4a79aa;}
.nav a:visited {text-decoration: none; color: #4a79aa;}
.nav a:hover {color: #009c2e; text-decoration: none;}
.nav a:active {color: #4a79aa; text-decoration: none;}  
	
.highlight { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px;
	color: #FFFFFF;
	line-height: 130%;
	text-align: justify;
	}
	
.highlight a:link {text-decoration: normal; color: #242424; font-weight: normal;}
.highlight a:visited {text-decoration: normal; color: #242424; font-weight: normal;}
.highlight a:hover {color: #242424; text-decoration: underline; font-weight: normal;}
.highlight a:active {color: #242424; text-decoration: normal; font-weight: normal;} 
	
.highlight-heading { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 16px;
	line-height: 110%;
	color: #FFFFFF;
	font-weight: bold;
	padding-top: 0px;
	padding-bottom: 0px;
	text-align: left;
	}
	
.text-right-align { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px;
	color: #646464;
	line-height: 130%;
	text-align: right;
	}
	
.footer { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px;
	color: #646464;
	line-height: 18px;
	padding-top: 32px;
	padding-bottom: 2px;
	text-align: center;
	}
	
.footer a:link {text-decoration: none; color: #4a79aa; font-weight: normal;}
.footer a:visited {text-decoration: none; color: #4a79aa; font-weight: normal;}
.footer a:hover {color: #009c2e; text-decoration: none; font-weight: normal;}
.footer a:active {color: #4a79aa; text-decoration: none; font-weight: normal;} 

.copyright { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px;
	color: #525252;
	line-height: 16px;
	padding-top: 6px;
	padding-bottom: 22px;
	text-align: center;
	}
	
.pullquote { 
	font-family: Georgia, Times, Verdana, Arial, Helvetica, sans-serif; 
	font-size: 14px;
	color: #009c2e;
	line-height: 19px;
	margin-left: 12px;
	margin-right: 12px;
	margin-top: 12px;
	margin-bottom: 12px;
	padding-top: 2px;
	padding-left: 16px;
	padding-right: 6px;
	padding-bottom: 2px;
	text-align: left;
	border-left: 12px solid #009c2e;
	}
	
.pullquote a:link {text-decoration: none; color: #4a79aa; font-weight: normal;}
.pullquote a:visited {text-decoration: none; color: #4a79aa; font-weight: normal;}
.pullquote a:hover {color: #009c2e; text-decoration: underline; font-weight: normal;}
.pullquote a:active {color: #4a79aa; text-decoration: none; font-weight: normal;} 
	
	
<!-- form element properties -->	           
input.element{
                background-color: #FFFFFF;
                padding-top: 2px;
                height: 18px;
                border: 1 solid #595959;
}

input.button {
                background-color: #59687D;
                padding-top: 0px;
                border: 0 solid #595959;
                font-family: Verdana, Helvetica, Arial, sans-serif;
                font-weight: normal;
                font-size: 10px;
                color: #FFFFFF;
}

input.checkbox {
                background-color: #FFFFFF;
                padding-top: 0px;
                height: 20px;
                border: 0 solid #FFFFF;
                font-family: Verdana, Helvetica, Arial, sans-serif;
                font-weight: normal;
                font-size: 10px;
                color: #000000;
}

input.textarea {
                background-color: #FFFFFF;
                padding-top: 2px;
                border: 1 solid #595959;
}

input.select {
                background-color: #FFFFFF;
                padding-top: 2px;
                height: 20px;
                border: 1 solid #595959;
                font-family: Verdana, Helvetica, Arial, sans-serif;
                font-weight: normal;
                font-size: 10px;
                color: #000000;
}