body {
	background-color: #AB0808;
}
body,td,th {
	font-family: Georgia, Times New Roman, Times, serif;
	color: #FFFEB8;
	font-size: 11px;
}
a:link {
	color: #FFFEB8;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #FFFEB8;
}
a:hover {
	text-decoration: none;
	color: #FFFEB8;
}
a:active {
	text-decoration: underline;
	color: #FFFEB8;
}
.Form {
	background-color: #F1F0AE;
	border: 1px solid #666666;
	width: 185px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-style: italic;
}
#menu {
	position:absolute;
	left:23px;
	top:11px;
	width:192px;
	height:27px;
	z-index:1;
}
.Dots {
    font-size: 9px;
}
.imgborder {
 border: 1px solid #FFFEB8;
}