.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small;
	color: #999999;
}
.body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #666666;
}
.title1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #669933;
	font-style: normal;
}
.title2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #006633;
	font-style: normal;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	font-weight: bold;
}
.link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	background-color: #CCFF99;
	display: block;
	color: #333333;
	padding: 2px;
}
.link:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	background-color: #669933;
	display: block;
	color: #333333;
	padding: 2px;
}
.link-title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: #333333;
	font-style: normal;
	font-weight: bold;
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #669933;
	border-right-color: #669933;
	border-bottom-color: #669933;
	border-left-color: #669933;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
}
