a:active { 
	font-family: Verdana; 
	color: #FF0000;
	}
	
a:hover {
	 text-decoration: none;
	 color: #800000;
	 }
	     
a:link { 
    font-family: Verdana; 
    color: #0000FF;
    }
    
a:visited { 
    font-family: Verdana; 
    color: #330099;
    }
    
body { 
    font-family: Verdana; 
    font-size: 10pt; 
    color: #000000;
    }
    
address { 
    font-family: Verdana; 
    font-size: 10pt;
    }
    
button { 
    font-family: Verdana; 
    font-size: 10pt;
    }
    
fieldset { 
    font-family: Verdana; 
    font-size: 10pt;
    }
    
html { 
    font-family: Verdana; 
    font-size: 10pt;
    }
    
h6 { 
    font-family: Verdana; 
    font-size: 2mm;
    }
    
h5 { 
    font-family: Verdana; 
    font-size: 8pt;
    }
    
h4 { 
    font-family: Verdana; 
    font-size: 10pt;
    }
    
h3 { 
    font-family: Verdana; 
    font-size: 12pt;
    }
   
h2 { 
    font-family: Verdana; 
    font-size: 18pt;
    }
    
h1 { 
    font-family: Arial; 
    font-size: 24pt; 
    color: #990000; 
    margin-bottom: 0;
    }
    
input { 
    font-family: Verdana; 
    font-size: 10pt;
    }
    
legend { 
    font-family: Verdana; 
    font-size: 10pt;
    }
    
li { 
    font-family: Verdana; 
    font-size: 10pt;
    color: #000000;
    }
    
ol { 
    font-family: Verdana; 
    font-size: 10pt;
    }
    
option { 
    font-family: Verdana; 
    font-size: 10pt;
    }
    
p {
	font-family: verdana;
	font-size: 10pt;
	color: #000000;
	}
    
p.three {
	font-family: verdana;
	font-size: 12pt;
	color: #000000;
	}
	
p.four {
	font-family: verdana;
	font-size: 14pt;
	color: #000000;
	}
	
p.five {
	font-family: verdana;
	font-size: 18pt;
	color: #000000;
	}

p.threec {
	font-family: verdana;
	font-size: 12pt;
	color: #000000;
	text-align: center;
	}
	
p.fourc {
	font-family: verdana;
	font-size: 14pt;
	color: #000000;
	text-align: center;
	}

p.fivec {
	font-family: verdana;
	font-size: 18pt;
	color: #000000;
	text-align: center;
	}

p.center {
	text-align: center;
	}
    
pre { 
    font-family: Courier New;
    font-size: 10pt;
    }
    
select { 
    font-family: Verdana;
    font-size: 10pt;
    }
    
td {
	font-family: verdana;
	font-size: 10pt;
	color: #000000;
	}
    
th { 
    font-family: Verdana;
    font-size: 10pt;
    }
    
textarea { 
    font-family: Verdana;
    font-size: 10pt;
    }
    
ul { 
    font-family: Verdana;
    font-size: 10pt;
    color: #000000;
    }
    
.shadow {
    border:1px solid silver;
    font:10pt arial;
    position:relative;
    display:inline;
    background:white;
    z-index:100
    }

.shadow_inner {
    overflow:hidden;
    position:absolute;
    top: -1000px;
    filter:alpha(Opacity=10); /*modify to change the shade solidity/opacity, same as below*/
    opacity:0.1; /*firefox 1.5 opacity*/
    -moz-opacity:0.1; /*mozilla opacity*/
    -khtml-opacity:0.1; /*opacity*/
    z-index:10
    }