/* Define the page background */

BODY { background-color: #FFFFFF;
		margin-left: 10%;
	    margin-right: 10%; 
		font-family: arial, helevtica, sans-serif;
}

H1, H2, H3, P, OL, UL, DL, LI, TR, TD, TH, BLOCKQUOTE { 
		font-family: arial, helevtica, sans-serif;
}


H1 {font-size: 18pt;
}


H2 {font-size: 16pt;
}

H3 {font-size: 14pt;
}

blockquote {	margin-left: 5%;
}


.bodytext { 
		font-family: arial, helevtica, sans-serif;
	
}

.nav { 
	font-size: 9pt;
	font-weight: normal;
	text-align: center;
	margin-top: 9px;	
	margin-bottom: 0px;
	font-family: arial, helevtica, sans-serif;

	}


.nav-g20 { 
	font-size: 11pt;
	font-weight: normal;
    color: #006600;
	text-align: center;
	margin-top: 9px;	
	margin-bottom: 0px;
	font-family: arial, helevtica, sans-serif;

	}
 
.maintop {	
			
			margin-top: 7px;
			font-size: 1.3em;
			color: #000099;
			text-align: center;
			letter-spacing: 3px;
			font-family: arial, helevtica, sans-serif;	
}

             
/* Format for small type */		

.smalltext {   font-size: .75em;
          	   font-family: arial, helevtica, sans-serif;	
            }  

.comment {   font-size: 80%;
              font-family: arial, helvetica,sans-serif;
            }  

	 
						 
/* Remove the underline for all links */

A:link, A:active { 		
					text-decoration: none; 
					font-weight: bold;
					color: #00007B;
					font-family: arial, helevtica, sans-serif;
			
		}
		
A:visited { 	
			text-decoration: none;
			font-weight: bold;
			color: #990000;
			font-family: arial, helevtica, sans-serif;
				
		}

		
A:hover { 	
			text-decoration: underline;
			color: #990000;
				
		}
A.bottom:link { 	text-decoration: none; 
			color: #00007B;
		}
		
A.bottom:hover { 	
			text-decoration: underline;
			color: #990000;
		}

A.bottom:visited { 	
			text-decoration: none;
			color: #990000;
		}


/* Bottom table contents */

.info { color: #808080;
          font-family: arial, helvetica;
          font-size: 9pt;
         
        }

P.pIndent {margin-left: 20px;}