/*
    Sets basic formatting for the body of the entire page
    A: - General Links
*/
body
{
    font-family: Verdana, Tahoma;
    font-size: 12px;
    background-image: url(/includes/themes/default_black/images/background.gif);
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    text-align: center;
}
A:link
{
    COLOR: #0000BD;
    TEXT-DECORATION: none
}
A:visited
{
	COLOR: #0000BD;
	TEXT-DECORATION: none
}
A:hover
{
    COLOR: #ff3333;
    TEXT-DECORATION: underline
}
TABLE
{
	font-size: 12px;
}
H4
{
	color: #EB7A00;
}
LEGEND
{
    color: black;
	font-weight: bold;
}

.topLogoText
{
    color: #496183;
    font-size: 20px;
    font-weight: bold;
    padding-top: 8px;
    padding-left: 10px;
}
