body {
   background: #D9ECFF;
   margin: 0;
   
   color: black;
   font-family: Verdana, sans-serif;
   padding: 0;
   font-size: x-small;     /* IE5 Win will see this. Its font is too large. */
  	voice-family: "\"}\"";  /* IE5 Win will choke on these lines        */
  	voice-family: inherit;  /* so it will not get to the following line. */
   font-size: small;       /* Browsers other than IE5 Win will see this. */
}
html>body {
   font-size: small;       /* Opera will see this, as per font setup above. */
}

pre {
   font-family: "Courier New", Courier, monospace;
}

th,
td,
code {
   margin: 0;
   padding: 2;
   vertical-align: top;
   font-size: x-small;
   voice-family: "\"}\"";
   voice-family: inherit;
   font-size: small;
}
table>th,
table>td {
   font-size: small;
}

img {
   border: 0;
}

h1, h2, h3 {
   padding: 0;
   margin: 0;
}
h2 a:link,
h2 a:visited {
	text-decoration: none;
	color: #333333;
}
h2 a:hover {
	text-decoration: underline;
	color: black;
}
h2 a:active {
	text-decoration: underline;
	color: #570000;
}
#border {
	width:690px;
	
}
#header {
	width:720px;

}
#cont {
	padding: 12px;
}
#cont h1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 110%;
	color: #000000;
	font-style: bold;
	padding-top:10px;
	
}
#cont h2 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #000000;
	font-weight: bold;
}
#cont h3 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #000000;
	font-weight: bold;
}
#cont p {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #000000;
	font-weight: normal;
}
#cont a {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
}
#cont a:hover{
	text-decoration: underline;
}

#MainRegion {
   
}

#TopPanel {
   vertical-align: middle;
   text-align: right;
   margin-top: 2px;
   font-size: 0.90em;
}
#TopPanel a {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #000066;
	font-weight: bold;
	text-decoration: none;
}
#TopPanel a:hover{
	text-decoration: underline;
}
#Separator {
   margin-right: 11px;
   margin-left: 6px;
}

#TopSubPanel {
   background-color: white;
   height: 76px;
   margin-bottom: 8px;
   margin-top: 8px;
   margin-left: 0;
   margin-right: 0;
}
.red {
    font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #000066;
	font-weight: bold;
	text-decoration: none;
}

#address {
    font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-size:10px;
	text-decoration: none;
	width:150px;
	padding:10px;
}

#footer {
	text-align: center;
	font-size: 0.75em;
	color: #000000;
	margin: 0;
	padding-right: 0;
	padding-left: 0;
	padding-top: 5px;
	padding-bottom: 5px;
	clear: both;
}

#footer a {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
}