/* CSS Document */
/* Sortable tables */
table.sortable a.sortheader
{
	color:#009933;
    font-weight: bold;
	font-family:Arial, Helvetica, sans-serif;
    text-decoration: none;
    display: block;
	text-align:left;
}
table.sortable span.sortarrow
{
    color: #009933;
    text-decoration: none;
}
body, BODY, html, HTML, td, TD
{
	font-family:Arial, Helvetica, sans-serif;
	color:#009933;
	font-size:10pt;
}
body, BODY, html, HTML
{
	background:#FFFFFF url(../artwork/bkgd_y.gif);
}
a:link
{
	color: #009933;
	font-size:10pt;
}
a:hover
{
	color: #0000FF;
	font-size:10pt;
}

a:visited
{
	color: #009933;
	font-size:10pt;
}
a:active
{
	color: #0000FF;
	font-size:10pt;
}

