body, td
{
	font-family: Arial, Helvetica, Sans-serif;
	font-size: 10pt;
    color: black;
}

.mediumfont
{
	font-size: 12pt;
}

.header
{
	font-weight: bold;
}

.smallfont
{
	font-size: 8pt;
}

.bigfont
{
	font-size: 14pt;
	font-weight: bold;
}

.message
{
   color: green;
   font-weight: bold;
   font-size: 9pt;
}

.error
{
   color: red;
   font-weight: normal;
   font-size: 8pt;
}

.headercellwithborderbelow
{
	border-bottom-color: Gray;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

.bordertable
{
	border-color: Gray;
	border-style: solid;
	border-width: 1px;
}

.blackline
{
    color: black;
}

A.graylink:link { color: gray; text-decoration: none;}
A.graylink:hover { color: gray;  text-decoration: underline;}
A.graylink:visited { color: gray;  text-decoration: none;}

A.blacklink:link { color: black; text-decoration: none;}
A.blacklink:hover { color: black;  text-decoration: underline;}
A.blacklink:visited { color: black;  text-decoration: none;}

A.footer:link { color: darkgray; text-decoration: none;}
A.footer:hover { color: darkgray;  text-decoration: underline;}
A.footer:visited { color: darkgray;  text-decoration: none;}

A.smallgraylink:link { font-size: 8pt; color: gray; text-decoration: none;}
A.smallgraylink:hover { font-size: 8pt;color: gray;  text-decoration: underline;}
A.smallgraylink:visited { font-size: 8pt;color: gray;  text-decoration: none;}
