BODY {
		font-family: Arial;
		font-size: 10pt;
		font-weight: light;
		font-style: none;
		color: #00008B;
		background: #FFFFF0;
		text-transform: none;
		text-decoration: none;
		margin-top: 5;
		margin-bottom: 5;
		margin-left: 10;
		margin-right: 20;

}

A:LINK {
		color: #0000FF;
}

A:VISITED {
		color: #FF0000;
}

A:ACTIVE {
		color: #FF8080;
}

B {
		font-family: Arial;
		font-weight: bold;
		color: #FFFF00;
}

BIG {
		font-family: Arial;
		font-size: 11pt;
		font-weight: bold;
		font-style: none;
		color: #008000;
}

STRONG {
		font-family: Arial;
		font-size: 10pt;
		font-weight: bold;
		font-style: normal;
		color: #FF0000;
		background: #FFFF00;
}

EM {
		font-family: Arial;
		font-size: 10pt;
		font-weight: bold;
		font-style: none;
		color: #008000;
}

SMALL {
		font-family: Arial;
		font-size: 8pt;
		font-weight: light;
		font-style: none;
		color: #008000;
		text-align: center;
		position: center;
}

H4 {
		font-family: Arial;
		font-weight: bold;
		color: #000080;
}

TT {
		font-family: Courier New;
		font-size: 12pt;
		font-weight: light;
		font-style: normal;
		color: #000000;
}