body, form, table
{
	margin-left: 0;
	margin-top: 0;
}
body
{
	font-family: Arial;
	font-size: 10px;
}
a
{
	text-decoration: none;
	color: black;
}
a:hover
{
	color: #003366;
}
a.red
{
	text-decoration: underline;
	color: red;
}
a.red:hover
{
	text-decoration: underline;
	color: #003366;
}
table
{
	border-width: 0px;
	border-style: none;
}
td, input, select
{
	font-family: Arial;
	font-size: 10px;
}
td.textRed
{
    FONT-WEIGHT: normal;
    FONT-SIZE: 10px;
    TEXT-TRANSFORM: none;
    COLOR: #990000;
    FONT-STYLE: normal;
    FONT-FAMILY: Arial, helvetica, sans-serif;
    FONT-VARIANT: normal;
    TEXT-DECORATION: none
}
span.textRed
{
	FONT-WEIGHT: normal;
    FONT-SIZE: 10px;
    TEXT-TRANSFORM: none;
    COLOR: #990000;
    FONT-STYLE: normal;
    FONT-FAMILY: Arial, helvetica, sans-serif;
    FONT-VARIANT: normal;
    TEXT-DECORATION: none
}

td.header
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 12px;
}

.class1 a:link { color: #0000ff; text-decoration: underline }
.class1 a:active { color: #0000FF; text-decoration: none }
.class1 a:visited { color: #0000FF; text-decoration: none }
.class1 a:hover { color: #0000FF; text-decoration: underline }
.class1 A {text-decoration:underline }