body {
	margin-top: 0px;
	margin-bottom: 0px;
	height: 100%;
	font-family: "Times New Roman", Times, serif;
	font-size: 10pt;
}
.Main {
	width: 780px;
	height: 100%;
	border: 0px;
	padding: 0px;
	margin: 0px;
}
.Navigation_Header {
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	font-weight: bold;
	color: #000000;
}
.Navigation_Link {
	font-family: "Times New Roman", Times, serif;
	font-size: 10pt;
	color: #000000;
}
.Navigation_SubLink {
	font-family: "Times New Roman", Times, serif;
	font-size: 10pt;
	font-weight: bold;
	color: #1f8bd1;
	text-decoration: none;
}
.Heading {
	font-family: "Times New Roman", Times, serif;
	font-size: 14pt;
	color: #1f8bd1;
	font-weight: bold;
}
.Heading_Slightly_Smaller {
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	color: #1f8bd1;
	font-weight: bold;
}
.Contact_Footer {
	font-family: "Times New Roman", Times, serif;
	font-size: 8pt;
	color: #999999;
}
.error {
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	color: #660000;
	text-decoration: none;
}
.NumericText 
{
	text-align: right;
}
p {
	font-family: "Times New Roman", Times, serif;
	font-size: 10pt;
	color: #000000;
	text-decoration: none;
}
a {
	color: #1f8bd1;
	text-decoration: none;
}
a:hover 
{
	text-decoration: underline;
}