@charset "UTF-8";
/* CSS Document */

 * {
	padding: 0;
	margin: 0;
}
table {
	border-collapse: collapse;
	background: #0d5cab;
	margin-left: 20px;
	width:540px;
}
th, td {
	padding: 0.1em 1em;
	font-family: Verdana, Helvetica, Arial, Sans-Serif;
	font-size: 11px;
}
th {
	font-weight: normal;
	text-align: left;
}
col {
}
thead {
	background: #e51937 url() repeat-x left top;
	border-top: 1 px solid #a5a5a5;
}
tr {
	color: #fff;
}
tr:hover {
	background-color: #fff;
	color: #0d5cab;
}
thead tr:hover {
	background-color: transparent;
	color: inherent;
}
caption {
	display:none;
}
