.red {
	font-size: 15px;
	font-weight: bold;
	color: #CC6633;
}

.text {
	font-size: 13px;
	color: #333333;
	text-decoration: none;
	font-weight: normal;
	line-height: 23px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.b_text {
	color: #83A323;
	font-size: 13px;
	font-weight: bold;
}

.footer_info {
	font-size: 12px;
	color: #990000;
	line-height: 17px;
	font-family: Arial, Helvetica, sans-serif;
}
.blue{
	font-size: 13px;
	font-weight: bold;
	color: #333399;
	line-height: 20px;
}
.black {
	font-size: 15px;
	color: #333333;
}
.back {
	background-color: eaf4cc;
	background-image: url(images/back.jpg);
	background-repeat: no-repeat;
}

a:link {
	font-size: 13px;
	color: #0e8369;
	text-decoration: underline;
	font-weight: normal;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	line-height: 23px;
}
a:visited {
	font-size: 13px;
	font-weight: bold;
	color: #0e8369;
	text-decoration: underline;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	line-height: 23px;
}
a:hover {
	font-size: 13px;
	font-weight: bold;
	color: #12AB89;
	text-decoration: underline;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	line-height: 23px;
}
a:active {
	font-size: 13px;
	font-weight: bold;
	color: 0e8369;
	text-decoration: none;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	line-height: 23px;
}
.white {
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
}

