body, td, th {
        margin-bottom: 0px;
        margin-top: 0px;
        margin-left: 3px;
        margin-right: 3px;
        font-family: Verdana;
        font-size: 11px;
        color: #000000;
        font-style: normal;
        line-height: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;

}
a:link {
        color: #354EA2;
        font-family: verdana;
        font-size: 11px;
        font-weight: normal;
        text-decoration: none;

}
a:visited {
        color: #354EA2;
        font-family: verdana;
        font-size: 11px;
        font-weight: normal;
        text-decoration: none;

}
a:hover {
        color: #354EA2;
        font-family:verdana;
        font-size: 11px;
        font-weight: normal;
        text-decoration: underline;
}

a:active {
        color: #354EA2;
        font-family:verdana;
        font-size: 11px;
        font-weight: normal;
        text-decoration: underline;
}
a.bold:link {
        color: #354EA2;
        font-family:arial;
        font-size: 12px;
        font-weight: bold;
        text-decoration: none;

}
a.bold:visited {
        color: #354EA2;
        font-family:arial;
        font-size: 12px;
        font-weight: bold;
        text-decoration: none;

}
a.bold:hover {
        color: #354EA2;
        font-family:arial;
        font-size: 12px;
        font-weight: bold;
        text-decoration: underline;
}

a.bold:active {
        color: #354EA2;
        font-family:arial;
        font-size: 12px;
        font-weight: bold;
        text-decoration: underline;
}
a.wht:link {
        color: #ffffff;
        font-family: verdana;
        font-size: 11px;
        font-weight: normal;
        text-decoration: none;

}
a.wht:visited {
        color: #ffffff;
        font-family: verdana;
        font-size: 11px;
        font-weight: normal;
        text-decoration: none;

}
a.wht:hover {
        color: #ffffff;
        font-family:verdana;
        font-size: 11px;
        font-weight: normal;
        text-decoration: underline;
}

a.wht:active {
        color: #ffffff;
        font-family:verdana;
        font-size: 11px;
        font-weight: normal;
        text-decoration: underline;
}


.integer {
        font-family: Arial,Helvetica,sans-serif;
        color: #444444;
        font-family: verdana;
        font-size: 12px;
        font-weight: bold;
        text-decoration: none;
}
hr { height:1px; border-style: solid; color: #cccccc;
}
.select {font-family: Verdana,Arial,Helvetica,sans-serif; color: #000000; font-size: 10px;
}
.input {font-family: Verdana,Arial,Helvetica,sans-serif; color: #000000; font-size: 10px;
}
.button {  font-family: verdana, arial; font-size: 10px;
}
H2 { font-family:Verdana, arial; font-size:13pt; font-weight:bold; color:#585858; font-style:normal; padding-bottom:0px; padding-top:0px; margin-left:0px; margin-bottom:0px; margin-top:0px;
}
H3 { font-family: arial; font-size:12pt; font-weight:bold; color:#585858; font-style:normal; padding-bottom:0px; padding-top:0px; margin-left:0px; margin-bottom:0px; margin-top:0px;
}
TEXTAREA {width: 400px; height: 80px;  font-family: Verdana,Arial,Helvetica,sans-serif; color: #000000; font-size: 11px; BACKGROUND: #ffffff;
}
TEXTAREA.red {width: 400px; height: 80px;  font-family: Verdana,Arial,Helvetica,sans-serif; color: #ff0000; font-size: 11px; BACKGROUND: #ffffff;
}
.inputred {font-family: Verdana,Arial,Helvetica,sans-serif; color: #ff0000; font-size: 10px;
}
small {font-family: Verdana;
      color: #FE6600;
      font-size: 9px;
}
.orange {font-family: Verdana;
      color: #FE6600;
      font-size: 11px;
}
.navy {font-family: Verdana;
      color: #354EA2;
      font-size: 11px;
}
.navybig {font-family: Verdana;
      color: #585858;
      font-size: 11px;
}
p.nobr {  padding-bottom:0px;
          padding-top:0px;
          margin-left:0px;
          margin-bottom:0px;
          margin-top:0px;
}
form.ya {  padding-bottom:0px;
          padding-top:12px;
          margin-left:0px;
          margin-bottom:0px;
          margin-top:0px;
}
/**************/
/*   HEADER   */
/**************/
#header-section {
        width: 100%;
        margin: 2px 2px 2px 2px;
}


#header {
        clear: both;
        margin: 0em 0em 0.5em 0em;
        border-top: solid 0.1em rgb(175,175,175);
        border-bottom: solid 0.1em rgb(175,175,175);
        background-color: C9D6FE;
        text-transform: uppercase;
        line-height: 2.0em;
        height: 2.0em;
        color: rgb(50,50,50);
}

#header ul {
        margin: 0em;
        padding: 0em;
        list-style: none;
        font-weight: bold;
        font-size: 1.0em;
}

#header li {
        float: left;
        white-space: nowrap;
}

#header li a {
        display: block;
        padding: 0em 1.0em 0em 1.0em;
        border-right: solid 0.1em rgb(175,175,175);
        background-color: C9D6FE;
        text-decoration: none;
        color: rgb(50,50,50);
}

#header a:hover {
        border-right: solid 0.1em rgb(175,175,175);
        background-color: #ffffff;
        text-transform: uppercase;
        text-decoration: none;
        color: #E30176;
}

#header .selected {
        padding: 0em 0.5em 0em 0.5em;
        border-right: solid 0.1em rgb(175,175,175);
        background-color: rgb(220,220,220);
        color: rgb(50,50,50);
}

* html #header a {width:1%;}

