@charset "UTF-8";
/* CSS Document */

body {
	background-image: url(../images/tile_bkgd.jpg);
	background-position: center;
	margin: 0px;
	padding: 0px;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #EEE;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #EEE;
	text-align: center;
	margin-bottom: 5px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #DDD;
}
h3 a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #DDD;
	text-decoration: none;
}
h3 a:hover {
	text-decoration: underline;
	color: #A00;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #BBB;
	line-height: 16px;
}
h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFF;
	text-align: center;
	font-weight: normal;
	margin-bottom: 5px;
}
h5 a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #B00;
	text-align: center;
	font-weight: normal;
	margin-bottom: 5px;
	text-decoration: underline;
}

