﻿* {
    direction: ltr;
    color: Black;
    font-family: Arial;
    font-size: 12px;
}
a {
    color: #406EC6;
}
h1 {
    border-bottom: 2px dotted #91DC96;
    color: #406EC6;
    font: 18px "Caracteres L4", Arial;
    margin-bottom: 8px;
    width: 210px;
}
h2 {
    border-bottom: 2px dotted #91DC96;
    color: #244179;
    font: bold 12px Arial;
    margin-bottom: 8px;
    width: 210px;
}
h3 {
    color: #406EC6;
    font-weight: bold;
    margin-bottom: 0px;
}

#header {
    background-image: url(../images/header.gif);
    position: absolute;
    vertical-align: text-bottom;

    padding: 88px 0px 0px 218px;
    top: 10px;
    width: 552px;
    height: 24px;
}
#header td {
    text-align: center;
}
#header a {
    color: Black;
    text-decoration: none;
}
#header a:hover, #header .curCat {
    color: #406EC6;
    font-weight: bold;
}
#header .menu {
    background-color: #F2F2F2;
    position: absolute;
    top: 119px;
    visibility: hidden;
    width: 127px;
}
#header .menu td {
    border-bottom: 1px solid #E2E2E2;
    padding: 0px 1px 4px 1px;
    text-align: left;
}
#header .menu a {
    color: #8C8C8C;
    font-size: 11px;
    font-weight: normal;
}
#header .menu a:hover, #header .menu #curPos {
    color: #406EC6;
}
#header #homeLink {
    position: absolute;
    left: 26px;
    top: 18px;
    width: 167px;
    height: 82px;
}

#mainTable {
    background-color: White;
    position: absolute;
    top: 122px;
    width: 770px;
    z-index: -1;
}
#mainTable #navStrip, #mainTable #navStrip a {
    color: #8C8C8C;
    font-size: 10px;
    padding: 5px 0px 5px 0px;
    text-decoration: none;
}
#mainTable #navStrip #curPage {
    color: #406EC6;
    font-size: 10px;
}

#footer {
    background: White url(../images/footer.gif) no-repeat bottom;
    vertical-align: top;
    
    padding: 20px 30px 0px 28px;
    height: 38px;
}
#footer td {
    color: #8C8C8C;
    font-size: 10px;
}

.lightBlue {
    color: #406EC6;
}
.lightGreen {
    color: #22B92C;
}
