﻿body   {
	background-color:#444444;
	font-family:Arial;
	font-size: 12px;
	margin:0px;
}
table   {
	background-color:#ffffff;
}
a       {
	color: #7092bc;
	text-decoration:none;
	font-weight: bold;
}
.head1 {
	color:#ffffff;
	background-color:#7A7A7A;
	font-family:Arial;
	font-size: x-large;
        text-align:center;
	margin:0px;
}
.head3 {
	color:#ffffff;
	background-color:#9C9C9C;
	font-family:Bauhaus93;
	font-size: x-large;
        text-align:right;
	margin:0px;
}
.foot1 {
	color:#ffffff;
	background-color:#9C9C9C;
	font-family:Bauhaus93;
	margin:0px;
}
.foot3 {
	color:#ffffff;
	background-color:#7A7A7A;
	font-family:Bauhaus93;
        text-align:right;
	margin:0px;
}
﻿.menu  {
	background-color: #7A7A7A;
	color: #ffffff;
	margin-top:0px;
	border:1px solid gray;
	z-index: 100;
	width: 160px;
	text-align:center;
}
.menu a{
	background-color: #7A7A7A;
	color: #ffffff;
	font-size: 16px;
	line-height: 30px;
	margin-left:2px;
	margin-right:2px;
	border:1px solid gray;
	text-decoration:none;
	font-weight: bold;
}
.menu a:hover{ /*hover background color*/
	background-color: #ffffff;
	border:1px solid #7A7A7A;
	color: #7A7A7A;
}
.ad     {
	display: none;
	color: #ffffff;
	position:absolute;
	left:1;
	top:1;
	width:150px;
	border:1px solid #C0C0C0;
	z-index:10;
	background-color:white;
}
