body
{
	font:11px arial;
	margin:0;
	padding:0; 
	background-color:#000000;
	color:#333;
}

a:link {COLOR: navy; text-decoration: none}
a:visited {COLOR: navy; text-decoration: none}
a:active {COLOR: firebrick; text-decoration: none}
a:hover {COLOR: firebrick; text-decoration: none}



table.background 
{
	margin:0px 0px 0px 0px;
	background-color:#FFFFFF;
	height:100%;
	width:100%;
}

div.top2 
{
	margin:0px 0px 0px 0px;
	background-color:#FFFFFF;
	height:50%;
}

div.bottom2 
{
	margin:0px 0px 0px 0px;
	background-color:#CC3333;
	height:50%;
}

table.top 
{
	margin:0px 0px 0px 0px;
	background-color:#FFFFFF;
	height:100%;
	width:100%;
}

table.bottom 
{
	margin:0px 0px 0px 0px;
	background-color:#CC3333;
	height:100%;
	width:100%;
}

td.border 
{
	border-right:solid;
	border-color:#333;
	border-width:1px;
	height:100%px;
}

td.border2 
{
	border-right:DOTTED;
	border-left:DOTTED;
	border-color:#333;
	border-width:1px;
	height:100%px;
}

td.border3 
{
	border-top:DOTTED;
	border-bottom:DOTTED;
	border-color:#333;
	border-width:1px;
	height:100%px;
}

td.border4 
{
	border-right:DOTTED;
	border-left:DOTTED;
	border-top:DOTTED;
	border-bottom:DOTTED;
	border-color:#333;
	border-width:1px;
	height:100%px;
}


.textbox{
	border: black; 
	border-style: Solid; 
	color: black;
	border-top-width: 1px; 
	border-right-width: 1px; 
	border-bottom-width: 1px; 
	border-left-width: 1px; 
        font-size : 11px;
	font-weight: none; 
	background: white;
	font-family: Arial, Helvetica, sans-serif;
	width: 200px;
}
.Button{
	border: #7f9db9; 
	border-style: Solid; 
	color: Black;
	border-top-width: 1px; 
	border-right-width: 1px; 
	border-bottom-width: 1px; 
	border-left-width: 1px; 
        font-size : 12px;
	font-weight: none; 
	background: white;
	font-family: Verdana;
}

