@charset "UTF-8";
/* CSS Document */

body{
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif}

a:link {
	color: #666666;
	text-decoration: none}
a:visited {
	text-decoration: none;
	color: #999999}
a:hover {
	text-decoration: none;
	color: #FF0000}
a:active {
	text-decoration: none}
a img {
  border: none;}

td{
	border-bottom: solid 1px #999999;
	line-height: 20px}
	
div#container{
	text-align: left;
	width: 791px;
	margin: 0 auto}
div#content{
	margin-left: 224px;
	width: 567px}
div#content p{
	line-height: 1.4}
div#navigation{
	background: #B9CAFF}
div#extra{
	background: #FFFFFF;
	clear: both;
	width: 100%}
	
.style10 {
	font-size: 10px}
.style18 {
	font-size: 18px;
	font-weight: bold}
	
	
ul#menu {
	width: auto;
	list-style-type: none;
	border-top: solid 1px #999999;
	text-align: left;
	margin: 0;
	padding: 0}

ul#menu ol {
	display: none;
	list-style-type: square;
	margin: 1em;
	padding: 5px}

ul#menu li {
	border-bottom: solid 1px #999999;
	line-height: 20px}

ul#menu ol li {
	border-bottom: none;
}