a:link,a:focus,a:active,a:visited
{
	color: #71BDEE;
	text-decoration: none;
	font-weight: bold;
}

a:hover
{
	color: #83D4FF;
	text-decoration: none;
	font-weight: bold;
}

body
{
	background-color: #000000;
	color: #E6E6E6;
	font: normal normal 13px Arial,Helvetica,sans-serif;
	margin: 20px 10px 10px 10px;
}

h1
{
	font: normal bold 15px Arial,Helvetica,sans-serif;
	color: #FF8C01;
}

h2
{
	font: normal normal 13px Arial,Helvetica,sans-serif;
	padding: 15px 0px 0px 5px;
	color: #FF8C01;
}

p
{
	padding-left: 10px;
}

td
{
	vertical-align: top;
}

.t_top
{
	width: 50%;
	text-align: center;
	padding: 3px;
}

.content
{
	width: 75%;
	text-align: left;
	padding-top: 30px;
}

code
{
	font: normal bold 13px "Courier New",Courier,monospace;
}

ul {margin: 0px 0px 0px 5px; padding: 0px 0px 0px 20px;}

li {padding-bottom: 20px;}

table
{
	border-top: 2px solid #FF8C01;
	border-bottom: 2px solid #FF8C01;
	background-color: #404040;
}

th
{
	font: normal bold 14px Arial,Helvetica,sans-serif;
	text-align: center;
	padding: 3px;
}

.t_title
{
	text-align: center;
	padding: 3px;
	font-weight: bold;
}

.t_name
{
	width: 190px;
	text-align: right;
	padding: 3px;
	font-weight: bold;
}

.t_stat
{
	width: 150px;
	text-align: right;
	padding: 3px;
	font-weight: normal;
}


.t_score
{
	width: 60px;
	text-align: left;
	padding: 3px;
}

.in {width: 150px;}
.is {width: 100px;}

input, button, textarea
{
	background-color: #777777;
	border: 0px;
	font: normal normal 12px Arial,Helvetica,sans-serif;
	width: 150px;
}

select, option
{
	background-color: #777777;
	border: 0px;
	font: normal normal 12px Arial,Helvetica,sans-serif;
	width: 95px;
}

.t_form_left
{
	width: 200px;
	text-align: right;
	padding: 3px;
	font-weight: bold;
}

.t_form_right
{
	padding: 3px 0px;
}

.t_form_middle
{
	width: 100%;
	text-align: center;
	padding: 3px;
	font-weight: bold;
}