.page
{
    background-image: none;
    background-color : #000000;
    margin : 0px 0px 0px 0px;
}
.body
{
    padding: 0px;
}

.body_text
{
    font-family : georgia;
    font-size : 0pt;
    font-weight : bold;
    font-style : normal;
    color : #ffffff;
}

.body_text a:link
{
    text-decoration: none;
    color: #ff0033;
}

.menu
{
    background-color: #000000;
}

.menu td
{
    font-family : arial;
    font-size :  8pt;
    font-weight : bold;
    color : #000000;
    font-style : normal;
}

.menuButton a, .menudefault a,
{
    font-family : arial;
    font-size :  8pt;
    font-weight : bold;
    color : #000000;
    font-style : normal;
    text-decoration: none;
}

.menuButton
{
    background-color: #000000;
/*    background-image: url(images/menu.gif);	*/
}

.menuButton_on
{
    background-image: url(images/menu.gif);
    background-repeat: repeat
}

.menuButton_hover
{
    background-image: url(images/hover.gif);
    background-repeat: repeat
}

.menu_ButtonHeight
{
    background-color : #000000;
    width: 1px;
    height: 25px;
}