BODY
{
    BACKGROUND-COLOR: white;
    COLOR: black;
    FONT-FAMILY: Arial;
	font-size: 8pt;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
	padding-left: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 0px
}
H1
{
    COLOR: navy;
    FONT-FAMILY: 'Times New Roman';
    FONT-SIZE: x-large;
    FONT-WEIGHT: bolder;
    TEXT-TRANSFORM: capitalize
}
H2
{
    COLOR: navy;
    FONT-FAMILY: 'Times New Roman';
    FONT-SIZE: large;
    FONT-WEIGHT: bolder;
    TEXT-TRANSFORM: capitalize
}
H3
{
    COLOR: navy;
    FONT-FAMILY: 'Times New Roman';
    FONT-SIZE: large;
    FONT-WEIGHT: lighter;
    TEXT-TRANSFORM: capitalize
}

A:LINK {
	color: blue;
	font-size: 9pt;
	font-family: Arial;
	text-decoration: none
}

A:VISITED {
	color: #FF8000;
	font-family: Arial;
	font-size: 9pt;
	text-decoration: none
}

A:HOVER {
	color: #FF8000;
	font-family: Arial;
	font-size: 9pt;
	text-decoration: none
}

.bodytext {
	color: black;
	font-family: Arial;
	font-size: 10pt
}

.smalltext {
	color: black;
	font-family: Arial;
	font-size: 8pt
}

.footertext {
	color: #006699;
	font-family: Arial;
	font-weight: bold;
	font-size: 10pt
}

TD {
	color: black;
	font-family: Arial;
	font-size: 9pt
}

TH {
	color: black;
	font-family: Arial;
	font-weight: bold;
	font-size: 9pt;
	background-color: silver
}