

a {
  color: #FF3300;
  font-weight: bold;
  text-decoration: underline;
}
a.special {
  color: #003366;
  font-weight: bold;
  text-decoration: underline;
}

a:hover {
  color: #3399ff;
   text-decoration: none;
}

body {
  background-color: #white;
  color: #000000;
  font-family: Verdana;
  font-size: 10pt;
}
h2 {
  font-size: 140%;
  margin-top: 6px;
}

h3 {
  font-size: 120%;
}

h4 {
  font-size: 100%;
}

input, textarea {
  background-color: #3399ff;
  border-color:#cccccc;
  font-size:8pt ;
  font-family: Verdana;
  border-width: 1px;
  padding: 1px;
  color : white;
}

input.button {
  background-color: #3399ff;
  border-style: solid;
  border-color: #D0DFD7 #83AAB1 Silver #BFCFD5;
  border-width: 2px;
  font-family: Verdana;
  font-size: 7pt;
  font-weight: bold;
  padding: 0px;
  width: 5em;
 }
table
{
  font-family:  Arial;
  font-size: 10pt;
}
#small
{
  font-family:   Arial;
  font-size: 7 pt;
}

.small
{
  font-family: Arial;
  font-size: 7 pt;
}

textarea {
  scrollbar-base-color: #66ccff;
}

td {
  font-family:  Verdana;
  font-size: 9 pt;
}

th {
  font-family: Verdana;
  font-size: 10pt;
  font-weight: bold;
  text-align: left;
}

ul {
  list-style-type: square;
}

.errorMsg {
  color: #c00000;
  font-weight: bold;
}

.highlight {
  color: #778C99;
  font-style: italic;
  font-weight: bold;
}

SELECT{
	font-family : Verdana;
	font-size : 8pt;
	background-color : #0099FF;
	color : White;
	font : bold;
}
div.menuBar,
div.menuBar a.menuButton,
div.menu,
div.menu a.menuItem {
   font-family: "MS Sans Serif", Arial, sans-serif;
  font-size: 7pt;
  font-style: normal;
  font-weight: bold;
  color: #ffffff;
}

div.menuBar {
  background-color: #003366;
   border: 2px outset #003366;
   padding: 4px 2px 4px 2px;
  text-align: center;
}

div.menuBar a.menuButton {
  background-color: transparent;
  border: 1px solid #003366;
  color: #ffffff;
  cursor: hand;
  left: 0px;
  margin: 1px;
  padding: 2px 5px 2px 5px;
  position: relative;
  text-decoration: none;
  top: 0px;
  z-index: 100;
}

div.menuBar a.menuButton:hover {
  background-color: transparent;
  border: 1px outset #003366;
  color: #ffffff;
}

div.menuBar a.menuButtonActive,
div.menuBar a.menuButtonActive:hover {
  background-color: #3399FF;
  color: #ffffff;
  border: .05px inset #3399FF;
  left: 1px;
  top: 1px;
}

div.menu {
  background-color: #003366;
  border: 2px outset #3399FF;
  left: 0px;
  padding: 0px 1px 1px 0px;
  position: absolute;
  top: 0px;
  visibility: hidden;
  z-index: 101;
  filter:Alpha(Opacity=100,style=1,Finishopacity=1000);
}

div.menu a.menuItem {
  color: #ffffff;
  cursor: hand;
  display: block;
  padding: 3px 1em;
  text-decoration: none;
  white-space: nowrap;
  filter:Alpha(Opacity=100,style=1,Finishopacity=80);
}

div.menu a.menuItem:hover, div.menu a.menuItemHighlight {
  background-color: #3399FF;
  color: #ffffff;
  filter:Alpha(Opacity=100,style=1,Finishopacity=80);
}

div.menu a.menuItem span.menuItemText {}

div.menu a.menuItem span.menuItemArrow {
  margin-right: -.75em;
}

div.menu div.menuItemSep {
  border: 1px inset #ffffff;
  margin: 4px 2px;
}
.window {
  background-color: #c0c0c0;
  border-color: #f0f0f0 #606060 #404040 #d0d0d0;
  border-style: solid;
  border-width: 2px;
  margin: 0px;
  padding: 2px;
  position: absolute;
  text-align: left;
  visibility: hidden;
}

.titleBar {
  background-color: #003366;
  cursor: default;
  color: #ffffff;
  font-family: "MS Sans Serif", "Arial", "Helvetica", sans-serif;
  font-size: 8pt;
  font-weight: bold;
  margin: 0px;
  padding: 2px 2px 2px .5em;
  text-align: right;
  white-space: nowrap;
}

.titleBarText {
  float: left;
  overflow: hidden;
  text-align: left;
}

.titleBarButtons {
  border-style: none;
  border-width: 0px;
  vertical-align: middle;
  width: 50px;
  height: 14px;
}

.clientArea {
  background-color: #ffffff;
  border-color: #404040 #e0e0e0 #f0f0f0 #505050;
  border-style: solid;
  border-width: 2px;
  color: #000000;
  font-family: "Arial", "Helvetica", sans-serif;
  font-size: 10pt;
  margin: 2px 0px 0px 0px;
  overflow: auto;
  padding: .5em;
}