BODY, P, TD
{
    font-color:         red;
    font-family:        "Arial, Sans Serif";
    font-size:          11pt;
    font-weight:        normal;
}

A:visited, A:active, A:link
{
    color:              blue;
}

A:hover
{
    color:              gold;
}

.TopMenuItemStyle
{
    font-color:         black;
    font-family:        "Verdana, Sans Serif";
    font-size:          10pt;
    font-weight:        bold;
    TEXT-TRANSFORM:     capitalize;
    text-decoration:    none;
}

.LeftMenuItemStyle
{
    color:              black;
    font-family:        "Verdana, Sans Serif";
    font-size:          8pt;
    font-weight:        bolder;
    TEXT-TRANSFORM:     capitalize;
    text-decoration:    none
}

.ContentPageStyle
{
    background-color:   white;
}

.PageHeadingStyle
{
    color:              blue;
    font-family:        "Verdana, Sans Serif";
    font-size:          13pt;
    font-weight:        bold;
    TEXT-TRANSFORM:     capitalize;
    text-decoration:    none
}

.PosterStyle
{
    text-alignment:     center;
    color:              black;
    font-family:        "Times, Sans Serif";
    font-size:          16pt;
    font-weight:        normal;
}



