@charset "utf-8";
/* CSS Document */

* {
	margin:0;
	padding:0;
}
img {
	border:0;
}

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	line-height:20px;
}
#container {
	width:583px;
	text-align:center;
	margin:15% auto 0;
}
h1 a {
	background:url(../images/logo.png) no-repeat;
	width:583px;
	height:222px;
	text-indent:-9999px;
	display:block;
}
.details {
	border-top:1px solid #ccc;
	padding:5px 0 0;
	font-weight:700;
	text-align:justify;
}
.title {
	color:#343896;
}
a {
	color:#000;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}