/*
    Sets basic formatting for the body of the entire page
*/
body
{
    font-family: Verdana, Tahoma;
    font-size: 12px;
	background-color: #ffffff;
    margin-top: 0px;
    text-align: center;
}
A:link
{
    COLOR: #00749E;
    TEXT-DECORATION: none
}
A:visited
{
	COLOR: #00749E;
	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: #00749E;
    font-size: 16px;
    font-weight: bold;
    padding-top: 10px;
    padding-left: 10px;
}
