/* Start of Text Styles */

/*normal black text*/
.blacktext { color: black; font-size: 12px; line-height: 16px; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular }
/*really small blacktext*/
.reallysmallblacktext{ color: #030; font-size: 10px; line-height: 12px; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; padding-top: 4px; padding-bottom: 4px; top: 6px; height: 6px }
/* big red text */
.bigredtext { color: #900; font-weight: bold; font-size: 16px; line-height: 18px; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; margin-top: 24px }
/*small blue text*/
.smallbluetext { color: blue; font-size: 12px; line-height: 15px; font-family: "Trebuchet MS", Arial, Helvetica, Geneva, Swiss, SunSans-Regular }
/* really nice light brown sort of mono cursive */
.quote { color: #c60; font-style: italic; font-size: 16px; line-height: 18px; font-family: "Times New Roman", Georgia, Times }
/*redish brown like the span*/
.schedule { color: #900; font-size: 13px; line-height: 17px; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular }
/*small maroon text */
.scripture { color: #900; font-style: italic; font-size: 11px; line-height: 14px; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular }
/*small black text */
.blackscripture { color: #000000; font-style: italic; font-size: 11px; line-height: 14px; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular }
/*green text */
.text { color: #030; font-size: 12px; line-height: 16px; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular }
/*bold navy text */
.textpacesetters { color: #009; font-size: 12px; line-height: 16px; font-family: "Trebuchet MS", Arial, Helvetica, Geneva, Swiss, SunSans-Regular }

.GreenText 
{
	FONT-SIZE: 11px; 
	COLOR: #006600; 
	FONT-FAMILY: Verdana
}
.SmallGreenText 
{
	FONT-SIZE: 10px; 
	COLOR: green; 
	FONT-FAMILY: Verdana
}

/* End of Text Styles */