html, body, ul, li {
	margin: 0;
	padding: 0;
	list-style: none;
}
body, h1, h2, h3, form {
	font: 12px tahoma, arial, sans-serif;
	margin: 0;
	padding: 0;
	
}

table {
	font: 12px tahoma, arial, sans-serif;
	text-align:left;
	background-color:white;
		
}

table.user {
	font: 12px tahoma, arial, sans-serif;
	text-align:left;
	background-color:#04091B;
		
}
.user_body{
	 background-color:#04091B ;
 	color:white;	
}

body {
 /*	text-align: center;*/

}

a {
	font-weight: bold;
	/*color: #5C5C5C;*/
}



input.btn {
  color:#050;
  font: 'trebuchet ms',helvetica,sans-serif;
  background-color:#fed;
  border:1px solid;
  border-color: #696 #363 #363 #696;
}


.txt {
	 border:1px solid ;
	 border-color: #696 #363 #363 #696;
	 background-color:#04091B ;
	 color:white;
}

.txt_admin {
	 border:1px solid ;
	 border-color: #696 #363 #363 #696;
	 background-color:white;
}
