.maintext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #003300;
}
.maintitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #00853E;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #006A32;
	background-color: #DEEFE6;
	padding: 3px;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #006A32;
}
.titles {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(images/css/title.gif);
	background-repeat: repeat;
}
.titles2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(images/css/bg2.gif);
	background-repeat: repeat;
}
.border {
	border: thin solid #00853E;
}
.border2 {
	border: thin dotted #999999;
}
.listtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #00853E;
	text-decoration: none;
}
