@charset "utf-8";
body {
	background-color: #000000;
	margin-top: 10px;
}
.form-background { background-color: #332200; }

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFCC00;
}

h2 { 
clear:left;
	font-size:110%;
	font-weight:400;
	margin:0 0 3px;
	color:#FFCC00
}

/* Set the default link colors */

a:link {
	color: #FFCC00;
	text-decoration: underline;
	}

a:visited {
	color: #FFCC00;
	text-decoration: none;
	}

a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	}

a:active { color: #CC0000; 
		}

/* Set the special link colors */

a.special:link {
	color: #FFCC00;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	}

a.special:visited {
	color: #FFCC00;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	}

a.special:hover {
	color: #FFFFFF;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	}

a.special:active {
	color: #FF0000;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	}

.menubox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFCC00;
	background-color: #5B3E00;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
	border: 1px solid #CC9900;
	width: 795px;
	height: 20px;
	padding-top: 5px;
	font-weight: bold;
	padding-left: 5px;
}

.menuboxFooter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFCC00;
	background-color: #5B3E00;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
	border: 1px solid #CC9900;
	width: 795px;
	height: 13px;
	padding-top: 2px;
	padding-left: 5px;
	padding-bottom: 2px;
}

.HeaderBox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #CC9900;
	background-color: #2D1E00;
	background-image: url(../images/bullet.jpg);
	background-repeat: no-repeat;
	background-position: 8px center;
	height: 18px;
	width: 215px;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 10px;
	border: 1px solid #554000;
	padding-left: 30px;
	padding-top: 5px;
}

.ColumnTextBox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFCC00;
	width: 247px;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 10px;
	padding-top: 5px;
}

.GoldBorder { border: 1px solid #CC9900; }

.GoldBorderBottom {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CC9900;
}




.MainTitle {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFCC00;
	text-decoration: none;
	border-bottom-width: 2px;
	border-bottom-style: double;
	border-bottom-color: #FF9900;
	width: 500px;
}
