html,body {
	height:100%;
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.body_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.body_text_md {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:bold;
	color: #000000;
}
.body_text_lg {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight:bold;
	color: #000000;
}
.bodyHeader_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
	font-weight: bold;
	color: #066aa6;
}


.body_text_sm {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #066aa6;
}
.body_text_sm a {
	text-decoration:underline;
}
.body_txt_tiny {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height:1.1;
	color: #066aa6;
}
.body_txt_tiny a {
	text-decoration:underline;
}


.footer_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #555555;
}

a {
	text-decoration:underline;
	color: #066aa6;
}
a:hover{
	text-decoration:underline;
	color: #066aa6;
}

.image_border{
	border: #f0e78d 1px solid;
}