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


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

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

.navbarWrapper {
    font-family: arial, helvetica, sans-serif;
    font-size: 75%;
    font-weight: bold;
    line-height: 150%;
    color: #FFCC00;    
	background: #ffffff;
	}	
	
.copyrightWrapper {
    background: #334815; 
    font-family: arial, helvetica, sans-serif;
    font-size: 75%;
    font-weight: normal;
    line-height: 150%;
    color: #FFCC00; 
	}		

.spacerWrapper {
    background-color: #FFCC00;
	}		
	
.mainContentAreaWrapper {
    background: #334815;
	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: 160%;
    list-style: disc inside;
 	color: #FFCC00;
	}

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

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

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