/* CSS Document */
.text_white_bold {
	color: #FFFFFF; 
	font-weight: bold; 
}
.body_text {
	font-family:  "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
	color: #333333;
}

.body_text A:link {
	text-decoration:none;
	color:#0b1344;
	font-weight: bold;
}
.body_text A:visited {
	text-decoration:none;
	color:#0b1344;
	font-weight: bold;
}
.body_text A:hover {
	text-decoration:none;
	color:#ffffff;
	background-color:#0b1344;
	font-weight: bold;
}
.body_text A:active {
	text-decoration:none;
	color:#ffffff;
	background-color:#0b1344;
	font-weight: bold;
}



H1 {
	font-family:  "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 36px;
	line-height: 40px;
	font-weight: bold;
	color: #333333;
}
body {
	background-color: #F7EEDA;
}

.body_text_blue {
	font-family:  "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #054DCF;
	font-weight: bold;
}
.body_text_green {

	font-family:  "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #2F5646;
	font-weight: normal;
}
.body_text_green_header {


	font-family:  "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 19px;
	color: #2F5646;
	font-weight: bolder;
}
.body_text_green_header A:link {
	color: #2F5646;
	text-decoration:none;
}
.body_text_green_header A:visited {
	color: #2F5646;
	text-decoration:none;
}
.body_text_green_header A:hover {
	color: #000000;
	text-decoration:none;
}
.body_text_green_header A:active {
	color: #000000;
	text-decoration:none;
}



.body_text_white {

	font-family:  "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 17px;
	color: #FFFFFF;
	font-weight: bold;
}
.body_text_white_header {


	font-family:  "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #FFFFFF;
	font-weight: bold;
}

.body_text_white_sm {


	font-family:  "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 17px;
	color: #FFFFFF;
	font-weight: normal;
}
.body_text_standard_header_sm {
	font-family:  "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
	color: #2F5646;
	font-weight: bolder;
}
