body {
	font-family: Verdana, Arial, Times New Roman;
	background-color: #0060BF;
	background-image:  url("bg.gif");
	text-align: left;
	margin: 8px;
	color: #000000;
}

table {
	border-color: #000000;
	border-style: solid;
	background-color: #FF9900;
	font-size: 8pt;
	border-width: 1px;
	border-collapse: collapse;
}

table.noborder {
	border-width: 0px;
}

A:link {
	TEXT-DECORATION: none;
	COLOR: #0060BF;
}

A:visited {
	COLOR: #0060BF;
	TEXT-DECORATION: none;
}

a:active {
	color: #FF8000;
	text-decoration: underline;
}

a:hover {
	color: #FF8000;
	text-decoration: underline;
}

A:link.OnOrange {
	TEXT-DECORATION: none;
	COLOR: #0060BF;
}

A:visited.OnOrange {
	COLOR: #0060BF;
	TEXT-DECORATION: none;
}

a:active.OnOrange {
	color: #000000;
	text-decoration: underline;
}

a:hover.OnOrange {
	color: #000000;
	text-decoration: underline;
}

h1 {
	font-size: 14pt;
}

h2 {
	font-size: 13pt;
}

h3 {
	font-size: 12pt;
}

h4 {
	font-size: 11pt;
}

h5 {
	font-size: 10pt;
}

h6 {
	font-size: 9pt;
}

small {
	font-size: 7pt;
}

big {
	font-size: 9pt;
}

hr {
	border-color: #0060BF;
	border-style: solid;
	background-color: #0060BF;
}