body {
	margin: 0;
	padding: 0;
	background-image: url('back.gif');
}
#wrp {
	position: relative;
	margin: auto;
	padding: 10px;
	width: 960px;
	border-width: 0 2px;
	border-style: solid;
	border-color: #ccc;
	background-color: #fff;
	text-align: center;
	font-family: arial;
	font-size: 13px;
	color: #333;
}
a:link, a:visited {
	color: #CF2632;
	text-decoration: none;
	border-bottom-width: 0;
}
a:hover, a:active {
	color: #CF2632;
	text-decoration: none;
	border-bottom: 2px solid #333;
}
table {
	width: 100%;
	line-height: 140%;
	font-weight: bold;
}
td {
	text-align: left;
	vertical-align: top;
/*	padding: 5px; */
}
th {
	text-align: left;
	font-size: 18px;
}
h1 {
	font-family: verdana, sans-serif;
	color: #cf2632;
	font-size: 26px;
	padding: 0;
	margin: 10px 0 15px;
	letter-spacing: -2px;
}
h2 {
	font-family: verdana, sans-serif;
	color: #333;
	font-size: 21px;
	letter-spacing: -1px;
	margin: 10px 0 5px;
}
