@charset "utf-8";
/* CSS Document */

table, th, td {
	text-align: center;
	font-family: Arial, Calibri;
	border: 1px solid #458EC9;
    border-collapse: collapse;
}

strong {
	color: dodgerblue;
}

#row1 {
	background-color: steelblue;
	color: white;
}

#row2 {
	background-color: cornflowerblue;
	color: white;
}

.bluerow {
	background-color: lightsteelblue;
}

td {
	padding: 5px;
}

.txtcolor {
	color: rgba(0,0,0,1.00)
}