A
{
	cursor: hand;
	color: purple;
	font-family: 'Bookman Old Style';
	background-color: aliceblue;
	text-decoration: underline;
}
A:link
{
	cursor: hand;
	color: purple;
	font-family: 'Bookman Old Style';
	text-decoration: underline;
}
A:visited
{
	cursor: hand;
	color: orchid;
	font-family: 'Bookman Old Style';
	text-decoration: underline;
}
BODY
{
	font-weight: normal;
	font-size: 12pt;
	vertical-align: baseline;
	cursor: default;
	color: darkblue;
	direction: ltr;
	line-height: normal;
	font-family: Tahoma;
	letter-spacing: normal;
	border-collapse: separate;
	background-color: aliceblue;
	text-align: left;
	font-variant: normal;
}
H1
{
	font-weight: bolder;
	font-size: large;
	vertical-align: baseline;
	text-transform: capitalize;
	color: darkblue;
	font-style: normal;
	font-family: Tahoma;
	background-color: aliceblue;
	text-align: center;
}
H2
{
	font-weight: bolder;
	font-size: medium;
	color: darkblue;
	font-style: normal;
	font-family: Tahoma;
	background-color: aliceblue;
	text-align: center;
}
H3
{
	font-weight: bolder;
	font-size: small;
	text-transform: capitalize;
	color: darkblue;
	font-style: normal;
	font-family: Tahoma;
	background-color: aliceblue;
	text-align: left;
}
H4
{
	font-weight: bolder;
	font-size: small;
	text-transform: capitalize;
	color: darkblue;
	font-style: normal;
	font-family: Tahoma;
	background-color: aliceblue;
	text-align: left;
}
TABLE
{
	border-right: #000099 solid;
	table-layout: auto;
	padding-right: 8px;
	border-top: #000099 solid;
	padding-left: 5px;
	padding-bottom: 15px;
	vertical-align: baseline;
	border-left: #000099 solid;
	color: darkblue;
	line-height: 16pt;
	padding-top: 15px;
	border-bottom: #000099 solid;
	font-family: Tahoma;
	position: static;
	border-collapse: separate;
	background-color: aliceblue;
	text-align: left;
}
TR
{
	border-right: #000099;
	border-top: #000099;
	border-left: #000099;
	color: darkblue;
	border-bottom: #000099;
	font-family: Tahoma;
	background-color: aliceblue;
}
TH
{
	border-bottom: #000099 thin solid;
}
TD
{
	border-bottom: #000099 thin solid;
}
