body {
	margin: 2ex;
	color: #33FF66;
	font-family: verdana, sans-serif;
	background: #000000;
	max-width: 120ex;
}
div.box {
	font-size: 90%;
	background: #666666 repeat-x;
	margin: 0 0 0 22ex;
	
	vertical-align: middle;
	color: #FFFFFF;
	border-color: black;
	border-style: solid;
	border-width: 1px 1px 0px 1px;
	height: 5ex;
}
div.box h1 {
	font-weight: normal;
	font-size: 150%;
	float: left;
	margin: 0px 1ex;
	padding: .5ex 0ex 0ex 0ex;
	letter-spacing: 3px;
}
div.box div {
	font-weight: normal;
	font-size: 108%;
	height: 3.5ex;
	text-align: right;
	padding: 1.2ex 1ex 0ex 0ex;
	white-space: nowrap;
}
div.spacer1 {
	font-size: 90%;
	background:  #333333 repeat-x;
	color: white;
	text-align: right;
	margin: 0 0 0 22ex;
	padding: 0px 2ex 0px 0px;
	height: 20px;
	border-color: #000;
	border-width: 1px;
	border-style: solid;
	overflow: hidden;
}

div.spacer1 img {
	display: inline;
	position: relative;
	padding: 0px;
	margin: 2px 5px 0px 5px;
	vertical-align: top;
}

div.spacer1 a:link, div.spacer1 a:visited {
	color: white;
	background: transparent;
	font-size: 90%;
}

div.nav div.spacer2 {
	border-top-width: 0;
	font-size: 90%;
	background:  #333333;
	color: inherit;
	margin: 0ex;
	height: 20px;
}

.menu {
	background: #000000;
	color: inherit;
	left: 2ex;
	padding-bottom: 0.5ex;
	width: 18ex;
	border: black 1px solid;
	position: absolute;
	top: 6.6ex;
}

[class="menu"]{
	position: absolute;
}

.nav {

	margin: 0;
	text-align: center;
}
.nav span {
	display: none
}
.nav div {
	font-weight: bold;
	font-size: 90%;
	background:  #666666;
	color: #fff;
	text-align: center;
	border-style: solid;
	border-color: #000;
	border-width: 1px 0px;
	margin-right: 0px;
	margin-bottom: 0ex;
	margin-left: 0px;
	margin-top: 0px;
}

.menu .nav a:link {
	padding-right: 5px;
	display: block;
	padding-left: 5px;
	font-size: 80%;
	text-align: left;
	text-decoration: none;
	color: #FFCC33;
	background: transparent;
}

.menu .nav a:visited {
	padding-right: 5px;
	display: block;
	padding-left: 5px;
	font-size: 80%;
	text-align: left;
	text-decoration: none;
	color: #0099CC;
	background: transparent;
}

.nav img {
	background-position: center;
	text-align: center;

}

.nav dt {
	font-weight: bold;
}
.nav dd {
	margin-left: 0px;
	padding-left: 0px;	
}

.nav dl {
	margin-top: 0px;
	margin-bottom: 0.5ex;
}

.nav a.indent {
	margin-left: 0;
}
.nav span.menuspace {
	display: block;
	border-width: 0;
	height: .4em;
}
.nav a.selected {
	color: #000;
}

.main {
	font-size: 90%;
	min-height: 61ex;
	background: #000000 no-repeat right top;
	color: inherit;
	margin: 0ex 0ex 0ex 22ex;
	border-color: black;
	border-style: solid;
	padding: 1ex 2ex 0ex;
	border-width: 0px 1px 1px 1px;
}

div.right {
	float: right;
	margin: 0px 0px 0px 10px;
}

div.center {
	text-align: center;
}


p.justify {
	text-align: justify;
}

a:link,
a:active {
	color: #FFCC33; 
	text-decoration: none;
	background: transparent;
}

a:visited {
	color: #0099CC;
	text-decoration: none;
	background: transparent;
}

}
a:hover {
 color: #c00;
 background: transparent;
 text-decoration: underline;
}

a.blue {
	color: #00f;
	background: transparent;
	text-decoration: underline;
}

hr {
 border: 0px;
 border-top: 2px solid #ccccff;
 height: 0;
 clear: both;
}

p { 
 line-height: 1.5em;
 margin-bottom: 1.5em;
 margin-top: 1.5em; 
}

p a, ul.disc a {
	font-weight: bold;
}

h2 {
	font-weight: normal;
	font-size: 130%;
	background: transparent;
	margin-bottom: 0.25em;
    color: #FFCC33;
}
h3 {
	font-weight: normal;
	font-size: 110%;
	margin-bottom: 0.5em;
	background: transparent;
	color: #FFCC33;s 
}

h4 {
	font-size: 100%;
	margin-bottom: 1ex;
	background: transparent;
	text-align: left;
}

h5 {
	margin-bottom: 0.25em;
}

div.indent {
	margin-left: 3ex;
}
table {
	border: gray 0px solid;
	border-spacing: 1px;
	margin-bottom: 1em;
	background-color: #666666;

}

td {
	padding-right: 12px;
	padding-left: 6px;
	font-size: 90%;
	vertical-align: top;
	color: #33FF66;
	background-color: #333333;
}


code, kbd, pre, tt, var {
	font-family: "courier new", "courier", monospace;
	color: inherit;
	background-color: inherit;
	font-size: 100%;
}
