/* CSS Document */
.h1 { 
	font-size: 14px;
	font-family: Tahoma;
	text-decoration: none;
	color: #f60;
}
a.h1:hover{
	font-size: 14px;
	text-decoration: none;
	color: #f60;
}
.h2 {
	font-size: 14px;
	font-family: Tahoma;
	text-decoration: none;
	font-weight:bold;
	color: #000;
}
.h3 {
	font-size: 12px;
	font-family: Tahoma;
	line-height:24px;
	text-decoration: none;
	color: #666;
}
.h4 {
	font-size: 12px;
	line-height:18px;
	font-family: Tahoma;
	font-weight:bold;
	text-decoration: none;
	color: #666;
}
.h5 {
	font-size: 14px;
	line-height:18px;
	font-family: Tahoma;
	text-decoration: none;
	color: #666;
}