/** BASIC */

body {
    margin: 0;
    padding: 0;
    background-color: #FFFFFF;
}

body, th, td, input, textarea, select {
    font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #383838;
}

form {
    margin: 0;
    padding: 0;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
}

p, blockquote, ul, ol, dl {
    margin-top: 0;
}

/** MISC */

.align-justify { text-align: justify; }

.img1 {
    padding-top: 3px;
    padding-right: 10px;
    float: left;
}

.imgRight {
    padding: 3px 0px 3px 8px;
}

/** FORMS */

.input1 {
    width: 100%;
    color: #B2B2B2;
}

.Button {
    width: 65px;
    height: 21px;
    background: url(../media/images_public/homepage04.gif) no-repeat left top;
    border: none;
    color: #FFFFFF;
    valign: top;
}

/*
.button1 {
    width: 65px;
    height: 21px;
    background: url(../media/images_public/homepage04.gif) no-repeat left top;
    border: none;
    color: #FFFFFF;
}
*/

.Button_w100 {
    width: 100px;
    height: 32px;
    background: url(../media/images_public/homepage04_w100.gif) no-repeat left top;
    border: none;
    color: #FFFFFF;
}

.Button:hover, .Button_w100:hover {
    color: #ED1B23;
    cursor: pointer;
}

/** BACKGROUNDS */

.bg1 {
    background: url(../media/images_public/homepage03.gif) repeat-x;
}

.bg2 {
    background: url(../media/images_public/homepage09.gif) repeat-x;
}

.bg3 {
    background: url(../media/images_public/homepage11.gif) repeat-y;
}
.bg3-2col {
    background: url(../media/images_public/homepage11_2col.gif) repeat-y;
}

.bg4 {
    background: url(../media/images_public/homepage12.gif);
}

.bg5 {
    background: url(../media/images_public/homepage15.gif);
}

.bg6 {
    background: url(../media/images_public/subpage2_01.gif) repeat-y;
}

/** LINKS */

a {
    color: #417EDB;
}

a:hover {
    text-decoration: none;
}

a.link1 {
    color: #484848;
}

a.link2 {
    font-weight: bold;
    color: #494949;
    text-decoration: none;
}

a.link2:hover {
    text-decoration: underline;
}

a.link3 {
    display: block;
    padding: 7px 20px;
    background: #F2F2F2 url(../media/images_public/homepage16.gif) no-repeat 10px center;
    color: #484848;
}
td.nolink3 {    /* use instead of link3 when link not available */
    display: block;
    padding: 7px 20px;
    background: #F2F2F2 url(../media/images_public/homepage16.gif) no-repeat 10px center;
}

/** HEADINGS */

/** TEXTS */

.text1 {
    color: #999999;
}

.text2 {
    margin: 0;
    padding: 7px 0 6px 19px;
    background: #5C83C0 url(../media/images_public/homepage14.jpg) no-repeat right top;
    font-weight: bold;
    color: #FFFFFF;
    font-size: 11px;
}

.text3, h2 {
    margin: 0;
    padding: 7px 0 6px 19px;
    background: #EEEDED url(../media/images_public/homepage18.gif) no-repeat right center;
    font-weight: bold;
    color: #40649B;
    font-size: 11px;
}

td.footer1 {
    color: #999999;
}
a.footer1 {
    color: #999999;
    text-decoration: underline;
}
a.footer1:hover {
    text-decoration: none;
}

h3 {
    margin: 0;
    padding: 7px 0 6px 0px;
    font-weight: bold;
    color: #40649B;
    font-size: 11px;
}

p.Msg {
    color: #ED1B23;
}

div.Progress .Current
{
    color: #073E67;
    margin: 8px 0px 8px 0px;
}
div.Progress .NonCurrent
{
    margin: 8px 0px 8px 0px;
    color: #999999;
}

