table {
	border:1px solid black;
	border-collapse: collapse;
    	font-family: Arial,Helvetica,sans-serif;
}

table td, table.table th {
	border:1px solid #aaa;
	padding: 10px 15px 10px 15px;
	vertical-align:top;
}

table thead tr th {
	vertical-align:top;
	text-align:center;
}

table.table tbody tr th {
	vertical-align:middle;
	text-align:right;
}

table th {
	background-color:#ccccff;
}

h1 {  font-family: Arial, Helvetica, sans-serif; font-size: 20pt; font-weight: bold; color: #0033FF}