body
{
	background: #000000;
	scrollbar-arrow-color : #D6EBE7;
	scrollbar-face-color : #00555A;
	scrollbar-highlight-color : #D6EBE7;
	scrollbar-shadow-color : #D6EBE7;
	scrollbar-track-color : #D6EBE7;
	font: 9pt Arial, Tahoma;
	color: #777777;
}

table
{
	font: 9pt Arial, Tahoma;
}

form
{
	margin: 0px;
}

a:link
{
	color: #BD8242;
	text-decoration: none;
	font-weight: normal;
}

a:visited
{
	color: #BD8242;
	text-decoration: none;
	font-weight: normal;
}

a:hover
{
	color: #6386BD;
	text-decoration: none;
	font-weight: normal;
}

a:link.bold
{
	color: #BD8242;
	text-decoration: none;
	font-weight: bold;
}

a:visited.bold
{
	color: #BD8242;
	text-decoration: none;
	font-weight: bold;
}

a:hover.bold
{
	color: #6386BD;
	text-decoration: none;
	font-weight: bold;
}

a:link.bold_title
{
	font-size: 10pt;
	color: #BD8242;
	text-decoration: none;
	font-weight: bold;
}

a:visited.bold_title
{
	font-size: 10pt;
	color: #BD8242;
	text-decoration: none;
	font-weight: bold;
}

a:hover.bold_title
{
	font-size: 10pt;
	color: #6386BD;
	text-decoration: none;
	font-weight: bold;
}

.page_title
{
	font-size: 14pt;
	font-weight: bold;
	color: #837970;
}

.input_text
{
	background-color: #AAAAAA;
	border: 1px solid #000000;
}

.input_button
{
	color: #D6EBE7;
	font-weight: bold;
	background-color: #001515;
	border: 1px solid #00555A;
	cursor: hand;
}

.input_text_small
{
	background-color: #00555A;
	font-size: 8pt;
	border: 1px solid #000000;
}

.input_button_small
{
	color: #00555A;
	font-size: 8pt;
	background-color: #001515;
	border: 1px solid #000000;
	cursor: hand;
}

.block
{
	border: 1px solid #00555A;
	border-collapse: collapse;
}

.block_title
{
	font: 10pt;
	background: #001515;
	border-bottom: 1px solid #00555A;
	color: #D6EBE7;
}

.block_body
{
	color: #00555A;
}

a:link.block_body_link
{
	color: #990033;
	text-decoration: none;
}

a:visited.block_body_link
{
	color: #990033;
	text-decoration: none;
}

a:hover.block_body_link
{
	color: #990033;
	text-decoration: none;
}

.counter
{
	color: #FFFFFF;
	font: 8pt;
	font-weight: bold;
}