html, body
{
    border: none;
	margin: 0;
	padding: 0;
}
html, body, div, td, th, li, a, p
{
    font-family: Verdana, Arial;
	font-size: 12px;
}
div, p
{
	font-size: 12px;
	margin: 0;
}
#footer
{
	color: #A0B0C0;
    font-size: 10px;
    line-height: 28px;
}
#footer a:link, #footer a:active, #footer a:visited, #footer a:hover
{
    font-size: 10px;
	color: #A0B0C0;
    text-decoration: none;
}
#footer a:hover
{
    text-decoration: underline;
}
.main_content ul, .main_content ol
{
	display: block;
    margin-left: 30px;
    margin-top: 0;
    margin-bottom: 0;
    page-break-before: avoid;
}
.main_content ul li
{
	list-style: disc outsize;
}
.main_content ol li
{
	list-style: decimal outside;
}
.sitemap, .sitemap ul
{
	margin-left: 10px;
	list-style-type: disc;
    list-style-image: none;
    list-style-position: outside;
}
.sitemap a:link, .sitemap a:active, .sitemap a:visited, .sitemap a:hover
{
	color: #3B66D1;
	text-decoration: none;
}
.sitemap a:hover
{
	text-decoration: underline;
}
#maincontent p
{
  line-height: 120%;
	margin-top: 8px;
	margin-bottom: 8px;
}
#maincontent ul { 
   list-style-type: disc; 
   list-style-position: outside; 
}
#maincontent ol { 
   list-style-type: decimal; 
   list-style-position: outside; 
}
#maincontent ul li { 
	 margin-bottom: 8px; 
}
#maincontent blockquote {
  font-family: Georgia, serif;
  font-size: 18px;
  font-style: italic;
  margin: 0.25em 0;
  padding: 0.25em 150px;
  line-height: 1.45;
  position: relative;
  color: #383838;
}
blockquote:before {
  display: block;
  content: "\201C";
  font-size: 80px;
  position: absolute;
  left: 100px;
  top: -20px;
  color: #7a7a7a;
}