body{
	padding:15px;
	margin:0;
	background:#fff;
	font-family:Helvetica, Arial, sans-serif;
	color:#444444;
}

h1{
	letter-spacing:-2px;
	color:#CC0000;
}

h2,h3 {
	letter-spacing:-1px;
}

a {
	color:#CC0000;
}

p {
	line-height: 1.3em;
}

table {
	background-color: #F6FAFC;
	border-bottom: 1px solid #D0E6EC;
	border-left: 2px solid #D0E6EC;
	border-right: 2px solid #D0E6EC;
	border-top: 2px solid #D0E6EC;
	color: #4C5456;
	width: 100%;
	border-collapse: collapse;
}

table caption {
	color: #333;
	margin: 0 0 15px;
	text-align: left;
}

table th {
	background-color: #DDEDF1;
	border-bottom: 2px solid #D0E6EC;
	text-align: left;
}

table td {
	border-bottom: 1px solid #D0E6EC;
	line-height: 1.3em;
	margin: 0;
	padding: 0;
}

table tr:hover td {
	background-color: #FFECF6;
}

table a:hover {
	text-decoration: none;
}

table a {
	display: block;
	padding: 3px;
	text-decoration: none;
}
