
.m{
	border:1px solid red;
}

a{
	text-decoration:none;
}

a:hover{
	text-decoration:underline;
}

body{
	margin:0px;
	background-color:#151515;
}

.fl{
	float:left;
}

.fr{
	float:right;
}

.ov{
	overflow:hidden;
}

.di{
	display:inline;
}

.tal{
	text-align:left;
}

.tac{
	text-align:center;
}

.tar{
	text-align:right;
}

.clb{
	clear:both;
}









/* FONTS */



.trebuchet11Br{
	font-size:11px;
	font-family:trebuchet MS;
	color:#FFFFFF;
}

.trebuchet12ver{
	font-size:12px;
	font-family:trebuchet MS;
	color:#FF0208;
}


select { 
background-color: #D0D0D0; 
font: 12px trebuchet MS;
color:#FF0208;
border:1px solid #6A6A6A;
}


/* BGS */



.border1{
	border:1px solid #6A6A6A;
	background-color:#D0D0D0;
}

.bg1{
	background-color:#FFFFFF;
}