@charset "utf-8";

.dropdownbox {
	width: 100px;
}

.body {
	background-color: #AAAAAA;
	margin-top: 0px;
	text-align:center;
}

h1 {
	margin-top: 5px;
	font-family: verdana, arial;
	font-weight: bold;
	font-size: 12pt;
	text-align: left;
}

h2 {
	margin-top: 5px;
	font-family: verdana, arial;
	font-weight: bold, italic;
	font-size: 10pt;
	text-align: left;
	font-weight: bold;
}

.table {
	background-color: #0D488D;
	margin-left: auto;
	margin-right: auto;
	width: 922px;
	height: 600px;
}

.header {
	background-image: url(../image/header.gif);
	background-position: center; 
	font-family: verdana, arial;
	height: 100px;
	text-align: center;	
}

.header-main { 	
	color: #FFFFFF;
	font-size: 20pt;
}
		
.header-sub { 	
	color: #E5E5E5;
	font-size: 10pt;
	font-style: italic;
	font-weight: bold;
}

.menu {
	height: 10px;
	background-color: #DAE6F5;
	font-family: verdana, arial;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}
	
A.menu:link, A.menu:visited {
	background-color: #DAE6F5;
	color: #0D488D;
	text-decoration: none;
	float: left;
	width: 153px;
	height: 12pt;
}

A.menu:active, A.menu:hover {
	background-color: #FFFFFF;
	color: #0D488D;
	text-decoration: none;	
}

.breadcrumb	{
	background-color: #0D488D;
	color: #FFFFFF;
	font-family: verdana, arial;
	font-size: 8pt;
	height: 2px;
	text-decoration: none;
	text-align: left;
	padding: 2px;
}

.subMenu {
	background-color: #DAE6F5;
	font-family: verdana, arial;
	font-size: 12px;
	font-weight: bold;
	min-width: 153px;
	max-width: 153px;
	width: 153px;
	margin-top: 1px;
	text-align: left;
	text-decoration: none;
	vertical-align: top;
}

A.subMenu:link, A.subMenu:visited {
	background-color: #DAE6F5;
	color: #0D488D;
	text-decoration: none;
	float: left;
	height: 12pt;
}

A.subMenu:active, A.subMenu:hover {
	background-color: #FFFFFF;
	color: #0D488D;
	text-decoration: none;	
}

.pagetable {
	background-color: #FFFFFF;
	vertical-align: top;
	padding: 5px;
	text-align: left;
	font-family: Verdana, Arial;
	font-size: 12px;
	min-width: 600px;
	max-width: 600px;
	width: 600px;
	text-decoration: none;
}

.page{
	vertical-align: top;
	color: #0D488D;
	margin: 5px;
	padding: 5px;
	text-decoration: none;
}

.pageHeader{
	color: #0D488D;
	float: left;
	margin: 5px;
	padding: 5px;
	text-decoration: none;
}

.graph{
	margin: 5px;
	padding: 5px;
	background-color: #FFFFFF;
	
	color: #0D488D;
	
}
.graphheader{
	margin: 5px;
	padding: 5px;
	background-color: #DAE6F5;
	color: #0D488D;
	font-weight: bold;
}

.text{
	margin: 5px;
	padding: 5px;
	background-color: #FFFFFF;
	
	color: #0D488D;
	
}
.textHeader{
	margin: 5px;
	padding: 5px;
	background-color: #DAE6F5;
	color: #0D488D;
	font-weight: bold;
}

.foot {
	height: 50px;
}

.default{
	font-family: Verdana, Arial;
	font-size: 12px;
	padding: 5px;	
	text-decoration: none;
}