/* CSS definition file containing site wide stylesheets */

.LargerText {
	font-family: Arial, Helvetica, Geneva, Sans-serif;
 	font-size: 14px;
 	font-weight: normal;
 	font-style: normal
}

.SectionTitle {
	font-family: Arial,  Helvetica,  Geneva,  Sans-serif;
 	font-size: 16px;
 	color: rgb(0,153,255);
 	font-weight: bold;
 	text-align: center
}

.TableHeaders {
	font-family: Arial, Helvetica, Geneva, Sans-serif;
 	font-size: 14px;
 	color: rgb(0,102,255);
 	font-weight: bold;
 	text-align: center
}

.Cellinfo {
	font-family: Arial,  Helvetica,  Geneva,  Sans-serif;
 	font-size: 12px;
 	color: rgb(0,0,0);
 	font-weight: normal;
 	font-style: normal;
 	text-align: center
}

.TextObject {
	color: rgb(0,0,0)
}