/*******************************************/
/*                                         */
/*           Global Stylesheet             */
/*          CSS 1.0 Compliant              */
/*                                         */
/*******************************************/


body {
    font-family: arial, helvetica, sans-serif;
    font-size: 100%;
    font-weight: normal;
    color: #333333;
    background-color: #FFFFFF;
    padding-bottom: 0px;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	margin: 0px;
    }
    
H1 {
    font-family: arial, helvetica, sans-serif;
    font-size: 130%;
    font-weight: bold;
    line-height: 100%;
    text-decoration: none;
    color: #598527;
    }    
    
H2 {
    font-family: arial, helvetica, sans-serif;
    font-size: 110%;
    font-weight: bold;
    text-decoration: none;
    color: #598527;
    }    
    
H3 {
    font-family: arial, helvetica, sans-serif;
    font-size: 100%;
    font-weight: bold;
    font-style: italic;
    text-decoration: none;
    color: #005826;
    }   

p {
    font-family: arial, helvetica, sans-serif;
    font-weight: normal;
    font-size: 75%;
    line-height: 150%;
    color: #000000;
    }   
    
br {
    line-height: 80%;
    }    
  
strong {
    color: #000000;
    font-weight: bold;
    }
    
.pageWrapper {
    background-color: #FFFFFF;
	border: 1px solid #015927;
    padding-bottom: 0px;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	}
	
.headerWrapper {
    background-color: #ACD373; 
	}

.navbarWrapper {
    font-family: arial, helvetica, sans-serif;
    font-size: 75%;
    font-weight: bold;
    line-height: 150%;
    color: #00704A;    
	background: url(images/background_navbar.gif) repeat #FFFFFF;
	}	
	
.copyrightWrapper {
    background: #7CC576; 
    font-family: arial, helvetica, sans-serif;
    font-size: 75%;
    font-weight: normal;
    line-height: 150%;
    color: #000000; 
	}		

.spacerWrapper {
    background-color: #FFFF00;
	}		
	
.mainContentAreaWrapper {
    background: #FFFBC4 url(images/background_circleback.gif) repeat;
	margin: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	}	

.faqListItem {
    font-family: arial, helvetica, sans-serif;
    font-weight: normal;
    font-size: 75%;
    line-height: 200%;
    list-style: disc inside;
	}

.faqListSubItem {
    font-family: arial, helvetica, sans-serif;
    font-weight: normal;
    font-size: 90%;
    line-height: 125%;
    list-style: disc inside;
	}	
	
.interestTable1 {
    font-family: arial, helvetica, sans-serif; 
    font-size: 8pt; 
    padding: 0px;
    }

.interestTable2 {
    font-family: arial, helvetica, sans-serif; 
    font-size: 8pt; 
    padding: 0px;
    }
    
.backToTop {
    font-family: arial, helvetica, sans-serif;
    font-weight: normal;
    font-size: 6pt;
	}


a:link {
 	color: #00704A;
    font-family: arial, helvetica, sans-serif;
	background-color: transparent; 
	text-decoration: underline;
}
a:visited {
 	color: #00704A; 	
    font-family: arial, helvetica, sans-serif;
    background-color: transparent; 
	text-decoration: underline;
}
a:hover {
 	color: #FF0000; 	
	background-color: transparent;
    font-family: arial, helvetica, sans-serif;	
	text-decoration: underline;
}
a:active {
 	color: #00704A; 
    font-family: arial, helvetica, sans-serif;
	background-color: transparent; 
	text-decoration: underline;
}



a.backToTop:link {
 	color: #00704A;
    font-family: arial, helvetica, sans-serif;
    font-size: 8pt;
	background-color: transparent; 
	text-decoration: underline;
}
a.backToTop:visited {
 	color: #00704A; 	
    font-family: arial, helvetica, sans-serif;
    font-size: 8pt;
    background-color: transparent; 
	text-decoration: underline;
}
a.backToTop:hover {
 	color: #FF0000; 	
	background-color: transparent;
    font-size: 8pt;
    font-family: arial, helvetica, sans-serif;	
	text-decoration: underline;
}
a.backToTop:active {
 	color: #00704A; 
    font-family: arial, helvetica, sans-serif;
    font-size: 8pt;
	background-color: transparent; 
	text-decoration: underline;
}	
