
html
{
    SCROLLBAR-FACE-COLOR: #E7E8FD;
    SCROLLBAR-HIGHLIGHT-COLOR: white;
    SCROLLBAR-SHADOW-COLOR: white;
    SCROLLBAR-3DLIGHT-COLOR: #E7E8FD;
    SCROLLBAR-ARROW-COLOR: white;
    SCROLLBAR-TRACK-COLOR:white;
    SCROLLBAR-DARKSHADOW-COLOR: #E7E8FD;

}
 body
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    padding: 5px;
    color: black;
    background-color: #E7E8FD;
    letter-spacing: 1px;
    line-height: 17px;
    scrollbar-face-color: white;
    scrollbar-highlight-color: #dacc9e;
    scrollbar-shadow-color: #dacc9e;
    scrollbar-3dlight-color: #dacc9e;
    scrollbar-arrow-color: #dacc9e;
    scrollbar-track-color: white;
    scrollbar-darkshadow-color: #dacc9e;
}
A:link
{
    color: #0A1225;
    font-weight: bold;
    text-decoration: none;
}

A:visited
{
    color: #0A1225;
    font-weight: bold;
    text-decoration: none;
}

A:active
{
    color: #0A1225;
    font-weight: bold;
    text-decoration: none;
}

A:hover
{
    color: black;
    font-weight: bold;
    text-decoration: none;
}

table {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
h2
{
    color: #555993;
}


