/* CSS Document */
a:link
{
	color: #FFFFFF; 
}
a:visited
{
	color: #FFFFFF; 
} 
a:active 
{
	color: #FFFFFF;
}
	
a img {border: none; }
	
body
{
	font-family: Arial, Helvetica, Impact;
	font-size: 12pt;
	background-color: black;
	color: #FFFFFF;
	margin: 1px;
}

.bar1
{
    background-color:#333333;
}

.bar2
{
    background-color:#222222;
}

.bar3
{
    background-color:#111111;
}

.arrows
{
	color: #222222; 
	font-weight: bold; 
	font-size: 12pt; 
	font-family: Helvetica; 
	padding-top: 10pt;
}

.message
{
    color: #FF0000;
    font-size: 18pt; 
}

.screwit
{
    font-size: 14pt; 
}

.description
{
	margin-bottom: 4pt;
}

.tiny
{
	font-size: 10;
}

.small
{
	font-size: 10pt;
}

.dark
{
    color: #999999;
	font-size: 8pt;
	text-decoration: none;
}

.semidark
{
    color: #999999;
	font-size: 10pt;
	text-decoration: none;
}

a.big
{
	font-size: 18pt;
}

a.copyleft
{
    color: #999999;
	font-size: 10pt;
	text-decoration: none;
}

a.darklink
{
    color: #999999;
	font-size: 10pt;
}

a.darklink:visited
{
	color: #999999; 
}

a.darklink:active 
{
	color: #999999;
}

h1 a:link, h1 a:visited , h1 a:active 
{
	text-decoration:none;
}

h2 a:link, h2 a:visited , h2 a:active 
{
	text-decoration:none;
}

h2 a:hover 
{
	text-decoration:underline;
}

h1, h2, h3, h4, h5, h6
{

	font-style: normal;
	font-weight: normal;
    background-position: top left;
    padding: 0em;
}
h1
{
	font-size: 30pt;
    border-bottom: solid .1em #FFFFFF;
    margin-bottom: 3pt;
}
h2
{
	font-size: 12pt;
    font-weight: bold;
	font-style: strong;
	margin-bottom: 3pt;
}
h3
{
	font-size: 10pt;
	line-height: 10pt;
    font-weight: bold;
	margin-bottom: 0pt;
	margin-top: 8pt;
	text-align: left
}
h4
{
	font-size: 12pt;
	line-height: 10pt;
	border-bottom: solid 1px #FFFFFF;
	font-weight: bold;
	margin-bottom: 8pt;
}