body {
   background-color: #020321;
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
   color: #E7E6EB;
   font-size: 10pt;
   margin: 30px 30px 30px 30px;
}

a:link img, a:visited img {
	border: none;
}

#main {
   padding: 4px 4px 4px 4px;
   margin: 0px auto 0px auto;
   background-color: Black;
   width: 700px;
}

#header {
   text-align: right;
   background-image: url(header.jpg);
   height: 150px;
}

#menu {
   margin: 10px 0px 0px 0px;
   padding: 0px 0px 0px 0px;
   text-align: left;
}

#menu ul {
   padding: 0px 0px 0px 0px;
   margin: 1px 1px 1px 1px;
}

#menu li {
   display: inline;
   list-style-type: none;
}

#menu a:link, #menu a:visited {
   color: #CCCDE7;
   background-color: Black;
   font-size: 11pt;
   font-weight: bold;   
   padding: 2px 5px 3px 5px;
   margin: 0px 0px 0px 0px;   
   text-decoration: none;
   border-left: 1px solid #8D98C6;
   border-top: 1px solid #8D98C6;
   border-right: 1px solid #6F7DB8;
   border-bottom: none;
}

#menu span.current, #menu span.current {
   color: #ffffff;
   background-color: #040B63;
   font-size: 11pt;
   font-weight: bold;
   padding: 2px 5px 3px 5px;
   margin: 0px 0px 0px 0px;
   border-left: 1px solid #8D98C6;
   border-top: 1px solid #8D98C6;
   border-right: 1px solid #6F7DB8;
   border-bottom: none;
}

#menu a:hover, #menu a:active {
   background-color: #050F7F;
}

#submenu {
   background-color: #040B63;
   margin: 2px 1px 0px 1px;
   padding: 3px 5px 3px 5px;
   text-align: left;
   border-left: 1px solid #8D98C6;
   border-right: 1px solid #8D98C6;
   border-bottom: none;
   border-top: 1px solid #8D98C6;
   font-size: 8pt;
}

#submenu a:link, #submenu a:visited {
   font-size: 8pt;
   color: #B9BADB;
   text-decoration: none;
   padding: 1px 2px 1px 2px;
}

#submenu a:hover, #submenu a:active {
   background-color: #050F7F;
}

#content {
   margin: 0px 1px 1px 1px;
   text-align: justify;
   padding: 5px 5px 5px 5px;
   background-color: Black;
   border-left: 1px solid #8D98C6;
   border-right: 1px solid #8D98C6;
   border-bottom: 1px solid #8D98C6;
}

a:link, a:visited {
   color: #5771C6;
   text-decoration: none;
}

a:hover, a:active {
   color: #CCCDE7;
}

p {
   margin-left: 5px;
   margin-top: 0.8em;
}

p.nospace {
   margin-left: 5px;
   margin-top: 0em;
}

p.italic {
   font-style: italic;
   width: 98%;
}

div.update {
	margin-left: 25px;
   margin-right: 25px;
   margin-top: 10px;
   border-left: 1px solid #CCCDE7;
   border-bottom: 1px solid #96999E;
   border-top: 1px solid #333333;
   border-right: 1px solid #333333;
   font-size: 8pt;
   padding: 2px 5px 2px 5px;
   text-align: left;
   margin-bottom: 2em;
   background-color: #101010;
}

div.posted {
  font-size: 7pt;
   color: #5F5F5F;
   text-align: right;
   padding-top: 5px;
}

hr {
   width: 100%;
   height: 1px;
   border: none;
   color: #8D98C6;
   background-color: #8D98C6;
   margin-bottom: 0em;
   margin-top: 0em;
}

.disclaimer {
   font-size: 7pt;
   color: #5F5F5F;
   margin-left: 30px;
   margin-right: 30px;
}

.disclaimer a:link, .disclaimer a:visited {
   font-size: 7pt;
}

.small {
   font-size: 7pt;
}

.error {
   font-weight: bold;
   color: red;
}

.right {
   text-align: right;
}

div.center, p.center, h1.center, h2.center, h3.center {
   text-align: center;
}

table.center {
   margin-left: auto;
   margin-right: auto;
   width: 600px;
}

th {
   text-align: right;
}

h1 {
   color: #888888;
   font-size: 16pt;
   font-weight: normal;
   letter-spacing: 3px;
   margin-bottom: 0em;
   margin-top: 0.3em;
   text-transform: lowercase;
   padding-left: 8px;
}

h2 {
   color: #a5a5a5;
   font-size: 11pt;
   font-weight: bold;
   letter-spacing: 1px;
   margin-bottom: 0em;
   margin-top: 1.5em;
   text-align: left;
   padding-left: 15px;
}

h3 {
   color: #bbbbbb;
   font-size: 12pt;
   font-weight: normal;
   margin-bottom: 0em;
   margin-top: 1.2em;
}

a:link.downloadlink, a:visited.downloadlink {
   font-size: 11pt;
   font-weight: bold;
   letter-spacing: 1px;
}

.big {
   font-size: 14pt;
   font-weight: bold;
   letter-spacing: 1px;
}

.indent {
   padding-left: 20px;
}

input, textarea, select {
   border: 1px solid #5771C6;
   background-color: Black;
   color: white;
   font-size: 10pt;
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

input.button {
   font-weight: bold;
   color: #5771C6;
   border: 1px outset #5771C6;
   font-size: 9pt;
}

input.checkbox {
   border: none;
   background-color: none;
}

p.message {
   text-align: center;
   font-size: 14pt;
   font-weight: normal;
}

table.main {
   margin-top: 5px;
   margin-left: auto;
   margin-right: auto;
   border: 1px solid #AAAAAA;
}

table.main th {
   text-align: left;
   border: 1px solid #AAAAAA;
   font-size: 9pt;
}

table.main td {
   text-align: left;
   padding: 2px;
   border: 1px solid #666666;
   font-size: 9pt;
}

table.main td.header, table.main td.footer {
   text-align: center;
}

img.preview {
   float: left;
   padding-top: 5px;
   padding-right: 10px;
}