/*--- HTML ELEMENTS ---*/
BODY, P, DIV {
font-family: Arial, Helvetica, sans-serif; 
font-size: small; 
color: #333;
}

/*Another Mozilla/Netscape bug with making sure our images display correctly*/
TD IMG {display: block;} 

H1,H2,H3,H4,H5,H6 {color: #85b413; background: transparent; font-family: sans-serif;}
H1 {font-size: 1.35em;}
H2 {font-size: 1.35em;}
H3 {font-size: 1.2em;}
H4 {font-size: 1.08em;}
H5 {font-size: .9em;}

A:link, A:visited  {color: #669900; }
A:hover, A:active  {color: #669900;}

.legend{
color: #669900;
font-size: .9em;
}

a.back:link {
color: #669900; 
font-weight: bold;  
text-decoration: none; 
font-family: Arial, Helvetica, sans-serif;
padding-left: 25px;
}

a.back:visited {
color: #669900; 
font-weight: bold;  
text-decoration: none; 
font-family: Arial, Helvetica, sans-serif;
padding-left: 25px;
}

a.back:hover {
color: #669900; 
font-weight: bold;  
text-decoration: none; 
font-family: Arial, Helvetica, sans-serif;
padding-left: 25px;
}

.jobtitle {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 1.2em;
 color: #669900;
 font-weight: bold;
 text-transform: capitalize;
 padding-left: 25px;
 padding-bottom: 10px;
}

.date{
 font-family: Arial, Helvetica, sans-serif;
 color: 669900;
 padding-left: 25px;
 padding-bottom: 10px;
}


.sectionstitle {
 font-family: Arial, Helvetica, sans-serif;
 color: #669900;
 font-weight: bold;
 padding-left: 25px;
 padding-bottom: 10px;
}

.menu_page{
 padding-left: 25px;
padding-bottom: 10px;
}