/* CSS Document */

body
{
	background-position: left top;
	background-image: url(/images/gradientBack.gif);
	background-repeat: repeat-x;
	margin: 0px;
}

body,td,th {
	font-family: "Arial", sans-serif;
	font-size: 12px;
}

.copyright 
{
	font-size:10px;
	font-weight:bold;
	color:#bababa;
}

a:link { color: #008b30; text-decoration: underline; }
a:visited { color: #008b30; text-decoration: underline; }
a:hover { color: #008b30; text-decoration: underline; }
a:active { color: #008b30; text-decoration: underline; }

.formTitle { font-family: "Arial", sans-serif; font-size:12px; font-weight:bold; }