@charset "utf-8";
h1.tbl {
	font-family: Arial;
	font-size: 1em;
	font-style: normal;
	font-weight: normal;
}
tr.alt {
	font-family: Arial;
	font-size: 1em;
	font-style: normal;
	font-weight: normal;
	background-color:#E1EBEC;
}
td {
	font-family: Arial;
	font-size: 1em;
	font-style: normal;
	font-weight: normal;
}
th {
	font-family: Arial;
	font-size: 1em;
	font-style: normal;
	font-weight: bold;
}
p {
	font-family: Arial;
	font-size: 1em;
	font-weight: normal;
}
.odd {
 background-color: #ddd;
}
.even {
 background-color: #fff;
}
a {
	text-decoration:none;
}
img {
	border:0;
}

