.text {
        font-family: sans-serif;
        font-size: 11px;
        color: white;
}
.text A {
        font-family: sans-serif;
        font-size: 11px;
        color: #FFFF01;
        font-weight: normal;
        text-decoration: none;
}
.text A:hover {
        font-family: sans-serif;
        font-size: 11px;
        color: #FFFF01;
        font-weight: normal;
        text-decoration: underline;
}
h2 {
        font-family: sans-serif;
        font-size: 14px;
        color: FFFF01;
        font-weight:bold;
        margin:0px;
        margin-bottom: 4px;
        padding:0px;
}
.color {
        color: FFFF01;
}
.bluetext {
        padding:5px;
        font-family: sans-serif;
        font-size: 11px;
        color: #DEEFFF;
}
.topMenu A {
        font-family: sans-serif;
        font-size: 11px;
        padding-left:20px;
        color: #072C56;
        text-decoration: none;
        font-weight: bold;
}
.topMenu A:hover {
        font-family: sans-serif;
        font-size: 11px;
        padding-left:20px;
        color: white;
        text-decoration: none;
        font-weight: bold;
}
.menu {
        font-family: sans-serif;
        font-size: 16px;
}
.menu A {
        font-family: sans-serif;
        font-size: 11px;
        color: white;
        text-decoration: none;
        font-weight: bold;
}
.menu A:hover {
        font-family: sans-serif;
        font-size: 11px;
        color: white;
        text-decoration: none;
        font-weight: bold;
}
A.bmenu {
        font-family: sans-serif;
        font-size: 11px;
        color: BDD7E3;
        text-decoration: none;
        font-weight: bold;
}
A:hover.bmenu {
        font-family: sans-serif;
        font-size: 11px;
        color: BDD7E3;
        text-decoration: none;
        font-weight: bold;
}
A.gmenu {
        font-family: sans-serif;
        font-size: 11px;
        color: BFC8C9;
        text-decoration: none;
        font-weight: bold;
}
A:hover.gmenu {
        font-family: sans-serif;
        font-size: 11px;
        color: BFC8C9;
        text-decoration: none;
        font-weight: bold;
}
.blacktext {
        font-family: sans-serif;
        font-size: 11px;
        color: black;
}
.blacktext A {
        font-family: sans-serif;
        font-size: 11px;
        color: black;
        text-decoration: none;
}
.blacktext A:hover {
        font-family: sans-serif;
        font-size: 11px;
        color: black;
        text-decoration: underline;
}
FORM {
        padding:0px;
        margin:0px;
}
INPUT {
        font-family: sans-serif;
        font-size: 11px;
        color: white;
        border-top: 1px solid #A6C6DD;
        border-bottom: 1px solid #A6C6DD;
        border-right: 1px solid #A6C6DD;
        border-left: 1px solid #A6C6DD;
        background-color: #5D7E9D;
}
TEXTAREA {
        font-family: sans-serif;
        font-size: 11px;
        color: white;
        border-top: 1px solid #A6C6DD;
        border-bottom: 1px solid #A6C6DD;
        border-right: 1px solid #A6C6DD;
        border-left: 1px solid #A6C6DD;
        background-color: #5D7E9D;
}
