/* -------------------------
ICC Blue = #294294
Dark Blue = #003366
Medium Blue = #006699
Pale Blue = #BBBBFF
Light Blue (Links) = #CCFFFF
Very Light Blue = #E0FFFF
---------------------------- */
BODY
{
    font-size: 10pt;
    font-family: Arial, Verdana;
    background-color: #FFFFFF;
    color: #000000;
}
A
{
    color: #000080;
    text-decoration: none;
    font-weight: bold;
}
A.light
{
    color: #CCFFFF;
    font-weight: bold;
    text-decoration: none;
}
A.nav
{
    color: #FFFFFF;
    text-decoration: none;
}
A.nav2
{
    color: #FFFFFF;
    text-decoration: none;
    font-size: 12pt;
}
A:hover
{
    color: #FF0000;
    text-decoration: underline;
}
A.light:hover
{
    color: #CCFFFF;
    text-decoration: underline;
}
A.nav:hover
{
    color: #00FFFF;
    text-decoration: none;
}
A.nav2:hover
{
    color: #00FFFF;
    text-decoration: none;
}
.over
{
    color: #FF0000;
    text-decoration: underline;
}
B
{
    font-weight: Bold;
}
CENTER
{
    font-family: Arial, Verdana;
}
TD
{
    font-size: 10pt;
    font-family: Arial, Verdana;
}
TD.nav
{
    background-color: #006699;
}
DL
{
    font-size: 10pt;
    font-family: Arial, Verdana;
}
SPAN
{
    font-size: 10pt;
    font-family: Arial, Verdana;
}
H4
{
    font-size: 12pt;
    font-family: Arial;
}
HR
{
    color: #294294;
}
.trover
{
    background-color: yellow;
}
.trout
{
}
.wtext
{
   color: #FFFFFF;
}
.smtext
{
   font-size: 8pt;
}
.smtext2
{
   font-size: 7pt;
}
.smtextb
{
   font-size: 8pt;
   font-weight: bolder;
}
.fixed
{
   font-family: 'Courier New';
}
/* formerly known as greenbut */
.button1
{
   background-color: #006699;
   color: #FFFFFF;
   cursor: hand;
   font-family: Arial;
   font-size: 10pt;
   font-weight: bold;
}
/* formerly known as bluebut */
.button2
{
   background-color: #003366;
   color: #FFFFFF;
   cursor: hand;
   font-family: Arial;
   font-size: 10pt;
   font-weight: bold;
}
.greenbut
{
   background-color: #006699;
   color: #FFFFFF;
   cursor: hand;
   font-family: Arial;
   font-size: 10pt;
   font-weight: bold;
}
.bluebut
{
   background-color: #006699;
   color: #FFFFFF;
   cursor: hand;
   font-family: Arial;
   font-size: 10pt;
   font-weight: bold;
}
.redbut
{
   background-color: #FF0000;
   color: white;
   cursor: hand;
   font-family: Arial;
   font-size: 10pt; font-weight: bolder;
}
.userData
{
   behavior: url(#default#userData);
}
.padmore
{
   padding-left: 5px;
   padding-right: 5px;
   padding-top: 5px;
   padding-bottom: 5px;
}
.Check
{
   font-family: Wingdings;
   font-size: 12pt;
}
/* formerly known as idcblue */
.color1
{
   color: #003366;
}
/* formerly known as idcbluebg */
.color1bg
{
   background-color: #003366;
}
.color2
{
   color: #CCCCFF;
}
/* formerly known as idclbluebg */
.color2bg
{
   background-color: #CCCCFF;
}
.color3
{
   color: #006699;
}
/* formerly known as idcmbluebg */
.color3bg
{
   background-color: #006699;
}
.color4
{
   color: #CCFFFF;
}
.color4bg
{
   background-color: #CCFFFF;
}
.color5
{
   color: #CCFFCC;
}
/* formerly known as idclgreenbg */
.color5bg
{
   background-color: #CCFFCC;
}
.idcblue
{
   color: #003366;
}
.idcbluebg
{
   background-color: #003366;
}
.idclbluebg
{
   background-color: #CCCCFF;
}
.idcmbluebg
{
   background-color: #006699;
}
.idcgreen
{
   color: #003366;
}
.idcgreenbg
{
   background-color: #003366;
}
.idclgreenbg
{
   background-color: #CCFFCC;
}
.graybox
{
   background-color: #C0C0C0;
   border-left: solid 1px #DFDFDF;
   border-top: solid 1px #DFDFDF;
   border-right: solid 1px #000000;
   border-bottom: solid 1px #000000;
}
.graybox2
{
   background-color: #C0C0C0;
   border-left: solid 1px #FFFFFF;
   border-top: solid 1px #FFFFFF;
   border-right: solid 1px #808080;
   border-bottom: solid 1px #808080;
}
/* -------------------------
   Table at top of all pages
   ------------------------- */
.header
{
 /*   background-color: #294294;*/
    background-color: #31639C;
}
.htitle
{
   font-family: Arial; 
   font-size: 18pt; 
   color: #FFFFFF;
}