@charset "ISO-8859-1";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	background-color: #999999;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
}
.style1 {
	font-size: 16px;
	font-weight: bold;
}
.style2 {
	font-size: 14px;
	font-weight: normal;
}
.style3 {font-size: 9px}
.style4 {font-size: 10px}
.style5 {
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.style7 {font-size: 36px; font-family: Arial, Helvetica, sans-serif; }
a:link {
	color: #0066CC;
}
a:visited {
	color: #0033CC;
}
table { margin: 1em; border-collapse: collapse; }
td, th { padding: .3em; border: 1px #ccc solid; height: 50px;  }
thead { background: #5d5b5e; }
tbody { background: #9cf; }