body {
        font-family: "Century Gothic", Verdana, sans-serif;
        margin: 0px;
        padding: 0px;
}
.maintable {
        background-color: #848484;
        background-image: url(images/grey_bg.gif);
        background-repeat: no-repeat;
        background-position: right top;
}
.flleft {
        float: left;
        position: relative;
        font-family: "Century Gothic", Verdana, sans-serif;
        font-size: 10px;
        color: #FFFFFF;
        text-align: right;

}
.flright {
        float: right;
        position: relative;
}
.menu {
        font-family: "Century Gothic", Verdana, sans-serif;
        font-size: 11pt;
        color: #848484;
        margin: 10px 10px 10px 50px;
}
a:link {
        color: #DCDCDC;
        text-decoration: underline;
}
a:visited {
        color: #FFFFFF;
        text-decoration: underline;
}
a:hover {
        color: #FFFFFF;
        text-decoration: underline;
}
a:active {
        color: #DCDCDC;
        text-decoration: underline;
}
.m:link {
        color: #848484;
        text-decoration: none;
}
.m:visited {
        color: #848484;
        text-decoration: none;
}
.m:hover {
        color: #DE2921;
        text-decoration: none;
}
.m:active {
        color: #DE2921;
        text-decoration: none;
}
.main {
        font-family: "Century Gothic", Verdana, sans-serif;
        font-size: 11pt;
        color: #FFFFFF;
        margin-top: 10px;
        margin-right: 10px;
        margin-bottom: 10px;
        margin-left: 50px;
}
.contacts {
        font-family: "Century Gothic", Verdana, sans-serif;
        font-size: 9pt;
        color: #FFFFFF;
        margin-top: 10px;
        margin-right: 10px;
        margin-bottom: 10px;
        margin-left: 20px;
}
h1 {
        font-family: "Century Gothic", Verdana, sans-serif;
        font-size: 13pt;
        font-weight: bold;
        color: #DCDCDC;
        margin: 20px 20px 20px 0;
}
.leftTDbg {
        background-image: url(images/link_it.gif);
        background-repeat: no-repeat;
        background-position: left top;
}