body
{
  background-color: #FFFFFF;
	margin: 0px;
	font-family: Arial;
	color: #000000;
}

a:link, a:visited
{
  color: #0000FF;
}

a:active, a:hover
{
  color: #000099;
}

.header
{
  font-size: 16px;
	color: #000084;
	text-align: center;
	font-weight: bold;
	padding-bottom: 5px;
}

.section
{
  background: #FFFFFF;
	text-align: center;
	font-weight: bold;
}

.section3
{
  background: #FFFFFF;
	text-align: center;
	font-size: 8pt;
}

.text1
{
  background: #FFFFFF;
	font-size: 13px;
}

.text2
{
  background: #EEEEEE;
	font-size: 13px;
}

.text-s
{
	font-size: 11px;
}

#main_cont
{
	width: 750px;
}

#ban_area
{
	padding: 0px;
	height: 105px;
	background-color: #000080;
}

#nav_area
{
	float: left;
	width: 150px;
	text-align: center;
	padding-top: 10px;
}

#con_area
{
	float: right;
	width: 580px;
	padding: 10px;
}