/* CSS definition file containing site wide stylesheets */

.TextObject {
	font-family: Arial,  Helvetica,  Geneva,  Sans-serif;
 	font-size: 10pt;
 	color: rgb(48,22,14);
 	font-weight: normal;
 	font-style: normal
}

H1 {
	font-family: Arial,  Helvetica,  Geneva,  Sans-serif;
 	font-size: 16px;
 	text-transform: uppercase;
 	color: rgb(93,93,93);
 	line-height: 1pt;
 	text-align: center;
 	margin-top: 10pt;
 	margin-bottom: 10px
}

H2 {
	font-family: Arial,  Helvetica,  Geneva,  Sans-serif;
 	font-size: 12px;
 	color: rgb(20,71,98);
 	text-align: center;
 	margin-bottom: 10px
}

.TextNavBar {
	font-family: Arial, Helvetica, Geneva, Sans-serif;
 	font-size: 10pt;
 	font-weight: normal;
 	font-style: normal
}