@charset "iso-8859-1";
td,body {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
}
.border {
	border: 1px solid #000000;
}
.small {
	font-size: 10px;
}
a {
	color: #990000;
	text-decoration: none;
}
a:hover {
	color: #990000;
	text-decoration: underline;
}
.backWhite {
	background-color: #FFFFFF;
	background-image: url(images/back_white.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
.backBlack {
	background-color: #000000;
	background-image: url(images/back_black.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
.mapText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
}