td {
	font-family: Arial;
	font-size: 9pt;
}
a:link {
	font-weight: bold;
	color: #84000F;
}
a:visited {
	font-weight: bold;
	color: #84000F;
}
a:hover {
	font-weight: bold;
	color: #660000;
	text-decoration: none;
}
.title {
	font-family: Arial;
	font-size: 12pt;
	font-weight: bold;
	color: #000000;
}

.title-red {
	font-family: Arial;
	font-size: 12pt;
	font-weight: bold;
	color: #84000F;
}

.bold {
	font-weight: bold;
	font-size: 10pt;
	color: #660000;
}
.footer {
	font-size: 8pt;
	color: #990000;
}
.border {
	border: 1px solid #990000;
}

.table-buttons a {
	display:block;
	color: #FFFFEA;
	background: #990000;
	line-height:20px;
	padding: 5px;
	text-decoration:none;
	text-align:center;
	border:#FFFFEA 1px solid;
}

.table-buttons a:hover {
	display:block;
	color: #FFFFEA;
	background: #660000;
	line-height:20px;
	padding: 5px;
	text-decoration:none;
	text-align:center;
	border:#FFFFEA 1px solid;
}

.table-buttons a:visited {
	display:block;
	color: #FFFFEA;
	background: #990000;
	line-height:20px;
	padding: 5px;
	text-decoration:none;
	text-align:center;
	border:#FFFFEA 1px solid;
}