@charset "utf-8";
td {
	font-family: "Arial";
	font-size: 12pt;
	color: #006600;
	background-color: #FFFFFF;
	width: 700px;
	background-position: right;
	border: thin solid #000000;	
}
img {
	border: medium double #000000;
}

.style1 {
	color: #993300;
	font-weight: bold;
	font-size: 18px;
}
.style3 {font-size: 14pt}
.style5 {
	font-size: 16px;
	font-weight: bold;
	color: #006600;
}
.style7 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #006600;
	font-weight: bold;
}
body {
	background-image: url(images/background2a_orange.jpg);
}
table {text-align: left; }
a:link {
	font-family: Arial, Helvetica, sans-serif;
	color: #000099;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	color: #000099;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	background-color: #0066FF;
	font-weight: bold;
}
a:active {
	color: #000099;
	text-decoration: none;
	font-weight: bold;
}