html {
	background-color: black;
	height: 100%;
	margin-top: 0px;
	margin-bottom: 0px;
}

body {
	margin-left: 0%;
	color: gold;
	font-weight: bold;
	background-color: black;
}

#body {
	width: 976px;
	margin: 0px 0px 0px 0px;
	border: dotted white;
	border-width: 0px 1px 0px 1px;
}

.align_height {
	min-height: 100%;
	_height: 100%; /* underscore ie6 hack*/
}

.align_center {
	position: relative;
	width: 100%;
}

.align_center:after {
	content: '';
	display: block;
	clear: both;
}

.align_center_to_left {
	position: relative;
	right: 50%;
	float: right;
}

.align_center_to_right {
	position: relative;
	z-index: 1;
	right: -50%;
}

.topheader {
	margin-left: 32px;
}

.topheader h1 {
	color: white;
	font-family: Impact;
	font-size: 48px;
	margin: 0px;
}

.topheader h2 {
	color: white;
	margin: 0px;
}

#topmenu {
	margin: 8px 32px 4px 32px;
	padding: 1px 8px 2px 8px;
	border: dotted white;
	border-width: 1px 0px 1px 0px;
	font-family: Arial;
	font-size: 12px;
}

#copyright {
	margin: 8px 32px 4px 32px;
	padding: 1px 8px 2px 8px;
	border: dotted white;
	border-width: 1px 0px 1px 0px;
	font-family: Arial;
	font-size: 12px;
}

a:link,a:visited {
	color: white;
	text-decoration: none;
}

a:hover {
	color: yellow;
}

#main_container {
	margin: 12px 32px 12px 32px;
	font-size: 12px;
	font-family: Arial;
}

#err_mess {
	color: white;
	background-color: red;
	padding: 4px 4px 4px 24px;
	border: 1px dotted white;
}

#alter {
	color: gold;
}

#alter div {
	overflow: hidden;
	height: 12px;
}

#alter td {
	font-size: 10px;
}

#alter th {
	color: white;
}

#alter_hist {
	color: gold;
}

#alter_hist {
	color: gold;
}

#alter_hist div {
	overflow: hidden;
	height: 12px;
}

#alter_hist td {
	font-size: 10px;
}

#alter_hist th {
	color: white;
}

#alter_ic {
	color: gold;
}

#alter_ic td {
	font-size: 10px;
	vertical-align: top;
}

#alter_ic th {
	color: white;
}

.tabz {
	color: gold;
	font-size: 12px;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
	width: 100%;
}

.tabz div {
	overflow: hidden;
	height: 12px;
}

.tabz td {
	text-align: center;
}

.even {
	color: orange;
}

.tabz th {
	color: white;
}

strong {
	color: #ffa;
}

.akb_item {
	border-color: white;
	border-style: solid;
	border-width: 1px 0px 1px 0px;
	margin: 4px;
	padding: 4px;
}

.akb_item h1 {
	border-bottom: 1px solid gray;
	font-size: 16px;
	font-weight: bold;
	margin: 4px 2px 4px 2px;
	padding: 2px;
}

.akb_item h2 {
	border-bot_tom: 1px solid gray;
	font-size: 14px;
	color: #fd8;
	font-weight: bold;
	margin: 8px 100px 4px 50px;
	padding: 2px 0px 2px 100px;
}

.akb_item p {
	margin: 0px;
	padding: 0px;
	text-indent: 28px;
}

.akb_image {
	border: 1px solid gray;
	margin: 4px;
	padding: 4px;
	width: 150px;
	float: left;
}

.akb_item_body {
	margin: 0px 0px 0px 170px;
	padding: 2px;
	height: 140px;
}

