*
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: silver;
}

body
{
    background-color: #000000;
	scrollbar-base-color: #333333;
}

form
{
    margin: 0px;
}
.texterror,
.form_field_error
{
    color: #ff0000;
    font-weight: bold;
}
input,
select,
option,
textarea
{
    border-width: 0px;
    color: black;
}

a
{
	font-size: 12px;
}
a:link
{
    text-decoration: none;
    color: white;
	font-size: 12px;
}
a:active
{
    color: white;
	font-size: 12px;
}
a:visited
{
    text-decoration: none;
    color: white;
	font-size: 12px;
}
a:hover
{
    color: white;
    text-decoration: underline;
	font-size: 12px;
}
a:focus
{
	font-size: 12px;
}

h1
{
}
h2
{
}

body.page_content
{
}

body.page_content img.border
{
}

body.page_content.news h2
{
     margin-left: 255px;
}

body.page_content.ticker h2
{
     display: none;
}

body.page_popup
{
    margin: 10px;
}

body.page_popup img.border
{
}

body.page_content .ScrollOff
{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 750px;
    height: 30px;
    overflow: hidden;
    cursor: default;
}
body.page_content .ScrollContent
{
    visibility: hidden;
    position: absolute;
    left: 0px;
    top: 10px;
    width: 750px;
    height: 20px;
    clip: rect(0px 750px 20px 0px);
    overflow: hidden;
    cursor: default;
}
body.page_content .ScrollText
{
    position: absolute;
    left: 0px;
    top: 0px;

    font-size: 13pt;
    font-weight: 900;
    color: #9999AA;
}
