.blackBold {
	color : #000000;
	font-size : 10pt;
	font-family : sans-serif;
	font-weight : bold;
}
.blacksmall {
	color : #000000;
	font-size : 8pt;
	font-family : sans-serif;
}
td, table, body, p {
	color : #000000;
	font-size : 10pt;
	font-family : sans-serif;
}

a, a:active, a:link, a:visited {
	color : #990033;
	font-family : sans-serif;
	font-weight : bold;
	font-size : 10pt;
	text-decoration : none;
}
a:hover, a:focus {
	color : #990033;
	font-family : sans-serif;
	font-weight : bold;
	font-size : 10pt;
	text-decoration : underline;
}

a.small, a.small:active, a.small:link, a.small:visited {
	color : #990033;
	font-family : sans-serif;
	font-weight : bold;
	font-size : 8pt;
	text-decoration : none;
}
a.small:hover, a.small:focus {
	color : #990033;
	font-family : sans-serif;
	font-weight : bold;
	font-size : 8pt;
	text-decoration : none;
}

a.nav, a.nav:active, a.nav:focus, a.nav:link, a.nav:visited {
	color : #999999;
	font-family : sans-serif;
	font-weight : bold;
	font-size : 10pt;
	text-decoration : none;
}

.navFocus, a.nav:hover {
	color : #ffffff;
	font-family : sans-serif;
	font-weight : bold;
	font-size : 10pt;
	text-decoration : none;
}

.blackBoldLarge {
	color : #000000;
	font-family : sans-serif;
	font-size : 12pt;
	font-weight : bold;
}

.pagetitle {
	color : #990033;
	font-family : sans-serif;
	font-size : 12pt;
	font-weight : bold;
	font-style : italic;
}

.link{ color:#333; font-size: 10px; text-decoration: none; text-align:center; }


