.titles {
	font-family: Tahoma, Arial;
	font-size: x-large;
	color: #ff6347;
	font-weight: bold;
}
.content {
	font-family: Tahoma, Arial;
	font-size: small;
}
.contentbold {
	font-family: Tahoma, Arial;
	font-size: small;
	font-weight: bold;
}
a:link {
	font-family: Tahoma, Arial;
	font-size: small;
	font-weight: bold;
	color: #666666;
	text-decoration: underline;
}
a:hover {
	font-family: Tahoma, Arial;
	font-size: small;
	font-weight: bold;
	color: #FF0000;
	text-decoration: underline;
}
a:visited {
	font-family: Tahoma, Arial;
	font-size: small;
	font-weight: bold;
	color: #999999;
	text-decoration: underline;
}
a:visited:hover {
	font-family: Tahoma, Arial;
	font-size: small;
	font-weight: bold;
	color: #FF0000;
	text-decoration: underline;
}
hr {
	color: #003366;
}
.tableoutline {
	border: 1px solid #000000;
}
#MySpamTrap {display: none;}