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


body {
    font-family: arial, helvetica, sans-serif;
    font-size: 100%;
    font-weight: normal;
    color: #333333;
    padding-bottom: 0px;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	margin: 0px;
    }
    
H1 {
    font-family: arial, helvetica, sans-serif;
    font-size: 100%;
    font-weight: bold;
    line-height: 100%;
    text-decoration: none;
    padding-right: 10px;
    color: #095AA6;
    }    
    
H2 {
    font-family: arial, helvetica, sans-serif;
    font-size: 90%;
    font-weight: bold;
    text-decoration: none;
    font-style: italic;
    padding-right: 10px;
    color: #095AA6;
    }    
    
H3 {
    font-family: arial, helvetica, sans-serif;
    font-size: 80%;
    font-weight: bold;
    text-decoration: none;
    padding-right: 10px;
    color: #888888;
    }   

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

.navbarWrapper {
    font-family: arial, helvetica, sans-serif;
    font-size: 75%;
    font-weight: normal;
    line-height: 150%;
    color: #095AA6;    
	background: #FFFFFF;
	}	
	
.copyrightWrapper {
    background: #FFFFFF; 
    font-family: arial, helvetica, sans-serif;
    font-size: 75%;
    font-weight: normal;
    line-height: 150%;
    color: #000000; 
	}		

.spacerWrapper {
    background-color: #FFFFFF;
	}		
	
.mainContentAreaWrapper {
    background: #FFFFFF;
	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;
	}
	
.colonSep {
    font-family: arial, helvetica, sans-serif;
    font-weight: bold;
    font-style: italic;
    color: #83CEE2;
    } 	


a:link {
 	color: #095AA6;
    font-family: arial, helvetica, sans-serif;
	background-color: transparent; 
    font-weight: normal;
	text-decoration: underline;
}
a:visited {
 	color: #095AA6; 	
    font-family: arial, helvetica, sans-serif;
    background-color: transparent; 
    font-weight: normal;
	text-decoration: underline;
}
a:hover {
 	color: #83CEE2; 	
	background-color: transparent;
    font-family: arial, helvetica, sans-serif;	
    font-weight: normal;
	text-decoration: underline;
}
a:active {
 	color: #095AA6; 
    font-family: arial, helvetica, sans-serif;
	background-color: transparent; 
    font-weight: normal;
	text-decoration: underline;
}



a.backToTop:link {
 	color: #095AA6;
    font-family: arial, helvetica, sans-serif;
    font-size: 8pt;
	background-color: transparent; 
	text-decoration: underline;
}
a.backToTop:visited {
 	color: #095AA6; 	
    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: #095AA6; 
    font-family: arial, helvetica, sans-serif;
    font-size: 8pt;
	background-color: transparent; 
	text-decoration: underline;
}	

			
P.breakhere 
	{page-break-before: always}
  