﻿#content {
    width: 1024px;
    margin: 0 auto;
}
body {
    background-color: silver;
    font-family: Tahoma;
}
a {
    border: none;
    outline: 0px;
}
.BodyText {
    font-family: Tahoma;
    font-size: 14px;
}
.BodyTextWhiteBack {
    font-family: tahoma;
    font-size: 14px;
    background-color: #FFFFFF;
}
.BoldBlue {
    font-family: Tahoma;
    font-size: 20px;
    font-weight: bold;
    color: #004080;
}
.BigBoldBlue {
    font-family: Tahoma;
    font-size: 26px;
    font-weight: bold;
    color: #004080;
}
.SmallBoldBlue {
    font-family: Tahoma;
    font-size: 14px;
    font-weight: bold;
    text-decoration: underline;
    color: #004080;
}
.BoldMaroon {
    font-family: Tahoma;
    font-size: 20px;
    font-weight: normal;
    color: maroon;
}

.style1 {
    font-weight: bold;
}
.style2 {
    font-family: Tahoma;
    font-size: 20px;
    color: #004080;
}
.InputLabels {
    font-family: tahoma;
    font-size: 12px;
    font-weight: normal;
    color: #006666;
}
.style3 {
    border-style: solid;
    border-width: 1px;
}


#menu {
    margin: 0px 0px 0px 20px;
    padding: 0px;
    font-size: 15px;
}

#menu li {
    margin: 0px 0px 8px 0px;
    padding: 0px;
    list-style-type: none;
}

#menu a:link, #menu a:visited {
    color: #FFFFFF;
    text-decoration: none;
}

#menu a:hover, #menu a:active {
    color: #009900;
    text-decoration: none;
}