﻿body
{
	height: 100%;
	background-color: #000000;
	color: #ffffff;
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
}
img
{
	border: none;
}

a:link
{
	text-decoration: none;
	color: #ff6600;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #00405b;
}
a:visited
{
	text-decoration: none;
	color: #ff6600;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #00405b;
}
a:active
{
	color: #ff6600;
}
a:hover
{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ff6600;
}
a img
{
	border: none;
}
.maintable
{
	width: 800px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
.centeredtable
{
	margin-left: auto;
	margin-right: auto;
}
.header
{
	color: #ff6600;
}
.bold
{
	font-weight: bold;
}
.big
{
	font-size: x-large;
}
.detailscrolling
{
	width: 570px;
	height: 500px;
	overflow: auto;
	vertical-align: top;
}
.detailtableicon
{
	width: 170px;
	height: 155px;
	vertical-align: top;
	border-style: solid;
	border-width: 1px;
	border-color: White;
	padding: 0px 0px 0px 0px;
}
.detailtablenav
{
	padding-top: 10px;
	width: 170px;
	height: 245px;
	vertical-align: top;
}
.detailtablelogo
{
	width: 170px;
	height: 100px;
	vertical-align: bottom;
}
.detailtablebody
{
	border-style: solid;
	border-width: 1px;
	border-color: White;
	padding: 10px;
}
ul
{
	list-style-type: square;
}
li
{
	color: #ff6600;
	padding-left: 0px;
	margin-left: -20px;
}
.liunselected
{
	color: #ffffff;
}
.liselected
{
}
.verticalmiddle
{
	vertical-align: middle;
}
.tablewide
{
	text-indent: 15px;
}

