h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
	}

h1{
   	font-family: Verdana, Arial, sans-serif;
 	font-stretch:narrower;
 	font-weight:300;
 	font-size: 14px;
	font-weight: bold;
    letter-spacing:2px;
	line-height: 14px;
	text-align:left;
	/*padding-top:25px;*/
	padding-bottom:15px;
}

h2{
   	font-family: Verdana, Arial, sans-serif;
 	font-stretch:narrower;
 	font-weight:300;
 	font-size: 14px;
	font-weight: bold;
    letter-spacing:2px;
	line-height: 14px;
	text-align:left;
	padding-top:10px;
	padding-bottom:10px;
}
	
h3 	{
	font-family: Verdana, Arial, sans-serif;
	font-stretch:narrower; 
	font-weight:300; 
	font-size: 14px; 
	letter-spacing:2px; 
	line-height: 14px; 
	text-align:center; 
	border-bottom: 1px solid #cccccc;	
	border-top: 1px solid #cccccc; 	
	padding-right:20px;
	padding-left:20px;
	padding-top:10px;
	padding-bottom:10px;	
	margin-top:25px;
	background-color:#eeeeee;	
}

