body {
	font-family: Arial, Helvetica, sans-serif
}

.table {
		border:1px solid #000000;
	}
	
.tabletop {
		border-top:1px solid #000000;
	}
	
.tablebottom {
		border-bottom:1px solid #000000;
	}
	
.tabletopbottom {
		border-top:1px solid #000000;
		border-bottom:1px solid #000000;
	}		

td {
	font-family: Arial, Helvetica, sans-serif;
}

th {
	font-family: Arial, Helvetica, sans-serif;
}

a {
  text-decoration: none;
  color: #ED1D25;
}

a:hover {
  color:#ED1D25;
  text-decoration: underline;
}