   html, body, #wrapper {
      margin: 0;
      padding: 0;
      border: none;
      background-color: Black; 
		font-family: verdana, arial, helvetica, sans-serif;
		height:100%;
		
   }
   #wrapper {
		height:100%;
		text-align: center;
      margin: 0 auto;
      text-align: left;
      vertical-align: middle;
      width: 400px;
   }




	
table, td, tr, a, input, select, textarea, span, div { font-family:verdana;}

table.norm  { color: White; font-size:12px; font-weight: normal;}
table.bold  { color: White; font-size:12px; font-weight: bold;}
table.cent { 
	height: 50pc;  
	border: dashed 3;  
	color: #EE82EE;   
	}


span.norm { color: #White; font-size:12px; font-weight: normal}

tr.norm { color: White; font-size:12px; font-weight: normal}

td.norm { color: White; font-size:12px; font-weight: normal;  text-align: justify; }



a.go { color: #AFEEEE; font-size:12px; font-weight: bold; }
a.go:link { color: #AFEEEE; text-decoration: none; font-weight: bold;}
a.go:hover { color: #AFEEEE; text-decoration: none; font-weight: bold;}
a.go:visited { color: #AFEEEE; text-decoration: none; font-weight: bold;}
a.go:visited:hover { color: #AFEEEE; text-decoration: none; font-weight: bold;}


input.text{ color: #000000; font-size:10px; font-weight: normal;}

select.sort{ color: #000000; font-size:10px; font-weight: normal;}

textarea.sort{ color: #000000; font-size:10px; font-weight: normal;}

div.norm { color: #000000; font-size:12px; font-weight: normal;}

.mainTable
{
   background-color: #CCCCCC;
   width: 100%;
   height: 100%;
   padding: 0;
   border: 1;
 bordercolorlight="#999999";
 bordercolordark="#FFFFFF";
  border-spacing: 0;
}

.menuTitle
{
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 12px;
   font-style: normal;
   font-weight: bold;
   font-variant: normal;
   text-transform: none;
   color: #FFFFFF ;
   text-decoration: none;
}

.samTitle
{
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 14px;
   font-style: normal;
   font-weight: bold;
   font-variant: normal;
   text-transform: none;
   color: #006699   
}

.subTitle
{
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 15px;
   font-style: normal;
   font-weight: bold;
   font-variant: normal;
   text-transform: none;
   color: #FFFFFF   
}

.bottomForm
{
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 12px;
   font-style: normal;
   font-weight: normal;
   font-variant: normal;
   text-transform: none;
   color: #006647 
