﻿body 
{
	background-color: black;
	font-size: 10pt;
	/*font: 100%/1 Verdana, Arial, Helvetica, sans-serif;*/
	font-family: Verdana, Arial, 'Times New Roman';
	margin: 0px 0px 0px 0px;
	color: White;
	font-weight: normal;
}

h1
{
	font-size: 12pt;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 4px;
}

h2
{
	font-size: 12pt;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 4px;
}

h3
{
	font-size: 10pt;
	font-weight: normal;
	font-style: italic;
	margin-top: 0px;
	margin-bottom: 4px;
}

td
{
	font-size: 10pt;
	font-family: Verdana, Arial, 'Times New Roman';
	font-weight: normal;
}

p
{
	margin-top: 0px;
	margin-right: 20px;
	text-align: justify;
}

#menu div
{
	width:179px;
}

#menu div div
{
	padding: 5px 0px 5px 20px; 
	color: White;
}

#menu div div a
{
	color: White; 
	font-size: 10pt;
	text-decoration: none;	
}

a
{
	color: White; 
	font-size: 10pt;
}

a:visited
{
	color: white;
}

a:active
{
	color: #eeeeee;
}

a:hover
{
	color: #0099ee;
}

/* modal popup */
.modalBackground 
{
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalPopup 
{
	background-color:black;
	border-width:0px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
}

/* front panels */
.frontPanel
{
	height:410px; 
	width:600px; 
	background-color:Transparent;
	display: none;
}