@charset "utf-8";
/*
 * Color reference:
 * http://geneticvital.files.wordpress.com/2007/12/html_colors.gif
*/

body
{
	font-family: Tahoma,Arial,Helvetica,Times,Sans-Serif;
	font-size: 12pt;
	background: #333333;
}

hr
{
	border: 0px;
	height: 2px;
	width: 100%;
	background: #000000;
}

li
{
	margin-bottom: 0.5em;
}

table.main
{
	width: 100%;
	border: none; /*2px solid #000000;*/
}

table.main a
{
	text-decoration: none;
	border-bottom: none;
}

table.main a:active
{
	background: none;
	text-decoration: none;
	border-bottom: none;	
}

table.main a:hover
{
	text-decoration: none;
	border-bottom: none;
}

table.main td
{
	text-align: center;
	vertical-align: middle;
}

td
{
	font-family: Tahoma,Arial,Helvetica,Times,Sans-Serif;
	font-size: 10pt;
}

#content
{
	padding-left: 1em;
	float: left;
	width: 70%;
	color: #ffffff;
	background: #333333;
}

#content a
{
	color: #ffffff;
	text-decoration: none;
	border-bottom: 1px solid #ffffff;
}

#content a:active
{
	color: #333333;
	background: #000000;
	text-decoration: none;
	border-bottom: 2px solid #ffffff;	
}

#content a:hover
{
	color: #ffffff;
	text-decoration: none;
	border-bottom: 2px solid #000000;
}

#header
{
	text-align: center;
	vertical-align: middle;
	padding: 0em 1em;
	margin: 0em;
	color: #ffffff;
	background-color: #660000;
	border: 2px solid #000000;
}

#header a
{
	color: #ffffff;
	text-decoration: none;
	border-bottom: 1px solid #ffffff;
}

#header a:active
{
	color: #660000;
	background: #ff0000;
	text-decoration: none;
	border-bottom: 2px solid #ffffff;	
}

#header a:hover
{
	color: #ffffff;
	text-decoration: none;
	border-bottom: 2px solid #ff0000;
}

#navigation
{
	text-align: left;
	float: left;
	width: 13%;
	padding: 1em;
	color: #ffffff;
	background-color: #660000;
	border-left: 2px solid #000000;
	border-bottom: 2px solid #000000;
	border-right: 2px solid #000000;
}

#navigation a
{
	color: #ffffff;
	text-decoration: none;
	border-bottom: 1px solid #ffffff;
}

#navigation a:active
{
	color: #660000;
	background: #ff0000;
	text-decoration: none;
	border-bottom: 2px solid #ffffff;	
}

#navigation a:hover
{
	color: #ffffff;
	text-decoration: none;
	border-bottom: 2px solid #ff0000;
}

.bold
{
	font-weight: bold;
}

.code
{
	font-family: courier;
}

.error
{
	margin: 0em;
	padding: 1em;
	background: #ff6666;
	border: 2px solid black;
}

.left {
	text-align: left
}

.message
{
	margin: 0px;
	padding: 10px;
	background: #99ccff;
	border: 2px solid black;
}

.red
{
	color: red;
}

.strike
{
	text-decoration: line-through;
}

.text8
{
	font-size: 8pt;
}

.text10
{
	font-size: 10pt;
}

.text12
{
	font-size: 12pt;
}

.text16
{
	font-size: 16pt;
}

.top {
	vertical-align: text-top
}

