body {
	font-size:	small;
	color:		#333;
	background-color: #fff;
	text-align:	center;
}

h1 {
	font-size:	small;
	font-weight:	normal;
	padding:	0;
	margin:		20px 20px 0 0;
	text-align:	right;
}
h1 a:link,
h1 a:visited {
	color:		#333;
	text-decoration: none;
}
h1 a:hover,
h1 a:active {
	color:		#00f;
	text-decoration: underline;
}

h2 {
	font-size:	small;
	padding:	10px;
	margin:		40px 0 0 0;
}
h2 a {
	display:	block;
	padding:	0;
	margin:		auto;
	width:		338px;
	height:		77px;
}
h2 a:link,
h2 a:visited {
	border:		1px solid #888;
}
h2 a:hover,
h2 a:active {
	border:		1px solid #00f;
}

.logo {
	padding:	0;
	margin:		0;
	border:		none;
}


a:link {
	text-decoration: underline;
	color:		#00f;
}
a:visited {
	text-decoration: underline;
	color:		#00f;
}
a:active {
	text-decoration: underline;
}
a:hover {
	text-decoration: underline;
	color:		#00f;
}

hr {
	border:		1px solid #ccc;
	height:		1px;
}


.description {
	font-size:	small;
	padding:	0;
	margin:		40px 0 0 0;
	line-height:	2.0em;
}


address {
	font-size:	small;
	padding:	0;
	margin:		40px 0 0 0;
}
address a:link,
address a:visited {
	color:		#333;
	text-decoration: none;
}
address a:hover,
address a:active {
	color:		#00f;
	text-decoration: underline;
}


.valid {
	margin:		40px 20px 0 0;
	text-align:	right;
}
.valid img {
	width:		88px;
	height:		31px;
	border:		none;
}


.links {
	font-size:	x-small;
	padding:	0;
	margin:		0 25px 0 0;
	text-align:	right;
}
