td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}

body { 
    
	background-color: #A9ABA0;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;

	line-height: 14px;
	
} 

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #6A9A13;
	line-height: 12px;
}

a:link {
	text-decoration: none;
	color: #DF4712;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
a:visited {
	text-decoration: none; color: #DF4712;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
a:hover {
	text-decoration: underline; color:  #DF4712;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
a:active {
	text-decoration: none; color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}


.bold {font-weight: bold; }
.grey {color: #666666; }

.greenbold {color: #6A9A13; font-weight: bold; }

.font11green {
	color: #6A9A13;
	font-size: 11px;
	}

.font11boldgreen {
	color: #6A9A13;
	font-size: 11px;
	font-weight: bold;
	}
	
.font11boldgrey {
	color: #666666;
	font-size: 11px;
	font-weight: bold;
	}
	
.font14greenbold {
	color: #6A9A13;
	font-size: 14px;
	font-weight: bold;
}

.font15boldgreen {
	color: #6A9A13;
	font-size: 15px;
	font-weight: bold;
	}
	
.font16boldgreen {
	color: #DF4712;
	font-size: 18px;
	font-weight: bold;
	}
	

.font18green {
	font-size: 18px;
	color: #6A9A13;
    }

.font11 {
    font-size: 11px; 
		}
.font11footer {
    font-size: 11px; 
	color: #ffffff;
		}

.font11boldwhite{
	color: #ffffff;
	font-weight: bold;
	font-size: 11px;
	}
	
.fontbold12 {
    font-size: 12px; 
    font-weight: bold;
		}
