* {
  scrollbar-base-color: scrollbar;
  scrollbar-darkshadow-color: threeddarkshadow;
  scrollbar-face-color: threedface;
  scrollbar-highlight-color: threedhighlight;
  scrollbar-shadow-color: threedshadow;
  scrollbar-track-color: default;
  scrollbar-3dlight-color: threedlightshadow;
  scrollbar-arrow-color: buttontext;
  font-family: verdana, helvetica, arial, sans-serif;
  font-size: 10pt;
  color: #ffffff;
}
form {
  margin-top: 0;
  margin-bottom: 0;
}
body {
  margin: 0px;
  background-color: #000066;
  font-family: verdana, helvetica, arial, sans-serif;
  font-size: 10pt;
    color: #ffffff;
}
p {
  font-size: 10pt;
  color: #ffffff;	
}
td {
  font-family: verdana, helvetica, arial, sans-serif;
  font-size: 10pt;
  color: #ffffff;
}

.black {
	color: #000000;
	font-size: 9pt;
}

.lightblue {
	color: #99CCCC;
	text-decoration: none;
}

.lightblue:HOVER {
	color: #99CCCC;	
	text-decoration: underline;
}

a {
  font-weight: bold;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

a.leftmenu {
  text-decoration: none;
  color: #ffffff;
  font-size: 10pt;
}
a.leftmenu:hover {
  color: #ffffff;
  text-decoration: underline;
  font-size: 10pt;
}

input.bordered, textarea.bordered, input.button {
  border-top: #6CAAD0 solid 1px;
  border-bottom: #036AA9 solid 1px;
  border-right: #036AA9 solid 1px;
  border-left: #6CAAD0 solid 1px;
  background-color: #036AA9;
  font-size: 10pt;
  color: #99CCCC;
  scrollbar-3dlight-color: #6CAAD0;
  scrollbar-arrow-color: #99CCCC;
    scrollbar-base-color: #036AA9;
        scrollbar-darkshadow-color: #036AA9;
        scrollbar-face-color: #036AA9;
            }
span.wysiwygsmall {
  font-size: 9pt;
}
span.wysiwygsmallRed {
  font-size: 9pt;
  color: #ff0000;
}
span.wysiwygmedium {
  font-size: 10pt;
}
span.wysiwygmediumRed {
  font-size: 10pt;
  color: #ff0000;
}
span.wysiwyglarge {
  font-size: 11pt;
}
span.wysiwyglargeRed {
  font-size: 11pt;
  color: #ff0000;
}
span.wysiwygxLarge {
  font-size: 14pt;
}
span.wysiwygxLargeRed {
  font-size: 14pt;
  color: #ff0000;
}