.maindave {
	font-family: Tahoma;
	font-size: small;
	font-weight: normal;
	color: #000099;
}
</html>
a:link {
	font-family: Tahoma;
	font-size: small;
	font-weight: bold;
	color: #FF6600;
	text-decoration: underline;
	background-color: #4747B5;
}
a:link {
	font-family: Tahoma;
	font-size: small;
	font-weight: bold;
	color: #FFFFFF;
}
a:visited {
	font-family: Tahoma;
	font-size: small;
	font-weight: bold;
	color: #99CC99;
}
a:hover {
	font-family: Tahoma;
	font-size: small;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #FF6600;
	text-decoration: underline;
}
a:active {
	font-family: Tahoma;
	font-size: small;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
	background-color: #66CC99;
}
.maintext {
	font-family: Tahoma;
	font-size: small;
	font-weight: normal;
	color: #000066;
}
.titles {
	font-family: Tahoma;
	font-size: medium;
	font-weight: bold;
	color: #99FF99;
}
.navbar {
	font-family: Tahoma;
	font-size: x-small;
	font-weight: bold;
	background-color: #9358D0;
	border-top-color: #66FFCC;
	border-right-color: #FFCC00;
	border-bottom-color: #66FFCC;
	border-left-color: #FFCC00;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: outset;
	border-right-style: outset;
	border-bottom-style: outset;
	border-left-style: outset;
}
.headers {
	font-family: Tahoma;
	font-size: small;
	font-weight: bolder;
	color: #FFFFFF;
}
.dash {
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #FFFFFF;
}
.dot {
	border: 1px dashed #999999;
	font-family: Tahoma;
	font-size: x-small;
	color: #FFFFFF;
}
.tiny {
	font-family: Tahoma;
	font-size: x-small;
	color: #000000;
	border: 1px dashed #000000;
}
