@charset "utf-8";
/* CSS Document */

body {
	background-color: #ffffff;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color:#666666;
}	

p {
	margin-top: 20px;
	text-align: center;
	line-height:150%;
}

p.h1 {
	font-size: 14px;
	font-weight: bold;
	margin-top: 20px;
	text-align: center;
	line-height:150%;
}

img {
	border: 0px;
}

a {
	color: #003399;
	text-decoration:underline;
}

a:hover {
	color: #003399;
	text-decoration:none;
}

#container {
	width:530px;
	height:200px;
	position:absolute;
	top:50%;
	margin-top:-100px;
	left:50%;
	margin-left:-265px;
}

div.content {
	position:relative;
	margin-top:10px;
}

br.cleaner {
	clear:both;
}
