body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color:#dfe9e1;
	line-height:18px;
}
html, body {
}
.mini{
	padding:0;
	margin:0;
	font-size:0px;
	line-height:0px;
}
.main{
	border:1px #000000 solid; 
	padding:15px 20px 5px 20px;
	height:240px;
	/*Overwrite on a lot of pages*/
	background-position:right bottom;
	background-image:url(/images/mainbackground.jpg);
	background-repeat:no-repeat;
}
.h1 {
	font-size:12pt;
	font-weight:bold;
	color:#006f3a;
	letter-spacing:3px;
}
.h2 {
	font-size:10pt;
	font-weight:bold;
	color:#006f3a;
	letter-spacing:2px;
}
.h3 {
	font-size:9pt;
	font-weight:bold;
	color:#006f3a;
}
a {
	color: #006f3a;
	text-decoration:underline;
}
a:hover {
	text-decoration:none;
}
hr {
	color: #A7AEB8;
	height: 1px;
	background: #8096ab;
	border: 0;
}
.menu {
	padding-top:10px;
    padding-bottom:10px;
	font-weight: bold;
	font-size: 9pt;
	color: #000000;
	letter-spacing:2px;
}
.menu A
{	text-decoration: none;
	color: #000000;
}
.menu A:hover{
	text-decoration:underline;
	color:#006f3a;
}
.red {
	color: #9F0012;
}
th{
	background-color: #99AF9E;
	bordercolor: #564646;
	border: 1px solid #5F5F5F;
	color:#FFFFFF;
	text-align:center;
	font-weight:bold;
	vertical-align:middle;
	
}
.th{
	background-color: #99AF9E;
	bordercolor: #564646;
	border: 1px solid #5F5F5F;
	color:#FFFFFF;
	text-align:center;
	font-weight:bold;
	vertical-align:middle;
	
}
.legal
{ 	font-size:9pt;
}
.tablestripe {
	background-color: #999999;
}
.EmpCard{
	background-color: #cccccc;
	bordercolor: #564646;
	border: 1px solid #a7aeb8;'
}