BODY {
	font-family: Tahoma, Verdana, Arial, Sans-Serif;
	font-size: 10pt;
}
P {
	font-size: 10pt;
}
TD {
	font-size: 10pt;
}
HR {
	color: silver;
}
UL {
	margin-left: 20px;
}
A {
	text-decoration: none;
}
A:hover {
	text-decoration: underline;
}
A:active {
	text-decoration: underline;
}
.Title1 {
	font-size: 16pt;
	color: navy;
	font-weight: bold;
}
.Title2 {
	font-size: 12pt;
	color: steelblue;
	font-weight: bold;
}
.Title3 {
	font-size: 10pt;
	color: black;
	font-weight: bold;
}
.Title4 {
	font-size: 10pt;
	color: black;
	font-style: italic;
}
.CopyRight {
	text-align: center;
	font-size: 8pt;
	color: gray;
}
.Caption {
	text-align: center;
	font-size: 8pt;
	color: gray;
}
.Small {
	font-size: 8pt;
}
.Error {
	color: red;
	font-weight: bold;
}
.Bold {
	font-weight: bold;
}
.Italic {
	font-style: italic;
}