/* CSS Document */
a
{
	font-style: normal;
	color: #FFFFFF;	
}
	
body
{
	font-family: Arial, Helvetica, Impact;
	font-size: 12pt;
	background-color: black;
	color: #FFFFFF;
	margin: 1px;
}

div.article
{
	font-size: 12pt;
	margin-top: 5px;
	margin-bottom: 20px;
	color: #DDDDDD;
	padding-left: 10px;
}

.semidark
{
    color: #999999;
	font-size: 10pt;
	text-decoration: none;
}

div.dark
{
    color: #444444;
	font-size: 10pt;
	text-decoration: none;
	font-style: italic;
}
a.menulink
{
	font-style: normal;
	font-weight: bold;
	font-size: 12pt;
}

a.sop
{
    color: #999999;
}

div.menu
{
	padding-left: 30px;
	border-bottom: 1px #444444 solid;
}

h1, h2, h3, h4, h5, h6
{
	font-style: normal;
	font-weight: normal;
    background-position: top left;
    padding: 0em;

}
h1
{
	font-family: Impact, Arial;
	padding-left: 10px;
	font-size: 40pt;
    border-bottom: solid 2px #FFFFFF;
    margin-bottom: 3px;
    margin-top: 10px;
	color: #FFFFFF;
}
h2
{
	font-size: 18pt;
    font-weight: bold;
	font-style: strong;
	margin-bottom: 2px;
	margin-top: 0px;
	color: #FFFFFF;
}
h3
{
	font-size: 12pt;
    font-weight: 600;
	font-style: italic;
	margin-bottom: 2px;
	color: #FFFFFF;
}
h4
{
	font-size: 12pt;
    font-weight: 600;
	margin-bottom: 2px;
	color: #FFFFFF;
    border-top: solid 1px #999999;
}
