@charset "UTF-8";
/* CSS Document */

table 
{ 
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11pt;
    color:  #000000;
}

a.nav
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: normal;
	color: #004890;
	text-decoration: none;
}

a:hover.nav
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: normal;
	color: #000000;
	text-decoration: underline;
}

h2
{ 
    font-size: 12pt;
    font-weight: bold
}