.text {
	font-family: Tahoma, Arial;
	font-size: 14px;
	color: #522a72;
}
.light {
	color: #70399c;
}
.dark {
	color: #3c1f54;
}
.small {
	font-size: 11px;
}
.large {
	font-size: 20px;
}
.huge {
	font-size: 30px;
}
.text a {
	color: #522a72;
	text-decoration: underline;
}
.text a:hover {
	color: #ee38e0;
	cursor: pointer;
}
#footer a:hover {
	color: #ffffff;
}
#footer p {
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	font-size: 18px;
	margin-top: 0px;
}
#footer p a {
	font-size: 14px;
	font-weight: normal;
	color: #ffffff;
}
#footer p a:hover {
	text-decoration: none;
}
h1 {
	font-weight: normal;
	font-size: 20px;
}
h1 span {
	font-weight: bold;
}
.left {
	float: left;
	clear: left;
	margin-right: 5px;
}
.right {
	float: right;
	clear: right;
	margin-left: 5px;
}
#navigation a {
	border-right: 1px solid #ffffff;
	padding-right: 15px;
	padding-left: 15px;
	display: block;
	float: left;
	text-decoration: none;
	color: #ffffff;
	line-height: 49px;
	vertical-align: middle;
}
#navigation a:hover {
	text-decoration: underline;
	background: #642e8c;
}
a#active_link {
	font-weight: bold;
}
.form_text {
	background-color: #F5F5F5;
	border: 1px solid #666666;
	color: #666666;
	padding: 6px;
	vertical-align: middle;
	margin-bottom: 2px;
	background: url(../../images/form_bg.jpg) top left no-repeat;
	background-color: #ffffff;
}
.button {
	color: #333333;;
	padding: 5px;
}
.button:hover {
	color: #FE6C01;
}
.text-size_small {
	font-size: 16px;
}
.text-size_large {
	font-size: 20px;
}