﻿body
{
	background-position: left top;
	background-color: white;
	background-image: url(/App_Images/mainBack.gif);
	background-repeat:repeat-x;
	margin: 0px;
	color: #113a19;
	text-align:center;
}

body,td,th {
	font-family: "Trebuchet MS", "Arial", sans-serif;
	font-size: 12px;
}

a:link { color: #179c31; text-decoration: underline; }
a:visited { color: #179c31; text-decoration: none; }
a:hover { color: #179c31; text-decoration: none; }
a:active { color: #179c31; text-decoration: none; }

#footer td,th { font-size:10px; color:#778833; }
#footer a:link { color: #778833; text-decoration: none; }
#footer a:visited { color: #778833; text-decoration: none; }
#footer a:hover { color: #98ac4a; text-decoration: underline; }
#footer a:active { color: #778833; text-decoration: none; }

.empHeader 
{
background-color:Black;
color:White;
font-size:14px;
font-weight:bold;
padding:3px;
}

.empSubHeader 
{
background-color:Gray;
color:White;
font-size:12px;
font-weight:bold;
padding:3px;
}