/* CSS Document */

body
{
	margin:0;
	padding:0;
}

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

.body {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	color: #333333;
}
.mods {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #333333;
	line-height:19px;
}
a:link {
	font-family: "Times New Roman", Times, serif;
	color: #003366;
	text-decoration: none;
	font-weight: bold;

}
a:visited {
	font-family: "Times New Roman", Times, serif;
	color: #003366;
	text-decoration: none;
	font-weight: bold;

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

}
a:active {
	font-family: "Times New Roman", Times, serif;
	color: #003366;
	text-decoration: none;
	font-weight: bold;

}

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