/* CSS Document */
body {
	font-family: arial;
	font-size: 14px;
	background: #e8e8e8 url('images/background.gif');
}
td {
	font-family: arial;
	font-size: 14px;
}
h1 {
	font-family: Arial, Helvetica, 'sans serif';
	font-size: 42px;
	font-weight: bold;
	text-align: center;
	letter-spacing: -1.3px;
	margin: 5px 0;
	color: #C20909;
}
h2 {
	font-family: Arial, Helvetica, 'sans serif';
	font-size: 22px;
	font-weight: normal;
	font-style: italic;
	text-align: center;
	text-decoration: underline;
	letter-spacing: -1.3px;
	margin: 5px 0;
}
td.content {
	padding: 0 25px;
}
hr {
	border: 0;
	border-top: 1px solid #cacaca;
}