/* CSS Document */


.h1
{	font-family: "Verdana, Arial, Helvetica", sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #aaaaaa;
}
	
.h2
{	font-family: "Courier New", Courier, mono;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #FF8400;
}

.h3
{	font-family: "Verdana, Arial, Helvetica", sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #aaaaaa;
}

.h4
{	font-family: "Courier New", Courier, mono;
	font-size: 20px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #FF8400;
	text-decoration: underline;
}

A.h3, A.h3:VISITED { 
	color: #AAAAAA; 
	text-decoration: none 
}
A.h3:HOVER { 
	color: #FF8400; 
	text-decoration: none 
}
