﻿body
{
	background-position: left top;
	background-color: white;
	background-image: url(/App_Images/mainBack.gif);
	background-repeat:repeat-x;
	margin: 0px;
	color: #3e3e3d;
}

body,td,th {
	font-family: "Trebuchet MS", "Arial", sans-serif;
	font-size: 12px;
}

a:link { color: #0c62b2; text-decoration: none; }
a:visited { color: #0c62b2; text-decoration: none; }
a:hover { color: #237fd5; text-decoration: none; }
a:active { color: #0c62b2; text-decoration: none; }

#footerTable td,th { font-size:10px; }
#footerTable a:link { color: white; text-decoration: none; }
#footerTable a:visited { color: white; text-decoration: none; }
#footerTable a:hover { color: white; text-decoration: none; }
#footerTable a:active { color: white; text-decoration: none; }

