body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #006600;
}
body {
	margin: 0px;
}
a:link {
	text-decoration: none;
	color: #006600;
}
a:visited {
	text-decoration: none;
	color: #006600;
}
a:active {
	text-decoration: none;
	color: #006600;
}
a:hover {
	text-decoration: underline;
	color: #990000;
}
.imageBack {
	background-image: url(../images/background.jpg);
	background-repeat: repeat-x;
}
.headStyle {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #006600;
	width: 135px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
	padding-right: 5px;
}
.cellStyle {
	padding-top: 2px;
	padding-bottom: 2px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #006600;
	text-align: center;
}
.headContent {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #006600;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
	padding-right: 5px;
	text-align: center;
}
.pageContent {
	font-size: 12px;
	font-weight: normal;
	text-align: left;
}
.leadContent {
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}
.linkContent {
	text-align: center;
}
