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

.background {
	background-color:#CCFFFF;
}	

.bodycopy {
	font-family: Arial, Helvetica, sans-serif;  
	font-size: 14px;	
	font-weight:normal;
}

.sm_copy_header {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 15px;
	color: #00456E;
}

.med_copy_header {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 19px;
	color: #00456E;
}

.lg_copy_header {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 24px;
	color: #00456E;
}

.red_bodycopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
    color: #FF0000;
}

.red_med_copy_header {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 19px;
	color: #FF0000;
}

.red_lg_copy_header {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 24px;
	color: #FF0000;
}
.red_sm_copy_header {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 15px;
	color: #FF0000;
}
.endor-txt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
}
.endor-name {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bold;
}

/*Make any permanent additions above this line*/
