.style1 {
	font-family: Verdana;
	font-size: 10px;
}

.style2 {
	font-family: Verdana;
	font-size: 11px;
	color: #666666;
}
.style3 {font-size: 11px}

.style4 {
	font-family: Verdana;
	font-size: 16.5px;
	font-weight: bold;
}

.style5 {color: #FF0000}

h1,h2,h3,h4,h5,h6 {font-family: Verdana;}
h1 {font-size: 16.5px;
    font-weight: bold;
	margin-top:1;
	padding-top:1;
	 }
	 
a:link {
	color: #000000;
	font-family: Verdana;
	font-size: 10px;
	text-decoration: none;
}
a:visited {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #666666;
	text-decoration: underline;
}