* {
	margin:0;
	list-style:none;
	text-decoration:none;
	border:none;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#333;
}
html{
	overflow:auto;
}
ul{
	padding:0;
	margin:0;
}
a{
	color:#000;
}
img{
	behavior: url(iepngfix.htc);
}
/*-----------------------------------------------------------------------------------*/
.t10, .t10 a {
	font-size:10px;
}
.t11, .t11 a {
	font-size:11px;
}
.t12, .t12 a {
	font-size:12px;
}
.t15, .t15 a {
	font-size:15px;
}
.t14, .t14 a {
	font-size:14px;
}
.t16, .t16 a {
	font-size:16px;
}
.t18, .t18 a {
	font-size:18px;
}
.t21, .t21 a {
	font-size:18px;
}
.bold {
	font-weight:bold;
}
/*----------------------------------------------------------------------------------*/
.preto, .preto a {
	color:#000000;
}
.bordo, .bordo a{
	color:#990000;
}
.vermelho, .vermelho a {
	color:#FF0000;
}
.branco, .branco a {
	color:#FFFFFF;
}
.verde, .verde a {
	color:#13211C;
}
.verde2, .verde2 a {
	color:#006600;
}
.laranj, .laranj a {
	color:#FC7A15;
}
.azul, .azul a {
	color:#0000CC;
}
.cinza, .cinza a {
	color: #666666;
}
.cesq, .cesq a {
	color:#333333;
}
.rosa, .rosa a {
	color:#EB8686;
}
.borda {
	border:1px solid #666;
}
.bordah{
	border:1px solid #CCC;
}
.bordah:hover{
	border:1px solid #999;
}
.alpha{
	filter:alpha(opacity=40);
	opacity: 0.4; 
	-moz-opacity: 0.4;
	-khtml-opacity: 0.4;
}
.alpha3{
	filter:alpha(opacity=70);
	opacity: 0.7; 
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
}
.alpha3:hover{
	filter:alpha(opacity=100);
	opacity: 1; 
	-moz-opacity: 1;
	-khtml-opacity: 1;
}
#alert{
	clear:left;
	width:281px;
	height:16px;
	padding:15px 0 15px 44px;
	margin:10px auto;
	background:url(../images/alert.jpg) no-repeat 7px center #fdd;
	border:1px solid #C00;
	text-align:center;
	color:#666;
	font-size:10px;
	/*<div id="alert">Nenhum registro encontrado. Em breve novidades...</div>*/
}
