*  {
    padding : 0px ; 
    margin : 0px ; 
} 

body {
	margin: 0;
	padding: 0;
	background: #000000;
	color: #ffffff;
	font-size: 12px;
}


#site-box {
	width: 890px;
    height: 100%;
    border: 1px solid #000000;
    margin : 0px auto;
    
}




#main {
	width: 890px;
	height: 100%;
	background: #000000;
}





.xs { font-size: 8pt; }

.s { font-size: 10pt; }

table{
	  width: 97%;
	  margin-left: auto;
	  margin-right: auto;
}


td{
	padding: 2px;
	line-height: 1.3em
}


input{
	  padding: 2px;
}


#space{
	padding: 15px;
	line-height: 1.4em
}


#red{
     color: #ff0000;
}



#white{
       color: #ffffff;
}

#bold {
       font-weight: bold;
}


a:link { color : #ffffff; text-decoration:none;}
a:visited { color : #ffffff; text-decoration:none;}
a:hover {color : #ff0000; text-decoration:none;}
a:active { color : #ff0000; text-decoration:none;}









