/* CSS definition file containing site wide stylesheets */

.white_text {
	font-family: "Times New Roman",  Times,  Serif;
 	font-size: 16px;
 	color: rgb(255,255,255);
 	font-weight: normal;
 	font-style: normal
}

.black_email {
	font-family: Arial,  Helvetica,  Geneva,  Sans-serif;
 	font-size: 12px;
 	color: rgb(0,0,0);
 	font-weight: normal;
 	font-style: normal;
 	text-decoration: underline
}

.Bullets-dark {
	font-family: Arial,  Helvetica,  Geneva,  Sans-serif;
 	font-size: 12px;
 	color: rgb(0,0,0);
 	font-weight: normal;
 	font-style: normal;
 	list-style-type: disc
}

.white_link_16 {
	font-family: Arial, Helvetica, Geneva, Sans-serif;
 	font-size: 14px;
 	color: rgb(255,255,255);
 	font-weight: normal;
 	font-style: normal;
 	text-decoration: underline
}
