/* CSS Document */
body {
 background-color: #30669B;
 margin-top:0;
}

div {
 font-family: verdana, Helvetica, sans-serif;
 font-size: 11px;
 color: #003366;
 line-height:16px;
 }

p {
 font-family: verdana, Helvetica, sans-serif;
 font-size: 11px;
 color: #003366;
 line-height:16px;
 }

ul {
 font-family: verdana, Helvetica, sans-serif;
 font-size: 11px;
 color:#CC0000;
 line-height:16px;
}

ul.tips {
list-style-type:square;
color:#CC0000;
}

.poll {
color:#FF0000;
}

ol {
 font-family: verdana, Helvetica, sans-serif;
 font-size: 11px;
 color: #003366;
 line-height:16px;
}

p.footer {
color:#5284B5;
font-size:10px;
}

td {
 font-size: 12px;
}
.container {
 border:solid 1px #0078EF;
 border-top:none;
}
.sidebg {
 background-position:right;
}
/* main text area for each page - grey background */
.bodypagebg {
 background-color:#E3E9EE;
} 
.textbg {
  background-color:#FFFFFF;
  margin-left: 10px;
  margin-right: 10px;
}
h1 {
font-size:14px;
color:#CC0000;
font-family: verdana;
}

h2 {
font-size:12px;
color:#003366;
font-family: verdana;
}

hr {
border:dashed 1px #CC0000;
}

.textfield {
background-color: #DFE3F3;
border-color: #11196E;
border-style: solid;
border-width: 1;
font-size: 9pt;
font-family: arial;
}

a:link {
color:#CC0000;
text-decoration:none;
border-bottom: 1px dashed #000;
}

a:visited {
color:#003366;
text-decoration:none;
border-bottom: 1px dashed #000;

}

a:hover {
color:#003366;
text-decoration:none;
border:none;

}

a:active {
text-decoration:#003366;
border-bottom: 1px dashed #000;
}

a.image:link {
border: none;
border-bottom: 0px none #003366;
border-bottom-style:none;
}

a.footer:link {
color:#5284B5;
}

a.footer:visited {
color:#5284B5;
}

a.footer:hover {
color:#5284B5;
}

a.footer:active {
color:#5284B5;
}

.formstyle {
background-color: #E6EEFF; 
border-color: #4973CA; 
border-style: solid; 
border-width: 1; 
font-size: 9pt; 
font-family: Arial, Helvetica, sans-serif;
}
.formbutton {
background-color: #FFECDC; 
border-color: #FFA24F; 
border-style: solid; 
border-width: 1; 
font-size: 8pt; 
font-family: Verdana, Arial, Helvetica, sans-serif;
}
.scroll {
scrollbar-3dlight-color:none;
scrollbar-arrow-color:none;
scrollbar-base-color:#0D549A;
scrollbar-darkshadow-color:blue;
scrollbar-face-color:darksalmon;
scrollbar-highlight-color:chartreuse;
scrollbar-shadow-color:chartreuse;
}

.linkbg {
 background-image:url(../images/money_bg3.gif);
} 

/* required star (*) */
.required {
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 9pt;
 color: #003366;
 font-weight: bolder;
}