@import url("css/top.css");
@import url("css/middle.css");
@import url("css/bottom.css");
a
{
    color:#a5c1eb;
}
html, body
{
    height:100%;
}
body
{
    padding:0px 0px 0px 0px;
    margin:0px 0px 0px 0px;
    background-color:#000000;
    background-image:url("/images/topBG.gif");
    background-repeat:repeat-x;
}

table
{
    border-collapse:collapse;
}

#body
{
    margin-left:auto;
    margin-right:auto;
    height:100%;
    width:750px;
    background-color:#666666;
}
.lightblue
{
    color:#E0ECFD;
}
.darkblue
{
    color:#1557A1;
}
.borderblue
{
    color:#9BC1EB;
}
.titleBlue
{
    color:#14467E;
}
