/* CSS Document */
body {
	background-color: black;
	font-family: Arial, Helvetica, sans-serif;
	color: #E0E6F0;
}

a { color:#d2cffc; text-decoration: none }
a:visited { color:#d2d1df text-decoration: none }
a:focus { -moz-outline: none }

img {border: none; padding: none; margin: none;}

h1 {
	font-size: 0.8em;
	margin-bottom: -0.5em;
	margin-top: 0.5em;
}

legend {color: #d2d1df;}

#title {
	background-color: #C1C1CE;
	height: 120px;
}

#maintable {
	width: 750px;
	margin:0px;
	border: 1px solid #00062c;
	background-color: #00041e;
	align: center;
}

#maintable td {
	padding: 0px;
	vertical-align: top;
	horizontal-align: center;
}

.menu {
	width:130px;
	padding: 0em;
	vertical-align: top;
	border-right: 1px solid #00062c;
	font-size: 11px;
	line-height:17px;
}

.menuitem {
	background-image:url(/images/menu_button.gif);
	background-repeat:no-repeat;
	padding: 3px;
	padding-left: 0.5em;
}

.menuitem2 {
	background-image:url(images/menu-button_02.gif);
	background-repeat:no-repeat;
	padding: 3px;
	padding-left: 0.5em;
}

.menuitem a {
	text-decoration: none;
	display: block;
}

.menuitem a:hover{font-weight: bold;
}

.menuitem2 a:hover{font-weight: bold;
}

.menuitem2 a {
	text-decoration: none;
	display: block;
}

.submenu {
	display: none;
	margin-top: 0em;
	margin-bottom: 0em;
	margin-left: -0.5em;
	padding:5px;
	padding-left: 1em;
	color: #d2d1df;
}
.subheader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	color: #FFFFCC;
	text-align: center;
}.content3    {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #99CCFF;
}

