/* CSS Document */

body {
	background-color: #470900;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.bottom {
    font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#fad2b5;
	line-height: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
}
.middle {
    margin-bottom:14px;
	margin-top:5px;
	margin-left:auto;
	margin-right:auto;
}
#index a:hover img {
    filter: alpha(opacity=100);  /* for IE*/
    -moz-opacity: 1;  /* for Firefox*/
    opacity: 1;  /* for opera*/
}
#index a img {
    filter: alpha(opacity=0);  /* for IE*/
    -moz-opacity: 0.0;  /* for Firefox*/
    opacity: 0.0;  /* for opera*/
}
a:link {
	color: #470900;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #470900;
}
a:hover {
	text-decoration: none;
	color: #470900;
}
a:active {
	text-decoration: none;
}