/* CSS Document */
#NavBarMain {
	padding: 0 0px 0px 0; /* FILL IN */
	margin-left: 0; /* FILL IN */
	font: bold 16px Verdana, sans-serif; /* FILL IN */
	background: white; /* FILL IN */
	width:: 13em; /* FILL IN */
}

#NavBarMain li {
	list-style: none; /* FILL IN */
	margin: 0; /* FILL IN */
	border-top: .1em solid gray; /* FILL IN */
	border-bottom: .1em solid gray; /* FILL IN */
	text-align: left; /* FILL IN */
}

#NavBarMain li a {
	display: block; /* FILL IN */
	padding: 0.25em 0.5em 0.25em 0.75em; /* FILL IN */
	border-left: 1em solid #aab; /* FILL IN */
	background: #ccd; /* FILL IN */
	text-decoration: none; /* FILL IN */
}

#NavBarMain li a:link {
	color:#0033FF; /* FILL IN */
}

#NavBarMain li a:visited {
	color:#663399; /* FILL IN */
}

#NavBarMain li a:hover {
	border-color:#fe3; /* FILL IN */
	color:#fff; /* FILL IN */
	background:#0066ff; /* FILL IN */
}

#NavBarMain li a#current
{
	background: white; /* FILL IN */
	border-bottom: 1px solid white; /* FILL IN */
}

#NavBarMain li a:hover#current
{
color:#3300FF; /* FILL IN */
border-bottom: 1px solid white; /* FILL IN */
}

body {background-color: #000066}
a {color: #FFFF00}
.style00 {font-size: xx-small}
.style01 {font-size: x-small}
.style02 {font-size: small}
.style03 {font-size: medium}
.style04 {font-size: large}
.style05 {font-size: x-large}
.style06 {font-size: xx-large}
.style07 {
	font-size: x-small;
	font-weight: bold;
}
.style08 {
	font-size: small;
	font-weight: bold;
}
.style09 {
	font-size: medium;
	font-weight: bold;
}
.style10 {
	font-size: large;
	font-weight: bold;
}
.style11 {
	font-size: x-large;
	font-weight: bold;
}
.style12 {
	font-size: xx-large;
	font-weight: bold;
}
.style13 {
	font-size: x-small;
	font-style:italic;
}
.style14 {
	font-size: small;
	font-style:italic;
}
.style15 {
	font-size: medium;
	font-style:italic;
}
.style16 {
	font-size: large;
	font-style:italic;
}
.style17 {
	font-size: x-large;
	font-style:italic;
}
.style18 {
	font-size: xx-large;
	font-style:italic;
}
.style19 {
	font-size: x-small;
	font-style:italic;
	font-weight: bold;
}
.style20 {
	font-size: small;
	font-style:italic;
	font-weight: bold;
}
.style21 {
	font-size: medium;
	font-style:italic;
	font-weight: bold;
}
.style22 {
	font-size: large;
	font-style:italic;
	font-weight: bold;
}
.style23 {
	font-size: x-large;
	font-style:italic;
	font-weight: bold;
}
.style24 {
	font-size: xx-large;
	font-style:italic;
	font-weight: bold;
}
.style25 {color: #FFFFFF}