@charset "utf-8";
/* CSS Document */
body,td,th {
	font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
	text-align: left;
	padding: 5px;
}
th {
	color: #003;
	background-color: #FC6;
}
td {
	background-color: #FFC;
}
body {
	background: url(images/page_bg.jpg) fixed center top;
}
#wrap {
	width: 800px;
	margin: 0 auto;
	background: #FFF url(images/rounded_top.jpg) top center no-repeat;
	text-align: center;
	opacity: 0.7;
	filter: alpha(opacity=70);
}
h1 {
	text-align: center;
	color:#036;
}
h2 {
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #333;
}
h3 {
	color: #003;
	margin-left: 40px;
	padding-left: 20px;
	padding-bottom: 1px;
	background: url(images/bullet.gif) left no-repeat;
	text-align: left;
}
p {
	text-align: justify;
	margin-left: 40px;
	margin-right: 40px;
	color: #666;
}
p.note {
	color: #666;
	font-size: 11px;
	margin-left: 40px;
}
.form {
	border: medium solid #FC6;
}
#footer p {
	margin: 0 auto;
	text-align: center;
}