
body {
	background-image:url("../images/bgcolor.jpg");
	font-family:century gothic, news gothic;
	font-size: 9px;
	margin-top:0;
	margin-bottom:0;
	margin-left:0;
	margin-right:0;
}

a:link, a:visited, a:active {
	text-decoration:none;
	color:#3f5261;
}

a:hover, a:visited:hover {
	text-decoration:underline;
	color:#000000;
}
 
.bw img {
	filter:gray;
	width:100;
	height:150;
}
 
.bw:hover img {
	filter:none;
	width:100;
	height:150;
} 

.footer {
	text-align:center;
	padding-top:5px;
	font-size:10px;
	color:#3f5261;
	font-weight:bold;
}

.maintable {
	background-repeat:no-repeat;
	background-position:0 98;
	border-collapse:collapse;
	background-color:#ffffff;
	width:800;
	height:500;
	border:10px;
}

.menubar {
	background-color:#8098ac;
	vertical-align:top;
	height:30px;
	padding-left:58px;
	position:relative;
}

.borderit img{
	filter:gray;
	width:100;
	height:150;
	border:1px solid #gray;
}

.borderit:hover img{
	filter:none;
	width:100;
	height:150;
	border:1px solid #b6c8d1;
	cursor:wait;
}

.borderit:hover{
	color: red; /* irrelevant definition to overcome IE bug */
}
