/* bold - Netscape doesn't terminate inline styles */
.bold  {
	font-weight : bold;
}
 
P.breakhere {page-break-before: always}

/* page headers */
H2  {
	color : #333399;
	font-size : 13pt;
	font-weight : bold;
	letter-spacing : 0.25em;
}
H3  {
	color : #333399;
	font-size : 10pt;
	font-weight : bold;
	letter-spacing : 0.15em;
}

/* main copy */
BODY  {
	color : #4C4C4C;
	font-style : normal;
	font-weight : normal;
	font-size : 13px;
	font-family : Verdana, Geneva, Arial, sans-serif;
}

IMG {
	margin: 1em;
}

/* table cells:  had to put this in since the body text doesn't reach inside
table cells on Netscape */
TD  {
	color : #4C4C4C;
	font-style : normal;
	font-weight : normal;
	font-size : 11px;
	font-family : Verdana, Geneva, Arial, sans-serif;
}



/* main text */
.maintext  {
	color : #4C4C4C;
	font-style : normal;
	font-weight : normal;
	font-size : 13px;
	font-family : Trebuchet MS,Verdana, Geneva, Arial, sans-serif;
}

.pt10 {  font-size: 10px}
.pt11 {  font-size: 11px}
.pt12 {  font-size: 12px}
.pt13 {  font-size: 13px}
.pt14 {  font-size: 14px}
.pt16 {  font-size: 16px}
.pt18 {  font-size: 18px}
.pt20 {  font-size: 20px}
.pt22 {  font-size: 22px}
.pt26 {  font-size: 26px}
.pt32 {  font-size: 32px}


.homepage {  line-height: 16px; font-family: "Trebuchet MS", Verdana, Arial, Geneva; font-size: 13px}
a:link {  text-decoration: underline; color: #0059B3}
/* a:hover {  text-decoration: underline} */
a:visited {  color: #0059B3; text-decoration: underline}

.notew {color : #ffffff; font-size : 7px}
