@charset "UTF-8";
/* CSS Document */

body {
	background: #003366;
	font: normal 12px Arial, Helvetica, sans-serif;
	color: #000000;
}

p {
	font-size:12px;
}

h1, h2, h3 {
	margin: 0;
	font-weight: normal;
	font-size:12px;
}

h1 {
	font-size: 100%;
	font-weight:bold;
	padding-top:5px;
}

h2 {
	font-size: 100%;
	font-weight:bold;
}

h3 {
	font-size: 100%;
	font-weight: bold;
}

a {
	font-size:12px;
	}
	
li {
	font-size:12px;
}

#links {width:9em; margin:2px 0px 20px 0px; float:left} 
#button {background-color:#003366; margin-right:0px; 
  border-top:0px solid #000000; border-right:0px solid #000000; 
  border-left:0px solid #000000}
#button ul {list-style:none; border:none; margin:0px; padding:0px}
#button li {border-bottom:5px solid #ffffff; margin:0px}
#button li.top { border-top:0px solid #aa9; border-right:0px solid #887; 
  border-bottom:0px solid #887; border-left:0px solid #aa9; 
  background-color:#998; font-family:Arial, Lucida, Helvetica, sans-serif; 
  color:#ffe; font-size:8pt; font-weight:bold; display:block; 
  padding:0px 0.2em; width:100%; text-align:center}
#button li a {border-top:0px solid #DFDFCF; border-right:0px solid #BFBFAF; 
  border-bottom:0px solid #BFBFAF; border-left:0px solid #DFDFCF; 
  font-family:Arial, Helvetica, sans-serif; font-size:10pt; color:#FFFFFF;
  font-weight:bold; display:block; padding:3px 0.2em; width:100%; 
  text-align:center; text-decoration:none}
html>body #button li a, html>body #button li.top {width:auto}  
#button li a:hover {background-color:#DDDDDD; color:003366}