A:link { color: #0B07AA }
A:visited { color: #0B07AA }
A:active { color: #FFFFFF}
A:hover { color: #D40106 }

 This stylesheet uses pt's for font sizing for demonstration purposes. However, the problem with pt's is that their size is fixed, which means it cannot be changed with a user's browser. They also are extremely small for some Mac's. When using this stylesheet, it is recommended that pt's be replaced with em's (or percentages). For example, 7.8pt on a PC is, roughly, the equivalent of .7em for PC's and .8 or .9 em for Mac's. 

#blankbg {background-image: url(images/spacer.gif); background-repeat: no-repeat}

td {font-family: arial, geneva, sans-serif; font-size: 7.8pt}

.white78 {font-family: arial, geneva, sans-serif; font-size: 10pt; color: #ffffff}
.white8 {
	font-family: arial, geneva, sans-serif;
	font-size: 12pt;
	color: #ffffff;
	font-weight: normal;
	letter-spacing: 1px;
	word-spacing: 1em;
	;
	background-position: center center;
	text-align: center;


}

.grey78 {
	font-family: arial, geneva, sans-serif;
	font-size: 10pt;
	color: #949494;
	text-align: justify;
}




.body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #006699;
}
.title {
	font-family: Geneva, Arial, Helvetica, san-serif;
	font-size: 12pt;
	font-weight: bolder;
	text-transform: uppercase;
	color: #006699;
}
.bodybold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #006699;
}
.page-break {
	page-break-after: always;
}
.page-break2 {
	page-break-before: always;
	page-break-after: auto;
}
li {
	font-family: Geneva, Arial, Helvetica, san-serif;
	font-size: 9pt;
	color: #006699;
	margin-bottom: 4px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;

}
.sub-head {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}
.bdr-bk-left {
	border: 1px solid #000000;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #000000;
}
.bdr-bk-top {
	border-top: 1px solid #000000;
}
.p-black {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #000000;
}
a:link {
	color: #003366;
	text-decoration: underline;
}
a:visited {
	color: #003366;
	text-decoration: underline;
}
a:hover {
	color: #DE8005;
	text-decoration: underline;
}
a:active {
	color: #DE8005;
	text-decoration: underline;
}
.p-caption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #333333;
	font-style: italic;
	line-height: 16px;
	text-align: center;
}
.tbl-inset {
	background-color: #D2EEB5;
	border: 1px solid #466F1A;
}

