@import url("/css/header.css");
@import url("/css/footer.css");
body, td, th {
	font-family: Arial, Bitstream Vera Sans, Verdana, Tahoma, helvetica, sans;
	font-size: 10pt;
	color: #222222;
	text-align: justify;
	font-weight: normal;
}

td, th {
	vertical-align: top;
}

a {
	color: #000099;
}

a:hover {
	color: #0000FF;
}

a:active {
	color: #AA0000;
}

a img { border-width: 0px; }

div#body {
	margin-left: auto;
	margin-right: auto;
	width: 700px;
}

.footnote {
	font-size: 8pt;

	background-color: #DDDDDD;
	padding: 5px;
	margin: 30px;
	border-style: solid;
	border-width: 1px;
	border-color: #BBBBBB;
}

h1 {
	font-size: 12pt;
	border-width: 0px;
	border-top: 1px solid #999999;
	padding-top: 5px;
	margin: 0px;
	margin-top: 5px;
	margin-bottom: 10px;
	text-align: left;
	border-bottom: 1px dotted #EEEEEE;
}

h2 {
	font-size: 11pt;
	border-width: 0px;
	border-bottom: 1px solid #999999;
	padding-left: 0px;
}

h3 {
	font-size: 10pt;
	font-weight: bold;
	border-width: 0px;
	margin: 0px;
	padding: 0px;
}

div#menu {
	width: 700px;
	margin-left: auto;
	margin-right: auto;
	height: 48px;
	background-image: url('/images/header.jpg');
}

div#mainmenu {
	height: 28px;
}

div#submenu {
	background-image: url('/images/menu/submenu_background.png');
	background-repeat: no-repeat;
	height: 20px;
}

div#submenu li {
	display: inline;
	border-right: ridge 1px #666666;
	padding-right: 10px;
	padding-left: 10px;
}

div#mainmenu ul, div#submenu ul {
	list-style: none;
	width: 700px;
	margin: 0px;
	padding: 0px;
}

div#submenu ul {
	padding-top: 2px;
}

div#mainmenu li {
	float: left;
	width: 100px;
	height: 28px;
}

div#menu a {
	text-decoration: none;
	color: #e4eefa;
}

div#mainmenu a {
	width: 100px;
	height: 28px;
	display: block;
	background-image: url('/images/menu/menu_off.png');
	background-repeat:no-repeat;
	line-height: 2.3;
	color: #333333;
	font-weight: bold;
	font-size: 9.5pt;
}

.note {
	border-style: dotted;
	border-width: 2px;
	border-color: #990000;
	margin: 10px;
	margin-left: 40px;
	background-color: #FFFFCC;
	padding: 5px;
}
