@charset "utf-8";
/* CSS Document */

body {
	margin-top: 45px;
	margin-right: 0px;
	margin-left: 0px;
	font-family: Verdana, Geneva, sans-serif;
	overflow: hidden;
	font-size: small;
}
#Horizontal tr #Header {
	height: 96px;
	background-color: #000;
	color: #FFF;
	text-align: center;
	vertical-align: bottom;
}
#Horizontal tr #Header table tr td p {
	text-align: right;
	font-size: x-small;
	margin-right: 6px;
}
#Horizontal tr #Header table tr td a img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}



#Horizontal tr #Gold {
	height: 25px;
	background-repeat: no-repeat;
	background-image: url(images/gold.jpg);
	text-align: center;
	text-indent: 160px;
}
#Horizontal tr #Middle {
	height: 423px;
	background-color: #ADA8A4;
	background-image: url(images/gray.jpg);
	background-repeat: repeat-y;
	background-position: center;
	text-align: center;
}
#Horizontal tr #Middle table tr th {
	width: 160px;
	color: #FFF;
	vertical-align: top;
	text-align: left;
}
#Horizontal tr #Middle table tr th p {
	margin-left: 4px;
	font-weight: normal;
	font-size: small;
	margin-right: 4px;
}

#Horizontal table {
	width: 1000px;
}
#Horizontal tr #Bottom {
	background-color: #97928C;
}
#Horizontal tr #Bottom table {
	height: 40px;
}
#Horizontal tr #Bottom table tr td {
	height: 100%;
	text-align: center;
	vertical-align: middle;
	text-indent: 160px;
}
a:link {
	color: #FFF;
	text-decoration: none;
}
a:visited {
	color: #FFF;
	text-decoration: none;
}
a:hover {
	color: #FFF;
	text-decoration: none;
}
a:active {
	color: #FFF;
	text-decoration: none;
}

