table.black_border_table, table.black_border_table td, table.black_border_table th {
	border: 1px solid #000;
}
table.blue_border_table, table.blue_border_table td, table.blue_border_table th {
	border: 1px solid #3dbce9;
}
td.blue_cell {
	background-color: #3dbce9;
	color: #FFF;
}
tr.blue_row {
	background-color: #3dbce9;
	color: #FFF;
}
tr.blue_row td, tr.blue_row th{
	color: #FFF;
}
