.standard_text {
	font-family: Arial, helvetica, sans-serif;
	color: #ffffff;
	font-size: 15px;
}

.header_text {
	font-family: Arial, helvetica, sans-serif;
	color: #BBD1E8;
	font-size: 26px;
	font-weight: bold;
}

.sub_header_text {
	font-family: Arial, helvetica, sans-serif;
	/*color: #BBD1E8;*/
	color: #032F61;
	font-size: 17px;
	font-weight: bold;
}

.list_link {
	font-family: Arial, helvetica, sans-serif;
	color: #BBD1E8;
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
}

.list_link:hover {
	font-family: Arial, helvetica, sans-serif;
	color: #032F61;
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
}

.section_link {
	font-family: Arial, helvetica, sans-serif;
	color: #BBD1E8;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
}
.section_link:hover {
	font-family: Arial, helvetica, sans-serif;
	color: #032F61;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
}

.tiny_text {
	font-family: Arial, helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #ffffff;
	text-decoration: none;
}

.email_text {
	font-family: Arial, helvetica, sans-serif;
	color: #BBD1E8;
	font-size: 17px;
	font-weight: bold;
	text-decoration: underline;
}
.email_text:hover {
	font-family: Arial, helvetica, sans-serif;
	color: #032F61;
	font-size: 17px;
	font-weight: bold;
	text-decoration: underline;
}
.admin_text {
	font-family: Arial, helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000;
	text-decoration: none;
}
a {
	text-decoration: none;
	color: #fff;
}
a:link {
	text-decoration: none;
	color: #fff;
}
a:visited {
	text-decoration: none;
	color: #fff;
}
a:hover {
	text-decoration: none;
	font-weight: bold;
	color: #fff;
}
a:active {
	text-decoration: none;	
	color: #fff;
}

