/* CSS Document */

body {
	background-color: #000000;
	color: #ffffff;
	font-size: 11px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
}

#all {
	width: 90%;
	margin: 0px auto 20px auto;
	height: auto;
	overflow: hidden;
	position: relative;
	padding: 180px 0px 0px 0px;
}

p, a, a:link, a:visited {
	color: #ffffff;
	font-size: 11px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
}
a:hover {
	text-decoration: underline;
	color: #bbbbbb;
}

h1 {
	font-size: 24px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-weight: normal;
	line-height: 24px;
	text-align: center;
	margin: 12px auto 18px auto;
	color: #000000; /* #f57f20; */
}
h2 {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-weight: normal;
	font-size: 14px;
	line-height: 14px;
	text-align: center;
	margin: 0px auto 24px auto;
	color: #bbbbbb;
}

table {
	display: table;
	border-collapse: collapse;
	border: 0px none;
	background: none;
	margin: 0px;
	width: 100%;
	table-layout: auto;
}

th {
	border: 1px solid #000000;
	background: #bbbbbb;
	color: #000000;
	padding: 2px 4px 2px 4px;
}

td {
	border: 1px solid #000000;
	border-bottom: 1px solid #bbbbbb;
	background: #000000;
	color: #bbbbbb;
	padding: 2px 4px 2px 4px;
}

th a, th a:link, th a:visited {
	color: #000000;
}

th a, th a:link, th a:visited {
	color: #333333;
}

.widecell {
	width: 20%;
}

.midcell {
	width: 10%;
}

.center {
	text-align: center;
}

table.dual td {
	vertical-align: top;
	width: 40%;
	padding: 0% 5% 0% 5%;
}

hr {
	height: 1px;
	color: #bbbbbb;
	background: #bbbbbb;
	border: 0px;
	padding: 0px;
}

.overmenu {
	margin-bottom: 2px;
}

.menu {
	width: 100%;
	display: block;
	margin: 0px auto 0px auto;
	padding: 0px;
	position: absolute;
	bottom: 2px;
}

.menu a, .menu a:active, .menu a:link {
	height: 14px;
	padding: 2px 12px 2px 12px;
	margin: 0px 4px 0px 0px;
	background: #000000;
	color: #bbbbbb;
	text-decoration: none;
}

.menu p {
	width: 100%;
	padding: 0px;
	margin: 0px;
}

.menu a:hover, .menu a.active {
	background: #bbbbbb;
	color: #000000;
}

.top {
	width: 100%;
	height: 140px;
	background: url('topbanner.jpg');
	background-repeat: repeat-x;
	position: absolute;
	top: 12px;
	left: 0px;
	margin: 12px 0px 0px 0px;
	border: 1px solid #bbbbbb;
	border-left: 0px none;
	border-right: 0px none;
	
}

