@charset "utf-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
	background-repeat: repeat-x;
}
.header_text {
	color: #010066;
	font-size: 24px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	line-height: 24px;
}

.header_text_white {
	color: #d6dbdf;
	font-size: 24px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	line-height: 24px;
}

.body_text_big {
	color: #4c4c4c;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	line-height: 22px;
}

.body_text {
	color: #4c4c4c;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	line-height: 22px;
}

.body_text_white {
	color: #FFFFFF;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	line-height: 22px;
}


.read_more {
	color: #010066;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: bold;
}

.footer_links{
	color: #666666;
	font-size: 11px;
	font-family: Tahoma, Arial;
	text-decoration: none;
}

