P  {
	text-indent : 10;
}

H1  {}

H2  {}

H3  {}

A  {
	text-decoration : none;
	color : Blue;
}

A:Visited  {
	color : Blue;
}

A:Active  {}

A:Hover  {
	color : Red;
}

BODY  {
	font-family : Arial;
	font-size : 11pt;
}

.button1  {
	border-style : outset;
	border-color : Gray;
	background-color : Gray;
	color : White;
	font-weight : bold;
	font-family : Arial;
	font-size : 12pt;
	text-align : center;
	border-width : medium;
}

.white  {
	color : White;
}

.standard  {
	font-size : 10pt;
	font-family : Arial;
}

.sidebar  {
	font-family : Arial;
	margin-left : 30;
	font-size : 9pt;
}

.uline  {
	text-decoration : underline;
}

.tiny  {
	font-size : 3pt;
}

