
body {
	text-align:center;
	margin-left: 0;
	margin-right: 0;
	padding-left: 0;
	padding-right: 0;
	}

p.head {
	text-align:left;
	margin-left:0;
	margin-top:0;
	font-size:0.8em;
	font-family:Verdana;
	font-weight:bold;
	color:#ffffff;
	margin-bottom:0;
	background-color: gray;
	background-image: url(top1.gif);
	padding-bottom:10px;
	padding-top:10px;
	padding-left:10px;
	position: absolute;
	left: 0;
	top: 80px;
	width: 100%;
	}

p.head img {
	vertical-align:middle;
	margin-right:0.5em
	}

p.menu {
	font-size:0.75em;
	font-weight: bold;
	margin-left:0;
	margin-right:0;
	margin-bottom:50px;
	margin-top:0;
	width: 160px;
	border-top:solid 1px #8fbc8f;
	position: absolute;
	left: 10px;
	top: 140px;
	}

p.menu a {
	color:#228b22;
	border-bottom: solid 1px #8fbc8f;
	text-decoration:none;
	display: block;
	width: 100%;
	line-height: 2.25em;
	}

p.menu a:hover {
	background-color:#f5f5f5;
	}

p.menu span{
    color:#c5e1ed;
	display: none;
	} 


.contents {
	width:640px;
	margin-left:auto;
	margin-right:auto;
	position: absolute;
	left: 180px;
	top: 140px;
	border-left: solid 1px #8fbc8f;
	border-right: solid 1px #8fbc8f;
	}

	
.top{
   color: #009900;
   border-bottom: dotted 1px #009900;
   text-align: right;
   }

.top a{
   color: #009900;
   padding-left: 3px;
   text-decoration: none;
   }

.top a:hover{
   color: #ffa500;
   }

.section {
	margin-left:20px;
	margin-right:20px;
	text-align:left;
	margin-top:1.3em
	}

	
	

h1 {
	font-size:1.0em;
	color:#555555;
	background-color: #ccffcc;
	border-top: solid 1px #8fbc8f;
	border-bottom:solid 1px #8fbc8f;
	padding-top:7px;
	padding-bottom:7px;
	text-align:center;
	margin-bottom:0;
	margin-top:0;
	margin-left: 10px;
	margin-right: 10px;
	}


p {
	font-size:0.875em;
	line-height:1.5em;
	color:#555555;
	margin-top:0.5em;
	margin-bottom: 0.5em;
	}

.graph{
	float: right;
	margin-left: 20px;
	}	
		

p.introduction{
    font-size: 0.75em;
	font-weight: bold;
	color: #228b22;
	text-align: center;
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 5px;
	border-bottom: solid 2px #8fbc8f;
	padding-bottom: 5px;
	}

	

address {
	font-size:0.625em;
	font-weight:bold;
	font-style:normal;
	color:#008000;
	border-top:solid 5px #3cb371;
	padding-top:4px;
	margin-top:30px;
	text-align:left;
	padding-bottom:4px;
	margin-left: 20px;
	margin-right: 20px;
	}

address a {
	color:#008000;
	text-decoration:none;
	border-bottom:dotted 2px orange
	}

address a:hover {
	color:#ff8800
	}



thead{
    color: black;
	}

tbody{
    background-color: white;
	}

.item{
    background-color: white;
	color: white;
	width: 220px;
	text-align: left;
	padding-left: 10px;
	}

table{
    border: none;
	font-size: 1em;
	}

td,th{
    border: none;
	border-bottom: solid 5px white;
	border-right: solid 10px white;
	width: 220px;
	padding: 6px 0;

	
