/* CSS definition file containing site wide stylesheets */

.regtext {
	font-size: 12px;
 	color: rgb(0,0,0)
}

.italics {
	font-style: italic
}

UL {
	font-size: 12px
}

.pur_bold {
	color: rgb(85,31,122);
 	font-weight: bold
}

H1 {
	font-size: 16px;
 	color: rgb(194,42,48);
 	font-weight: bold
}

H2 {
	font-size: 13px;
 	color: rgb(194,42,48);
 	font-weight: bold;
 	text-align: left
}

P {
	font-size: 12px
}

H3 {
	font-size: 11px;
 	font-weight: bold
}

H4 {
	font-size: 12px;
 	color: rgb(85,31,122);
 	font-weight: bold
}

.Bold {
	font-weight: bold
}

.TextNavBar {
	font-size: 12px
}

.pur_bld_und {
	font-weight: bold;
 	text-decoration: underline
}