html, body
{
	font-family:						Arial, Helvetica, sans-serif;
	font-size:							12px;
	color:								#FFFFFF;
	background:							#C1CACF;
	margin:								0px;
	padding:							0px;
}

td
{
	font-family:						Arial, Helvetica, sans-serif;
	font-size:							12px;
}

a.navigation2, a.navigation2:link, a.navigation2:visited, a.navigation2:active
{
	color:								#EEEEFF;
	text-decoration:					none;
	text-transform:						lowercase;
	font-size:							12px;
	font-weight:						bold;
}

a.navigation2:hover
{
	color:								#FEFEFF;
	text-decoration:					none;
	text-transform:						lowercase;
	font-size:							12px;
	font-weight:						bold;
}

div.navigation2
{
	display:							block;
	margin:								2px 10px 2px 0px;
	padding:							5px 5px 0px 5px;
	width:								100%;
}

a.subnavigation2, a.subnavigation2:link, a.subnavigation2:visited, a.subnavigation2:active
{
	color:								#EEEEFF;
	text-decoration:					none;
	text-transform:						lowercase;
	font-size:							12px;
	font-weight:						bold;
	padding:							0px 20px 0px 10px;
}

a.subnavigation2:hover
{
	color:								#FEFEFF;
	text-decoration:					none;
	text-transform:						lowercase;
	font-size:							12px;
	font-weight:						bold;
	padding:							0px 20px 0px 10px;
}

div.subnavigation2
{
	display:							block;
	margin:								0px 10px 0px 10px;
}

div.content
{
	color:								#FFFFFF;
	padding:							10px;
}

div.block
{
	display:							block;
}

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

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


a.copyright, a.copyright:link, a.copyright:visited, a.copyright:active
{
	color:								#003371;
	text-decoration:					none;
}

a.copyright:hover
{
	color:								#0066E3;
	text-decoration:					none;
}

#copyright
{
	color:								#000000;
	text-decoration:					none;
	padding-top:						10px;
	font-size:							12px;
	font-weight:						bold;
	margin-top:							-15px;
	margin-left:						30px;
}

hr
{
	width:								100%;
	background-color:					#FFFFFF;
	color:								#FFFFFF;
	height:								2px;
	border:								none;
}

input, select, textarea
{
	color:								#000000;
	background-color:					#FEFEFE;
	margin:								2px;
	border:								1px solid #666666;
}

pre
{
	background-color:					#FEFEFE;
	border:								1px solid #666666;
	padding:							10px;
	text-indent: 						0px;
}

h1, h2, h3, h4, h5
{
	font-size:							18px;
	color:								#FFFFFF;
	margin:								0px 0px 0px 0px;
}

.paragraph
{
	text-indent: 						20px;
	text-align:							left;
}

#border_tl
{
	background:							url( 'tl.png' ) no-repeat;
	width:								32px;
	height:								32px;
}

#border_tc
{
	background:							url( 'tc.png' ) repeat-x;
	width:								100%;
	height:								32px;
}

#border_tr
{
	background:							url( 'tr.png' ) no-repeat;
	width:								32px;
	height:								32px;
}

#border_cl
{
	background:							url( 'cl.png' ) repeat-y;
	width:								32px;
	height:								100%;
}

#border_cc
{
	background:							url( 'cc.png' ) repeat;
	width:								100%;
	height:								100%;
}

#border_cr
{
	background:							url( 'cr.png' ) repeat-y;
	width:								32px;
	height:								100%;
}

#border_bl
{
	background:							url( 'bl.png' ) no-repeat;
	width:								32px;
	height:								32px;
}

#border_bc
{
	background:							url( 'bc.png' ) repeat-x;
	width:								100%;
	height:								32px;
}

#border_br
{
	background:							url( 'br.png' ) no-repeat;
	width:								32px;
	height:								32px;
}

#logo
{
	position:							absolute;
	left:								225px;
	top:								10px;
}

#gears
{
	position:							absolute;
	left:								0px;
	top:								0px;
}