/* 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;
	color: #333333;
	font-size:14px;
}
.mods {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #333333;
	line-height:19px;
}

.subhead
{	
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: normal;
	color: #006666;
	line-height:23px;
}

.Title {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bold;
	line-height:27px;
	color: #006666;
}

.Title-sm{
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: bold;
	line-height:23px;
	color: #006666;
}

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

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

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

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

}

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