/* ---- Ultimate Stylesheet ---- */

/* Default Style */
BODY {
 color: 000000;
 font-size: 9pt;
 font-family: verdana, helvetica, arial, san-serif;
}

TD {
 color: 000000;
 font-size: 9pt;
 font-family: verdana, helvetica, arial, san-serif;
}

P {
 color: 000000;
 font-size: 9pt;
 font-family: verdana, helvetica, arial, san-serif;
}

/* Link Style */
A:link {
 text-decoration: underline;
 color: 0000AA;
 font-weight: bold;
 font-family: verdana, helvetica, arial, san-serif;
 }
A:active {
 text-decoration: underline;
 color: 0000FF;
 font-weight: bold;
 font-family: verdana, helvetica, arial, san-serif;
 }
A:visited {
 text-decoration: underline;
 color: 0000AA;
 font-weight: bold;
 font-family: verdana, helvetica, arial, san-serif;
 }

/* custom link styles */
/* For when we want to own people */
a.hidden:link		{ text-decoration:none; color:black }
a.hidden:visited	{ text-decoration:none; color:black }
a.hidden:hover		{ text-decoration:none; color:black }
a.hidden:active		{ text-decoration:none; color:black }

/* Custom classes */
.sidebar {
 font-size: 9pt;
}
.sectionHeader {
 color: 000066;
 font-size: 10pt;
 font-weight: bold;
}
.tableHeader {
 color: 000066;
 font-size: 9pt;
 font-weight: bold;
}
