body {
        background-color: #4E4C4C;
        font-family: verdana;
        font-size: 10px;
        margin: 0px;
}
td {
        font-size: 11px;
}
a {
        color: 4E4C4C;
        text-decoration: none;
}
a:hover {
        color: #801604;
}
a.menu {
        color: white;
        font-size: 12px;
        text-decoration: none;
}
a.menu:hover {
        color: white;
}
a.other {
        color: black;
        padding-left: 2px;
        padding-right: 2px;
        text-decoration: none;
}
a.other:hover {
        color: white;
}
a.sidelink {
        color: black;
        text-decoration: none;
}
a.sidelink:hover {
        color: white;
}
.search_input {
        border: 1px solid #456786;
        color: black;
        font-family: verdana;
        font-size: 13px;
        padding-left: 2px;
        padding-right: 2px;
}
.tdTop {
        background: url(bg_top.jpg) top left repeat-x;
        vertical-align: bottom;
}
.tdStrip {
        background: url(bg_strip.jpg) top left repeat-x;
        height: 7px;
}
.tableLogged {
        background: url(middle_strip.jpg) top left repeat-x;
}
.tdLoggedIn {
        background: url(bg_logged.jpg) top left repeat-x;
        color: #4E4C4C;
        font-weight: bold;
        padding-left: 5px;
}
.LoggedName {
        filter:  DropShadow(Color=#ffffff, OffX=1, OffY=1, Positive=true);
        width: 100%;
}
.tdLoggedOut {
        color: white;
        padding-right: 5px;
        padding-bottom: 12px;
        text-align: right;
        vertical-align: bottom;
        width: 70%;
}
.tableContent {
        background-color: #E0E0E0;
}
.tdSideHeading {
        background: url(bg_sideHeading.jpg) bottom left no-repeat;
        color: white;
        font-weight: bold;
        height: 21px;
        padding-left: 5px;
        width: 172px;
}
.tdSideContent {
        background: url(bg_sideContent.gif) top right repeat-y;
        background-color: #979696;
        color: white;
        height: 50px;
        padding-left: 5px;
        padding-right: 5px;
        vertical-align: top;
        width: 162px;
}
.tdContentMain {
        background-color: white;
        padding: 5px;
        vertical-align: top;
        width: 100%;
}
.tableFooter {
        background: url(bg_footer.jpg) top left repeat-x;
}
.tdFooter {
        color: white;
        font-size: 10px;
        width: 100%;
}
