.normal {
	font-family: verdana;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #006666;
	text-decoration: none;
}
.normal:hover {
	font-family: verdana;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color:#000033;
	text-decoration: none;
}

.text1 {
	font-family: verdana;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color:#666666;
	text-decoration: none;
}
.text2 {
	font-family: arial;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	color:#003366;
	text-decoration: none;
}
.text2:hover {
	font-family: arial;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	color:#990000;
	text-decoration: underline;
}
.links {
	font-family: verdana;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color:#000066;
	text-decoration: none;
}
.links:hover {
	font-family: verdana;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color:#CC0000;
	text-decoration: none;
}
