body {
	background: #fff;
	margin: 0;
	padding: 0;
	font-family: Tahoma, Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 10pt;
}
h1 {
	color: #008;
	text-align: center;
	font-size: 2.5em;
	clear: both;
}
h2 {
	color: #a00;
	text-align: center;
	clear: both;
}
h3 {
	background: #080;
	color: #fff;
	text-align: center;
	border: 1px solid #aaa;
}
a {
	color: #080;
	text-decoration: none;
}
a:hover {
	color: #00a;
}
blockquote {
	border: 1px solid #8f8;
	padding: 5px;
	clear: both;
	background: #fffafa;
}
p {
	margin: .5em 0;
	padding: 0;
	text-align: justify;
}
form {
	text-align: center;
}
input {
	border: 1px solid #ccf;
	background: #eef !important;
	margin: 1px;
	padding: 1px;
	text-align: center;
}
input.button {
	background: #ccc !important;
	border: 1px outset #ccf;
}
#b {
	margin: 0 auto;
	padding: 0;
	width: 770px;
	background: url(bg.gif) top center repeat-y;
}
#b2 {
	background: url(topbg.gif) top center no-repeat;
}
#b3 {
	background: url(botbg.gif) bottom center no-repeat;
	padding: 25px 50px;
}
