/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	
}

a:link {
	color: #333333;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #333333;
}
a:hover {
	text-decoration: none;
	color: #FF0000;
}
a:active {
	text-decoration: none;
	color: #FF0000;
}

.boundary {
	position:relative;
	left: 0px;
	top: 0px;
	margin-right: auto;
	margin-left: auto;	
 }



.runningheader{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	color: #333333;
	text-decoration: none;
	float: left;
	height: auto;
	width: 100%;
	left: 0px;
	top: 0px;
	text-align: center;
	background-color: #CCCCCC;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	visibility: visible;
	position: relative;
	padding-top: 1px;
	padding-bottom: 1px;
}
.heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-style: normal;
	font-weight: 800;
	font-variant: normal;
	color: #FFFFFF;
	text-decoration: none;
	float: left;
	height: 35px;
	width: 402px;
	position: absolute;
	left: 180px;
	top: 0px;
	text-align: center;
	padding: 4px 3px 5px;
	background-color: #336633;
	z-index: 2;
	visibility: visible;
}
.windowheading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-style: normal;
	font-weight: 800;
	font-variant: normal;
	color: #FFFFFF;
	text-decoration: none;
	float: left;
	height: 35px;
	width: 402px;
	left: 0px;
	top: 14px;
	text-align: center;
	padding: 3px 3px 5px;
	background-color: #666666;
	z-index: 2;
	visibility: visible;
	margin-bottom: 20px;
}
.subheading {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #5AB85D;
	display: block;
	padding: 2px 3px 1px;
	height: 20px;
	width: 402px;
	left: 0px;
	position: relative;
	font-size: 14px;
}
.mainarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	color: #666666;
	text-decoration: none;
	float: left;
	height: 500px;
	width: 408px;
	position: absolute;
	left: 180px;
	top: 59px;
	z-index: 1;
	visibility: visible;
}
.largertext {
	font-size: 16px;
	font-weight: bold;
	color: #666666;
	line-height: 20px;
}
