
a:link
{
	color: rgb(0, 0, 102);
}
a:active
{
	color: rgb(0, 0, 102);
}
a:visited
{
	color: rgb(0, 0, 102);
}
body
{
	background-color: rgb(255, 255, 255);
	color: rgb(0, 0, 102);
}
h1
{
	color: rgb(0, 0, 102);
}
h2
{
	color: rgb(0, 0, 102);
}
h3
{
	color: rgb(0, 0, 102);
}
h4
{
	color: rgb(204, 204, 204);
}
h5
{
	color: rgb(204, 204, 204);
}
h6
{
	color: rgb(204, 204, 204);
}
button
{
	background-color: rgb(204, 204, 204);
	color: rgb(0, 0, 0);
}
label
{
	color: rgb(255, 255, 255);
}
textarea
{
	color: rgb(0, 0, 0);
}
fieldset
{
	color: rgb(255, 255, 255);
}
legend
{
	color: rgb(204, 204, 204);
}
select
{
	color: rgb(0, 0, 0);
}
caption
{
	color: rgb(204, 204, 204);
}
th
{
	color: rgb(255, 255, 255);
}
body         { vertical-align: none; text-align: none; font-family: MS LineDraw; font-style: 
               normal; font-weight: normal }
button       { font-size: 8pt; font-style: normal; font-family: Arial, Arial, Helvetica; 
               border-style: solid; border-width: 1pt }
caption      { font-size: 14pt; font-style: normal; font-family: Arial, Arial, Helvetica }
fieldset     { font-family: Arial, Arial, Helvetica; font-size: 8pt; font-style: normal; 
               border-style: solid; border-width: 1pt }
h1           { vertical-align: none; font-style: normal; font-size: 24pt; font-family: 
               MS LineDraw; text-align: none; font-weight: normal }
h2           { font-family: MS LineDraw; font-style: normal; font-size: 18pt; font-weight: 
               normal; vertical-align: none; text-align: none }
h3           { font-family: MS LineDraw; text-align: none; font-size: 14pt; vertical-align: 
               none; font-weight: normal; font-style: normal }
h4           { font-weight: normal; font-size: 12pt; font-style: normal; font-family: 
               Arial, Arial, Helvetica }
h5           { font-size: 10pt; font-style: normal; font-weight: normal; font-family: 
               Arial, Arial, Helvetica }
h6           { font-family: Arial, Arial, Helvetica; font-size: 8pt; font-style: normal; 
               font-weight: normal }
label        { font-family: Arial, Arial, Helvetica; font-size: 8pt; font-style: normal }
legend       { font-style: normal; font-size: 8pt; font-family: Arial, Arial, Helvetica }
marquee      { font-family: Arial, Arial, Helvetica; font-size: 14pt }
select       { font-style: normal; font-family: Arial, Arial, Helvetica; font-size: 8pt; 
               border-style: solid;  }
table        { font-family: MS LineDraw; font-style: normal; font-weight: normal; 
               text-align: none; vertical-align: none }
textarea     { font-style: normal; font-size: 8pt; font-family: Arial, Arial, Helvetica; 
               border-style: solid;  }
th           { font-family: Arial, Arial, Helvetica; font-style: normal }


ul#menu {
  width: 160px;
  list-style-type: none;
  border-top: solid 1px #DDDDDD;
  margin: 2;
  padding: 2;
}

ul#menu ol {
  display: none;
  text-align: left;
  list-style-type: none;
  margin: 11;
  padding: 5px;
}

ul#menu li, 
  ul#menu a {
  font-family: arial, verdana, sans-serif;
  font-size: 14px;
  color: #FFFFFF;
}

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

ul#menu ol li {
  border-bottom: none;
  list-style-type: square;
  list-style-position: outside;
}

/* 
ul#menu ol li:before {
  content: "- ";
}
*/

ul#menu a {
  text-decoration: none;
  outline: none;
}

ul#menu a:hover {
  color: #FFFFFF;
}

ul#menu a.active {
  color: #FFFFFF;
}

