BODY {
		font-family: sans-serif;
		font-size: 9pt;
		font-weight: light;
		background: #FFFFFF;
}

A:ACTIVE {
		font-family: sans-serif;
		font-size: 9pt;
		color: #008000;
}

A:VISITED {
		font-family: sans-serif;
		font-size: 9pt;
		color: #FF0000;
}

A:LINK {
		font-family: sans-serif;
		font-size: 9pt;
		color: #0000FF;
}

H1 {
		font-family: sans-serif;
		font-size: 10pt;
		text-transform: uppercase;
		text-align: center;
}

H2 {
		font-family: sans-serif;
		font-size: 10pt;
		font-weight: bold;
		text-decoration: underline;
		text-align: center;
}

H3 {
		font-family: sans-serif;
		font-size: 10pt;
		font-weight: bold;
		font-style: italic;
}

H4 {
		font-family: sans-serif;
		font-size: 9pt;
		font-style: italic;
		text-decoration: underline;
}

HR {
		text-align: center;
		position: relative;
}

P {
		font-family: sans-serif;
		font-size: 9pt;
		text-align: left;
}

TD {
		font-family: sans-serif;
		font-size: 9pt;
		font-weight: medium;
}
UL {
		font-family: sans-serif;
		font-size: 9pt;
}
LI  {
		font-family: sans-serif;
		font-size: 9pt;

}