@charset "UTF-8";
/* CSS Document */

h1{
font-family: "Helvetica Neue", Arial, Helvetica, sans-serif; 
font-size: 12px;
color: #000000;
}

div.color {
	border-bottom: 1px solid #000000;
}
	
body {
	background-color: #FFFFFF;
	margin-top: 100px;
}
body,td,th {
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}
.style1 {font-size: 12px}
.style2 {border-left: 1px solid #000000;}
.style3 {border-right: 1px solid #000000;}
.style6 {
	font-size: 18px;
	font-weight: bold;
}
.style7 {
	font-size:12px;
	font-weight:bold;
	color:#000000;
	text-decoration:none;
	}
.style8 {color: #FFFFFF}

.navigation{
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	background-color: #FFFFFF;
	background-position: left center;
	display: block;
	padding-bottom: 0px;
	padding-top: 0px;
	width: 100px;
	height: 15px;
}

.nav_current{
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #0000CC;
	text-decoration: none;
	background-color: #FFFFFF;
	background-position: left center;
	display: block;
	padding-bottom: 0px;
	padding-top: 0px;
	width: 100px;
	height: 15px;
	border: none;
	padding-left: 0px;
}

.navigation2 {
	font-size: 16px;
	font-weight: bolder;
	background-color: #FFFFFF;
	background-position: left top;
	height: 15px;
	color: #000000;
	display: block;
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-style: normal;
	text-decoration: none;
}

a:hover {
	color: #0000CC;
}


a img{
	border: none;
	text-decoration: none;
} 