/* Records CSS */

h2.records {
	border-top: solid 2px;
}

h3.records {

}

table.records {
	margin-left: 1in;
	background-color: #F0F0FF;
	border-collapse: collapse;
}

table.records th {
	border: solid 3px;
}

table.records th.col1 {
	width: 3in;
}

table.records th.col2 {
	width: 1.5in;
	text-align: center;
}

table.records th.col3 {
	width: 2in;
}

table.records th.col4 {
	width: 1.5in;
}

table.records th.col5 {
	width: 1.5in;
}

table.records td {
	border: solid 1px;
	text-align: center;
}

table.records td.col1 {
	width: 2in;
	text-align: right;
}

table.records td.col2 {
	width: 1in;
}

table.records td.col3 {
	width: 1in;
}

table.records td.col4 {
	width: 1in;
}
