BODY
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
P
{
	COLOR: black;
	font-size: 12px;

}
TD
{
	COLOR: black;
	font-size: 12px;

}
LI
{
	COLOR: black;
	font-size: 12px;
}
H1
{
    COLOR: navy;
    FONT-SIZE: 28px
}
H2
{
    COLOR: #9c0000;
    FONT-SIZE: 23px
}
H3
{
    COLOR: #669900;
    FONT-SIZE: 16px;
    FONT-WEIGHT: bold
}
H4
{
	COLOR: navy;
	FONT-SIZE: 13px;
	FONT-WEIGHT: 525;
}
H5
{
	COLOR: #333366;
	FONT-SIZE: 10px
}
H6
{
	COLOR: #9c0000;
	FONT-WEIGHT: bold;
	FONT-SIZE: 12px
}
SPAN
{
	COLOR: #333366;
}
A
{
    COLOR: #333366;
    FONT-WEIGHT: bold;
    TEXT-DECORATION: none
}
A:hover
{
	COLOR: #9c0000;
}
A:active
{
	COLOR: #333366
}
input
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border-style: solid;
	border-width: 1;
	margin-left: 3
}
input.submit
{
	font-weight: bold;
}
.noborder
{
	border-style: none;
}
.small
{
	FONT-SIZE: 10px;
}
.required
{
	COLOR: #FF0000;
}
.outline
{
	border-color: navy;
	border-style: solid;
	border-width: thin;
}
.section
{
	font-weight: bold;
	color: white;
	background-color: black;
}
