@charset "utf-8";
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12pt;
	font-weight: normal;
	color: #004a80;
	background-color: #FFFFFF;
	margin: 5px;
	padding: 5px;
	border: 4px solid #004a80;
}
.small {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
	font-weight: normal;
	color: #003366;
}
.smallbold {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
	font-weight: bold;
	color: #004a80;
}
a:link {
	color: #004a80;
	text-decoration: none;
}
a:active {
	color: #004a80;
	text-decoration: none;
}
a:visited {
	color: #004a80;
	text-decoration: none;
}
a:hover {
	color: #666666;
	text-decoration: underline;
}
.smallred {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
	font-weight: normal;
	color: #76252b;
}
#dhtmltooltip{
	color: black;
	position: absolute;
	width: 540px;
	padding: 5px;
	visibility: hidden;
	z-index: 100;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
}
.tn:link img {
	color: #000000;
	text-decoration: none;
	border: 1px solid #000000;
}
.tn:visited img {
	color: #000000;
	text-decoration: none;
	border: 1px solid #000000;
}
.tn:hover img {
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);
	-moz-opacity: 0.5;
	color: #999999;
	text-decoration: none;
	border: 1px solid #FF0000;
}
.tn:active img {
	color: #000000;
	text-decoration: none;
	border: 1px solid #000000;
}
#modal {
	background-image: url(images/blackdot.gif);
	background-repeat: repeat;
	margin: 0px;
	padding: 0px;
	height: 500px;
	width: 800px;
	visibility: hidden;
	position: absolute;
	left: 0px;
	top: 0px;
}
