﻿html {
	background-color: black;
}

body {
	background-color: black;
	color:white;
}

#custom-doc {
	margin:auto;text-align:left; /* leave unchanged */
	width:59.77em;/* non-IE */
	*width:57.30em;/* IE */
	padding-top:1em;
}


.maintextnormal,.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:small;
}
	
.maintextsectionheading {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-style:italic;
	color:gray;
	font-size:x-small;
}
	
.underline {
	border-style: none none solid none;
	border-color: #9B9B9B;
	border-width: 1px;
}

.rightline {
	border-style: none solid none none;
	border-color: #9B9B9B;
	border-width: 1px;
}

.leftline {
	border-style: none none none solid;
	border-color: #9B9B9B;
	border-width: 1px;
}

.leftpadding
{
	padding-left: 1.5em;
}

.rightpadding
{
	padding-right: 1.5em;
}

.bottompadding
{
	padding-bottom: 2em;
}


.toppadding
{
	padding-top: 2em;
}


a:link, a.nounderline {
	color: #a3a3a3;
}
a:visited, a.nounderline {
	color: #a3a3a3;
}

a.nounderline
{
	text-decoration:none;	
}

.center
{
margin-left:auto;margin-right:auto;

}

.footer
{
	text-align:center;
}

.align-right { float:right; margin: 0 0 15px 15px; }

ul.nobullet{
list-style-type: none;
padding: 0;
margin-left: 0;
}

li.nobullet
{
	list-style-type: none;
	list-style-position: inherit;
}

