/* CSS Document */
body
{
	font-family: Arial, Helvetica;
	font-size: 10pt;
	color: #EEEEEE;
	margin: 1px;
	background-color: #000000;
	background-image: url(bug.jpg);
	background-repeat: no-repeat;
	background-position: -5% 70%;
	background-attachment: fixed;
}

a img 
{
	border: none; 
	-ms-interpolation-mode:bicubic;
}

img 
{
	border: none; 
	-ms-interpolation-mode:bicubic;
}

.headerline
{
border-bottom: solid 2pt #BBBBBB;
}

a:link, a:visited, a:active 
{
	color: #DDDDDD; 
    font-size: 10pt;
	text-decoration:none;
}
a:hover
{
	text-decoration:underline;
}
a.arrows:link
{
	text-decoration:none;
	font-size: 60pt;
	color: #CCCCCC;
}

a.arrows:visited 
{
	text-decoration:none;
	font-size: 60pt;
	color: #666666;
}

a.arrows:active 
{
	text-decoration:none;
	font-size: 60pt;
	color: #666666;
} 

a.menu:link, a.menu:visited, a.menu:active
{
	font-size: 16pt;
    text-decoration:none;
	font-style: normal;
	font-weight: normal;
	color: #EEEEEE; 
}

a.menu:visited
{
	color: #AAAAAA;
} 
a.menu:active 
{
	color: #AAAAAA;
}
a.menu:hover 
{
    text-decoration:underline;
}	
.small
{
	font-size: 10pt;
	color: #DDDDDD;
	margin-right: 14pt;
	margin-bottom: 6pt;
    margin-top: 6pt;
}

.smalltight
{
	font-size: 10pt;
	color: #DDDDDD;
	margin-right: 14pt;
}

.dark
{
    color: #999999;
	font-size: 8pt;
}

.citation
{
    color: #666666;
	font-size: 8pt;
}

.citation a
{
    color: #666666;
	font-size: 8pt;
}

.tocitem
{
    margin-left: 5%;
    margin-top: 3px;
	padding: 3px;
    width: 70%;
    border-bottom: solid 1px #111111;
    color: #999999;
	font-size: 8pt;
}

.space
{
	margin-top: 4pt;
}

.message
{
    color: #FF0000;
    font-size: 18pt; 
}

a.buttons
{
	font-size: 12pt;
}

a.bold
{
    font-weight: bold;
	font-size: 11pt;
}

h1, h2, h3, h4, h5, h6
{
	font-style: normal;
	font-weight: normal;
    padding: 0em;

}

h1 a:link, h1 a:visited , h1 a:active 
{
	text-decoration:none;
    font-size: 20pt;
}

h1
{
    margin: 0px;
}
h2
{
	font-size: 14pt;
    margin: 2px;
}
h3
{
	font-size: 14pt;
	line-height: 14pt;
	margin-bottom: 3pt;
	margin-top: 8pt;
	padding-bottom: 0pt;
	border-bottom: solid 1pt #CCCCCC;
	white-space: nowrap;
}
h4
{
	font-size: 10pt;
    color: #666666;
	line-height: 14pt;
	margin-bottom: 3pt;
	margin-top: 8pt;
	padding-bottom: 0pt;
	border-bottom: solid 1pt #CCCCCC;
}
