.border {
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #B56AB2;
	border-right-color: #B56AB2;
	border-bottom-color: #B56AB2;
	border-left-color: #B56AB2;
}
.body_title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	text-transform: uppercase;
}
	
.class_title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	text-align:center;
	color: #333333;
	text-transform: uppercase;
	align: center;
	
	}
.body_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-align: justify;
}
.signup {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	text-align: center;
}
.foot_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	line-height: 18px;
	text-transform: uppercase;
}
a:link {
	text-decoration: underline;
	color: 094b9f;
}

a:visited {
	text-decoration: underline;
	color: 094b9f;
}

a:hover {
	text-decoration: none;
	color: 094b9f;
}

a:active {
	color: #FF0000;
}
#footer a:link {
	color: #333333;
	text-decoration: none;
}
#footer a:visited {
	color: #333333;
	text-decoration: none;
}
#footer a:hover {
	color: #660066;
	text-decoration: none;
}
#footer a:active {color: #FFFFFF;} 
