table.banner {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-color: #333333;
	width: 100%;
	text-align: right;
}
td.banner {
	color: #FFFFFF;
	background-color: #000000;
	width: 100%;
	font-size: 20pt;
}
td.bannerMenu {
	color: #FFFF99;
	font-size: 11pt;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, sans-serif;
	color: #00554F;
}
h1 {
	font-size: 16pt;
}
h2, h3, h4, h5, h6  {
   font-size: 11pt;
}

p {
font-size: 11pt;
}

a.bannerMenu {
	color: #FFFFFF;
	text-decoration: none;
}
a.bannerMenu:hover {
	color: #000000;
	background-color: #FFFFFF;
}
.disabled {
   color: #999999;
}

p.noticeSpacer {
	height: 20px;
	margin: 0px;
	padding: 0px;
}

table.notice {
	//background-color:#333333;
	background-color:#999999;
	width: 900px;
}
table.notice .header a{
   //color:#009591;
   //color:#000000;
   color:#00554F;
   text-decoration: none;
}
table.notice a{
   color:#009591;

}
table.notice a:hover{
   //color: #0000ff;
   color:#009591;
}
table.notice td{
   background-color:#ffffff;
}
table.notice .header{
	color:#00554F;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
}
table.notice .footer{
	background-color:#009591;
	color:#FFFFFF;
	text-align:right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
}
pre {
	background-color:#EEEEEE;
	color: #330000;
	padding: 6px;
	border: 1px solid;
	margin-left: 24px;	
}
pre.output {
	background-color:#FFFFDD;
	color: #000033;

}


table.footer {
   background-color:#000000;
   width: 100%;
}

table.footer td{
	text-align: right;
	background-color: #333333;
	color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	//vertical-align: top;
}
body {
	background-color: #FFFFFF;
}
.logo {
	padding: 5px;
}
