@charset "UTF-8";
body		{ background: #FFFFFF; font-size:11px; font-family:Arial,sans-serif; color:#000000; vertical-align: top; }
a:link		{ color: #0000FF; text-decoration: underline; }
a:visited	{ color: #0000FF; text-decoration: underline; }
a:hover		{ color: #FF0000; text-decoration: underline; }

h1 {
	text-align: center;
	padding-top: 15px;
	padding-bottom:10px;
	clear: both;
}

h2 {
	text-align: center;
	clear:both;
	padding-bottom:10px;
}

h3 {
	background: #00c;
	color: white;
	padding: 5px;
	margin-bottom: 0px;
	margin-top:20px;
	font-size: 14px;
	text-align: center;
}

p {
	text-align: justify;
}

em, strong {
	text-transform: capitalize;
}

div.wrapper {
	margin-top: 40px;
	width: 728px;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #00c;
}

div.header {
	position: absolute;
	top: 20px;
	width: 728px;
	background: #00c;
	border: 1px solid #00c;
	margin-left: -1px;
}

div.content {
	padding: 0px 196px;
	margin-left: auto;
	margin-right: auto;
}

div.content2 {
	padding: 0px 16px;
	margin-left: auto;
	margin-right: auto;
}

div.content2 h2 {
	text-align: left;
	margin-bottom: 0;
}

div.ads {
	float: left;
}

span.other, span.other a, span.other a:link, span.other a:visited, span.other a:hover {
	color: #999;
}

span.copyright {
	color: #999;
	display: block;
	text-align: right;
}
span.copyright a, span.copyright a:link, span.copyright a:visited, span.copyright a:hover {
	color: #999;
}

li {
	padding-bottom: 15px;
}
