table.banner {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
//	background-color:#000000;

		
	width: 100%;
	text-align: right;
}
td.banner {
	color: #FFFFFF;
	background-color: #FF9933;
	width: 100%;
	font-size: 20pt;
}
td.bannerMenu {
	color: #FFFFFF;
	background-color: #FFCC66;
	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: 14pt;
	font-family: Arial, Helvetica, sans-serif;
}

 a{
	color: #669900;
	text-decoration: underline;
	font-weight: bold;
}

 a:hover {
	color: #000000;
	text-decoration: none;
	background-color: #FF6600;
}


a.bannerMenu {
	color: #669900;
	text-decoration: none;
	font-weight: bold;
}
a.bannerMenu:hover {
	color: #000000;
	background-color: #FFFFFF;
}
.disabled {
   color: #999999;
}

table.notice {
	background-color: #000000;
	width: 620px;
}
table.notice a{
   color:#009591;
}
table.notice a:hover{
   color: #0000ff;
}
table.notice td{
   background-color:#ffffff;
}
table.notice .header{
   color:#00554F;
   font-family: Verdana, Arial, Helvetica, sans-serif;
}
table.notice .footer{
   background-color:#009591;
   color:#FFFFFF;
   text-align:right;
}
pre {
	background-color:#EEEEEE;
	color: #330000;
	padding: 6px;
	border: 1px solid;
	margin-left: 24px;
	
}

table.footer {
   background-color:#000000;
   width: 100%;
}

table.footer td{
	text-align: right;
	background-color: #FF9933;
	color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	//vertical-align: top;
}

table.footer a{
	color: #669900;
	text-decoration: none;
	font-weight: bold;
}
table.footer a:hover {
	color: #000000;
	background-color: #FFFFFF;
}
