body {
	margin: 0 auto;
	padding: 0;
	color: #369;
	background: white url(../images/bgwhitegrid.gif) 0 0 repeat;
	font: 10pt arial, tahoma, sans-serif;
	line-height: 150%;
}
a,
a.link,
a.alink,
a.vlink {
	color: #06c;
	text-decoration: none;
}
a:hover {
	color: #c36;
	text-decoration: underline;
}
a.btn1 {
	color: #06c;
	background: #def;
	text-decoration: none;
	padding: 2px 10px;
	border-top: 1px solid #DDD;
	border-right: 1px solid #06c;
	border-bottom: 1px solid #06c;
	border-left: 1px solid #DDD;
}
a.btn1:hover {
	color: #c36;
	background: #fde;
	text-decoration: none;
	padding: 2px 10px;
	border-top: 1px solid #DDD;
	border-right: 1px solid #06c;
	border-bottom: 1px solid #06c;
	border-left: 1px solid #DDD;
}
h1 {
	color: #c36;
	text-align: center;
	font: bold italic 26pt "times new roman", times, serif;
	width: 100%;
	margin: 25px 0 0 0;
	padding: 0 5px;
	border-bottom: 3px double #c36;
}
h2 {
	color: #c36;
	text-align: left;
	font: italic 20pt "times new roman", times, serif;
}
h3 {
	color: #369;
	text-align: left;
	font: italic 16pt "times new roman", times, serif;
}
.center {
	text-align: center;
}
#wrapper {
	position: relative;
	width: 700px;
	height: 600px;
	margin: 0 auto;
	padding: 0;
}
#blu {
	width: 700px;
	margin: 50px auto;
	padding: 0;
	text-align: center;
}
#blu img {
	border: 1px solid #06c;
}


