

/* Presentation Stylesheet */ 


a, a:link, a:visited, a:active {
    text-decoration: none;
    color: #4b6693;
}

a:hover {
		text-decoration: none;
    border-bottom: solid 1px #99a;
    color: #000;	
    background-color: #ffffff;
    
}


h1{
 color:#323232;
 font-size: 12px;
 border-bottom-style: dashed;
 border-bottom-width: 1px;
 border-bottom-color: #323232;
 background:#f7f7f7;
 }

h2{
 color:#323232;
 font-size: 11px;
 border-bottom-style: dashed;
 border-bottom-width: 1px;
 border-bottom-color: #323232;
 background:#f7f7f7;
 text-align: center;
 }
 
 h3{
 color:#323232;
 font-size: 12px;
 }
 
 
 
 li{
		 list-style-image: url('images/list1.gif');
	}
	