a{
	color: white;
	font-family : Trebuchet MS, sans-serif;
    font-size: 13px;	
	text-align : center;
}

p{
   font-family : Trebushet MS, sans-serif;
	font-size: 13px;
	padding-left :10px;
	padding-right :10px;
}
	
.error{
   font-family : Trebushet MS, sans-serif;
	color: Red;
	font-size: 13px;
	padding-left :10px;
	padding-right :10px;

	font-weight: bold;
}
	
.ok{
   font-family : Trebushet MS, sans-serif;
	color: Green;
	font-size: 13px;
	padding-left :10px;
	padding-right :10px;

	font-weight: bold;
}

body, table, td, input, select, p {
	background-color: #211414;
	color: white;
    font-family : Trebuchet MS, sans-serif;
	font-size: 13px;
    vertical-align: top;
}

.menu{
	font-family : Trebuchet MS, sans-serif;
	font-size : 11px;
	font-weight:bold;
	background: #7F7F7F;
	color: white;
}

.sel_menu{
	font-family : Trebuchet MS, sans-serif;
	font-size : 11px;
	background: #e0e0e0;
}

.left{
	text-align: left;
}

.right{
	text-align: right;
}
.center{
	text-align: center;
}

.small{
	font-family : Trebuchet MS, sans-serif;
	font-size : 10px;
}

.sel{
	color : orange;
}

.header{
	font-family : Trebuchet MS, sans-serif;
	font-size : 11px;
	font-weight : bold;
	color: orange;
	text-align: center;
}

input{
	font-family : Trebuchet MS, sans-serif;
	font-size : 11px;	
}

.tdh {
	background-color: #d0d0d0;
}

.td1 {
	background-color: #e0e0e0;
}

.td2 {
	background-color: #f0f0f0;
}
