html, body
{
	font-family:						Arial, Helvetica, sans-serif;
	font-size:							12px;
	background:							#CCCCCC;
	margin:								0px;
	padding:							0px;
}

td
{
	font-family:						Arial, Helvetica, sans-serif;
	font-size:							12px;
}

a.navigation, a.navigation:link, a.navigation:visited, a.navigation:active
{
	color:								#003562;
	text-decoration:					none;
	text-transform:						lowercase;
	font-weight:						bold;
	padding:							0px 20px 0px 10px;
	background:							url( 'arrow1.jpg' ) no-repeat;
	background-position:				right center;
}

a.navigation:hover
{
	color:								#0071BC;
	text-decoration:					none;
	text-transform:						lowercase;
	font-weight:						bold;
	padding:							0px 20px 0px 10px;
	background:							url( 'arrow2.jpg' ) no-repeat;
	background-position:				right center;
}

div.navigation
{
	display:							block;
	margin:								2px 10px 2px 10px;
}

a.subnavigation2, a.subnavigation2:link, a.subnavigation2:visited, a.subnavigation2:active
{
	color:								#003562;
	text-decoration:					none;
	text-transform:						lowercase;
	font-size:							14px;
	font-weight:						bold;
	padding:							0px 20px 0px 10px;
	background:							url( 'arrow3.jpg' ) no-repeat;
	background-position:				right center;
}

a.subnavigation2:hover
{
	color:								#0071BC;
	text-decoration:					none;
	text-transform:						lowercase;
	font-size:							14px;
	font-weight:						bold;
	padding:							0px 20px 0px 10px;
	background:							url( 'arrow4.jpg' ) no-repeat;
	background-position:				right center;
}

div.subnavigation2
{
	display:							block;
	margin:								0px 10px 0px 10px;
}

div.content
{
	color:								#000000;
	padding:							10px;
}

div.block
{
	display:							block;
}

a, a:link, a:visited, a:active
{
	color:								#003562;
	text-decoration:					none;
}

a:hover
{
	color:								#0071BC;
	text-decoration:					none;
}


a.copyright, a.copyright:link, a.copyright:visited, a.copyright:active
{
	color:								#000000;
	text-decoration:					none;
}

a.copyright:hover
{
	color:								#003562;
	text-decoration:					none;
}

div.copyright
{
	color:								#000000;
	text-decoration:					none;
	margin-top:							10px;
	padding-top:						10px;
	font-size:							12px;
	font-weight:						bold;
	border-top:							1px solid black;
}

hr
{
	width:								100%;
	background-color:					#003562;
	color:								#003562;
	height:								2px;
	border:								none;
}

input, select, textarea
{
	color:								#000000;
	background-color:					#F0F9FF;
	margin:								2px;
	border:								1px solid #003562;
}

pre
{
	background-color:					#F0F9FF;
	border:								1px solid #003562;
	padding:							10px;
	text-indent: 						0px;
}

h1, h2, h3, h4, h5
{
	font-size:							18px;
	color:								#003562;
	margin:								0px 0px 0px 0px;
}

.paragraph
{
}

#table
{
	background:							#FFFFFF;
	border-left:						1px solid #003562;
	border-right:						1px solid #003562;
}

#band1
{
	background:							url( 'bg1.jpg' );
}

#band2
{
	background:							#FFFFFF;
	text-align:							right;
}

#band3
{
	background:							url( 'bg2.jpg' );
}