body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	margin: 0px;
	padding: 0px;
	background-color: #E1E1E1;
}

.menu {
	font-weight: bolder;
}

a:link {
	color: #007646;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	color: #007646;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
a:active {
	color: #CCCCCC;
	text-decoration: none;
	font-weight: bold;
}
.pagetable {
	border-right-style: solid;
	border-left-style: solid;
	border-right-width: thin;
	border-left-width: thin;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
}

.headertable {
	border-bottom-width: medium;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #3A6666;
	border-right-width: thin;
	border-left-width: thin;
}
.footertable {
	border-top-style: solid;
	border-top-width: medium;
	border-top-color: #3A6666;
}


.px14 {
	font-size: 14px
}
.caption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8px;
	color: #897F7D;
}

.blue1 {
	color: #006666
}
.black {
	color: #000000
}

