a#pdf_link {
	font: bold 14pt Arial,Sans-Serif;
	color: #cc0000;
}
a#pdf_link:hover {
	color: #000000;
	text-decoration: none;
}

.float_left {
	float: left;
	padding: 5px;
	margin: 2px;
	font: normal 12pt Arial,Sans-Serif;
	width: 250px;
}
h1 {
	font: bold 18pt Arial,Sans-Serif;
	color: #bb0000;
	margin: 0px;
	padding: 0px;
}

.float_right {
	float: right;
	padding: 5px;
	margin: 2px;
	font: normal 12pt Arial,Sans-Serif;
	width: 400px;
}
.float_right a {
	color: #ffffff;
	font-weight: bold;
}
.float_right a:hover {
	text-decoration: none;
}

.red_bg {
	background-color: #aa0000;
	color: #ffffff;
}
.red_bg h1 {
	color: #ffffff;
}

table {
	width: 100%;
}
table.auto {
	width: auto;
}
table th, td {
	font: normal 10pt Arial,Sans-Serif;
	padding: 3px 5px 3px 5px;
}

table td {
	text-align: center;
}

table td.bold {
	font-weight: bold;
	font-size: 12pt;
}


table th {
	font-weight: normal;
	text-align: left;
}
table th ul {
	margin: 0px 0px 0px 5px;
	padding: 0px 0px 0px 10px;
}
table th.right {
	text-align: right;
}
