a { color: #0000FF;
    text-decoration: none; }
    
a:hover { color: #FF0000;
          text-decoration: underline; }
          
body { font-family: Georgia,serif; 
       font-size: 10pt; 
       line-height: 125%; }
       
p { font-family: Georgia,serif;
	font-size: 10pt;
    line-height: 125%; }

p.left-indent { margin-left: 20;
                margin-top: 0;
                margin-bottom: 0; }
    
ul { font-family: Georgia,serif; 
     font-size: 10pt; 
     line-height: 125%; }

table { font-family: Georgia,serif;
		font-size: 10pt; 
        line-height: normal; 
		border: 0;
		cellpadding: 4;
		border-collapse: collapse;
		cellspacing: 0; }

h1 { color: #CC6600;
	 font-family: sans-serif; 
     font-size: 175%; 
     font-weight: normal; 
     line-height: 125%; 
     letter-spacing: -0.05em; 
     border-bottom: 1px solid #999999; }

h2 { color: #CC6600;
	 font-family: sans-serif; 
     font-size: 150%; 
     font-style: italic; 
     font-weight: normal; 
	 line-height: 125%; 
	 letter-spacing: -0.02em; }

h3 { color: #CC6600;
	 font-family: sans-serif; 
     font-size: 125%; 
     font-style: italic; 
     font-weight: normal;
	 line-height: 125%;
	 letter-spacing: -0.01em; }

.navbar { font-family: sans-serif;
		  font-size: 70%;
		  font-weight: bold; }
		
.info { font-family: sans-serif;
		font-size: 70%;
		color: #999999; }

.smalltext { font-family: sans-serif;
			 font-size: 70%; }
			
.emphasis { background-color: #FFFFCC;
		    border: 1px solid #999999; 
		    padding-left: 0.5em;
		    padding-right: 0.5em; 
		    padding-top: 0.5em;
		    padding-bottom: 0.5em; }

.bodytext { line-height: 125%; }