body {
	background-color:		#000000;
	background-image:		url(../images/bg.gif);
	background-position:	top center;
	background-repeat:		repeat-y;
	padding:				0px;
	margin:					0px;
	font-family:			Verdana,Arial,Helvetica,sans-serif;
	font-size:				12px;
	line-height:			18px;
	color:					#000000;
}

input,
textarea,
select
{
	font-family:			Verdana,Arial,Helvetica,sans-serif;
	font-size:				12px;
	line-height:			18px;
	color:					#000000;
}

td {
	font-family:			Verdana,Arial,Helvetica,sans-serif;
	font-size:				12px;
	line-height:			18px;
	color:					#000000;
}

h1 {
	font-family:			Verdana,Arial,Helvetica,sans-serif;
	font-size:				12px;
	line-height:			18px;
	color:					#000000;
	font-weight:			bold;
	border-bottom:			2px solid #ffffff;
}

table.list {
	width:					684px;
}

table.list th {
	font-family:			Verdana,Arial,Helvetica,sans-serif;
	font-size:				12px;
	line-height:			18px;
	font-weight:			normal;
	color:					#000000;
	border-bottom:			2px solid #4a392d;
	text-align:				left;
}

table.list tr.odd {
	background:				#dddddd;
}

table.list tr.even {
	background:				#e5e4e3;
}

table.list td {
	border-right:			1px solid #ffffff;
	border-top:				1px solid #ffffff;
}

a:link,
a:active,
a:visited
{
	color:					#104a77;
	text-decoration:		none;
}

a:hover {
	color:					#ff9600;
	text-decoration:		none;
}

#picture {
	position:				absolute;
	width:					1000px;
	height:					262px;
	top:					60px;
	left:					50%;
	margin-left:			-500px;
	z-index:				1;
}

#navigation {
	position:				absolute;
	width:					180px;
	height:					auto;
	top:					337px;
	left:					50%;
	margin-left:			-470px;
	z-index:				1;
}

#navigation ul {
	list-style:				none;
	padding:				0px;
	margin:					0px;
}

#navigation li {
	padding:				0px;
	margin:					0px;
}

#navigation li a:link,
#navigation li a:active,
#navigation li a:visited
{
	padding:				0px;
	margin:					0px;
	color:					#ffffff;
	text-decoration:		none;
}

#navigation li a:hover {
	padding:				0px;
	margin:					0px;
	color:					#8cc1e9;
	text-decoration:		none;
}

#header {
	position:				absolute;
	width:					1000px;
	height:					60px;
	top:					0px;
	left:					50%;
	margin-left:			-500px;
	z-index:				1;
}

#content {
	position:				absolute;
	width:					740px;
	height:					auto;
	top:					342px;
	left:					50%;
	margin-left:			-260px;
	z-index:				2;
}

.green {
	color:					#1c6a27;
}

.red {
	color:					#8a1d1d;
}

.required {
	background:				#fffecc;
}
