/*
    Sets basic formatting for the body of the entire page
*/
body
{
    font-family: Verdana, Tahoma;
    font-size: 12px;
	line-height: 110%;
	width: 810px;
	background-image: url(/includes/themes/custom_cooper/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;
}
LEGEND
{
    color: black;
	font-weight: bold;
}

.topLogoText
{
    color: #5A6D36;
    font-size: 16px;
    width: 110px;
    padding-top: 10px;
    padding-left: 10px;
}
