
body { color: black; font-size: 10pt; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular }
p { color: black; font-size: 10pt; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular }
td { color: black; font-size: 10pt; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular }
a  { color: red; font-weight: 500; font-size: 10pt; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; text-decoration: none }
a:hover   { font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; text-decoration: underline }
.whitelink  { color: white; font-size: 10pt; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; font-weight: bold; line-height: 14pt; text-decoration: none }
.head1 { color: red; font-weight: bold; font-size: 12pt }
.head2 { color: red; font-weight: bold; font-size: 10pt }
.head3  { color: black; font-weight: bold; font-size: 12pt }
.underline { text-decoration: underline }
.smalltext { font-weight: 300; font-size: 8pt; text-decoration: none }
h4 { color: red; font-size: 14px }
.smallNavlinks  { font-size: 12px; font-weight: bold }

.pullquote {
	// width: 20%;
	// float:right;
	// font-size:125%;
	// line-height:140%;
	width: 90%;
	font-size:110%;
	line-height:125%;
	margin:10px;
	background: url(../images/closequote.gif) no-repeat bottom right !important;
	background /**/:url(); /* removing quote graphic in IE5+ */
	padding:0px 25px 5px 0px;
}

.pullquote:first-letter {
	background: url(../images/openquote.gif) no-repeat left top !important;
	padding:5px 2px 10px 35px!important;
	padding /**/:0px; 	/* resetting padding in IE5+ */
	background /**/: url(); /* removing quote graphic in IE5+ */
}