/* CSS Document */

* {margin:0; padding:0;}

body { background:#120F0B;}

td, input, textarea{
	font-family:Arial;
	font-size:12px;
	line-height:16px;  
	color:#7D7D7D;	
}

a { color:#989898;}
a:hover { text-decoration: none;}
a img { border:0;}

.clear { clear:both;}

.auto { width:auto; height:auto;}

input, submit { vertical-align:middle;}

table { 
	border:0px;
	border-collapse:collapse;
	width:100%;
	height:100%;
}

