.text {
	font-family: Tahoma, Verdana;
	font-size: 16px;
	color: #333333;
	letter-spacing: 1px;
	line-height: 22px;
}
.text a {
	color: #333333;
	text-decoration: underline;
}
.text a:hover {
	color: #96ff00;
}
.blue, .blue a, a.blue {
	color: #3c3b89;
}
.white {
	color: #ffffff;
}
.white a {
	color: #ffffff;
}
.green, a.green, .green a {
	color: #96ff00;
}
.small {
	font-size: 12px;
}
.large {
	font-size: 22px;
}
.huge {
	font-size: 32px;
}


#bar.white {
	font-size: 20px;
}
#bar .error_box {
	font-size: 12px;
	color: #333333;
}
#bar .error_box a {
	font-size: 12px;
	color: #333333;
}
#bar span.green {
	font-size: 28px;
}
#bar span.small {
	font-size: 14px;
}




.error_box a:hover {
	text-decoration: none;
	color: #333333;
}



h1.text {
	margin: 0px;
	margin-bottom: 10px;
	font-size: 22px;
}
h2.text {
	margin: 0px;
	margin-bottom: 20px;
	font-size: 20px;
}
#text_area li {
	margin: 0px;
	padding: 0px;
	/*line-height: 5px;*/
}
#pagination.blue a {
	text-decoration: none;
}
#pagination.blue span#active_page {
	border: 1px solid #96ff00;
	padding: 7px;
	background: url(../../images/title_bg.jpg) bottom repeat-x;
	color: #ffffff;
	line-height: 20px;
}
#pagination.blue span#direction {
	font-size: 12px;
}


.form_text { ;
	border: 1px solid #666666;
	color: #666666;
	padding: 6px;
	font-size: 16px;
	vertical-align: middle;
	margin-bottom: 2px;
	background: url(../../images/form_bg.jpg) top left no-repeat;
	background-color: #ffffff;
	margin-left: 5px;
}
#form_holder a {
	display: block;
	text-align: left;
	background: url(../../images/title_bg.jpg) bottom repeat-x;
	color: #ffffff;
	padding: 5px;
	text-decoration: none;
	margin-top: 5px;
	cursor: pointer;
}
.button {
	color: #333333;;
	padding: 5px;
	vertical-align: bottom;
}
.button:hover {
	color: #FE6C01;
}
.selector {
	font-size: 14px;
	margin-left: 10px;
}
.select_all {
	margin-top: 15px;
}
#navigation a {
	display: block;
	float: left;
	padding: 10px;
	border-right: 1px solid #96ff00;
	text-decoration: none;
	/*background: url(../../images/intro_bg.png);*/
}
#navigation a:hover {
	text-decoration: underline;
	background: none;
}
a#contact_link {
	border: 0px;
}
#login a {
	text-decoration: none;
}
#login a:hover {
	text-decoration: underline;
}