
.dark_text {
	font-family : "Times New Roman", Times, serif;
	font-size : 10pt;
	color : #241a16;
}
.dark_text_lg {
	font-family : "Times New Roman", Times, serif;
	font-size : 11pt;
	color : #241a16;
}
.light_text {
	font-family : "Times New Roman", Times, serif;
	font-size : 9pt;
	color : #787068;
}
.light_text_lg {
	font-family : "Times New Roman", Times, serif;
	font-size : 11pt;
	color : #787068;
}

.very_light_text {
	font-family : "Times New Roman", Times, serif;
	font-size : 9pt;
	color : #efece8;
	text-decoration: none;
}
.red_text {
	font-family : "Times New Roman", Times, serif;
	font-size : 10pt;
	color : #9e0b0e;
}
.red_caps {
	font-family : "Times New Roman", Times, serif;
	font-size : 11pt;
	color : #9e0b0e;
	font-variant: small-caps;
	font-weight: bold;
}

input {
	font-family : "Times New Roman", Times, serif;
	font-size : 8pt;
	color : #241a16;
	
}