body {
	background: url(images/base.jpg);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-repeat: repeat;
	font-size: 14px;
	line-height: 22px;
	color: #000000;
}
.white {
	font-size: 14px;
	line-height: 22px;
	color: #FFFFFF;
}
.12pt {
	font-size: 12px;
	line-height: 20px;
	color: #2C88A3;
}
.small_white {
	font-size: 12px;
	line-height: 20px;
	color: #FFFFFF;
}
.middle {
	font-size: 18px;
	font-weight: bold;
}


a:link {
	color: #00FF66;
	text-decoration: none;
}
a:visited {
	color: #00FF66;
	text-decoration: none;
}
a:hover {
	color: #006633;
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
