


















































































































































































































































































































































































































































































































html, body, form 
{ 
    height: 100%; 
    margin: 0px; 
    padding: 0px; 
} 
#page 
{ 
    height: 100%; 
    width: 100%; 
    background-color: black;	
}
#maintable
{
	width: 100%;
	height: 100%;
	border: 0px;
	padding: 0px;
	border-spacing: 0px 0px;
}
#maintd
{
	vertical-align: bottom;
	color: white;
	font-family: System;
	font-size: 24px;
}
#bottomtable
{
	width: 100%;
	height: 200px;
	border: 0px;
	padding: 0px;
	border-spacing: 16px 16px;
}
#bottomtdl
{
	width: 50%;
	background-color: rgb(243, 243, 243);
	color: rgb(102, 102, 102);
	padding: 20px;
	font-family: Tahoma;
	font-size: 11px;
}
#bottomtdr
{
	width: 50%;
	background-color: rgb(243, 243, 243);
	color: rgb(102, 102, 102);
	padding: 20px;
	font-family: Tahoma;
	font-size: 11px;
	text-align: right;
}
#bottomtdcont
{
	width: 100%;
	background-color: rgb(245, 245, 245);
	color: rgb(102, 102, 102);
	padding: 20px;
	font-family: Tahoma;
	font-size: 11px;
}
#bottomtdsh
{
	width: 100%;
	background-color: rgb(240, 240, 240);
	color: rgb(102, 102, 102);
	padding: 10px;
	font-family: Tahoma;
	font-size: 100px;
	text-align: center;
}
#bottomtdcpr
{
	width: 100%;
	background-color: rgb(250, 250, 250);
	color: rgb(102, 102, 102);
	padding: 2px;
}
#cpyrdiv
{
	color: silver;
	font-family: Tahoma;
	font-size: 9px;
	text-align: right;
}