@charset "utf-8";
/* CSS Document */

body {
	background-color: #4C0E10;
}
.border {
	border: 1px solid #666;
	background-color: #0D0D0D;
	color: #CCC;
	text-indent: 3px;
}
.menu-hdr-bg {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	color: #CCC;
	text-decoration: none;
	background-image: url(../images/menu-hdr_bg.gif);
	background-repeat: repeat-x;
	height: 38px;
	text-indent: 8px;
	font-weight: bold;
}

.main-table {
	background-color: #1D1D1D;
}
.border-text {
	border: 1px solid #666;
	background-color: #0D0D0D;
	color: #CCC;
	padding: 5px;
}
.footer {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #CCC;
	background-image: url(../images/bg_footer.gif);
	background-repeat: repeat-x;
	height: 100px;
	background-color: #0D0F10;
}
.logo {
	background-image: url(../images/logo.gif);
	background-repeat: no-repeat;
	background-position: center center;
	height: 105px;
	width: 165px;
}
.decText {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-indent: 0px;
	color: #FFF;
}
#Links a:hover {
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bolder;
	color: #CC9900;
	background-color: #666666;
	
}
#Links a:link {
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bolder;
	color: #CCCC99;
}

#Links a:visited {
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bolder;
	color: #CC9966;
}
