/* CSS Document */

body
{
	margin:0;
	padding:0;
	font-family: "Times New Roman", Times, serif;
	font-size:14px;
	color:#333333;
	line-height:19px;
}

#pagecontainer
{
	margin-left:auto;
	margin-right:auto;
	margin-top:15px;
	margin-bottom:10px;
	width:870px;
}

.body {
}

.header
{
	color: #333366;
	font-weight: bold;
	font-size:17px;
	line-height:20px;
}

.result-headline
{
	font-size:23px;
	font-weight:300;
	color:#353e91;
	line-height:28px;
}

.mods {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	line-height:19px;
}

a{
	font-family: "Times New Roman", Times, serif;
	color: #333366;
	text-decoration: none;
}

a:hover {
	font-family: "Times New Roman", Times, serif;
	color: #333366;
	text-decoration: underline;
}

.title
{
	font-size:21px;
	font-weight:normal;
	color:333366;
	margin-bottom:8px;
	letter-spacing:1px;
}

h2
{
	font-size:17px;
	font-weight:normal;
	color:333366;
	padding-bottom:8px;
}

#copyright
{
	text-align:center;
	font-size:11px;
	color:#333;
	margin-bottom:15px;
	line-height:18px;
}

