html,body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin:0;
	padding:0;
	font-family: "Trebuchet MS", Verdana, Tahoma, Helvetica, Arial;
	font-size: 12px;
	color: #333333;
	height:100%;
	border:none;
	background-image:url(imgs/background.gif)
}

a:link,a:visited,a:active {
	text-decoration:none;
	color:#ff9900;
}
a:hover{
	text-decoration:underline;
	color:#000000;
}

.tabela_principal{
	/* Mozilla ignores crazy MS image filters, so it will skip the following */
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='imgs/backg_tb_transp.png');
}
.tabela_principal[class] {
	/* IE ignores styles with [attributes], so it will skip the following. */
	background-image:url(imgs/backg_tb_transp.png);
}

.tabela_top{
	/* Mozilla ignores crazy MS image filters, so it will skip the following */
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='imgs/border_top.png');
}
.tabela_top[class] {
	/* IE ignores styles with [attributes], so it will skip the following. */
	background-image:url(imgs/border_top.png);
}
.tabela_bottom{
	/* Mozilla ignores crazy MS image filters, so it will skip the following */
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='imgs/border_bottom.png');
}
.tabela_bottom[class] {
	/* IE ignores styles with [attributes], so it will skip the following. */
	background-image:url(imgs/border_bottom.png);
}
.tabela_left{
	/* Mozilla ignores crazy MS image filters, so it will skip the following */
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='imgs/border_left.png');
}
.tabela_left[class] {
	/* IE ignores styles with [attributes], so it will skip the following. */
	background-image:url(imgs/border_left.png);
}
.tabela_right{
	/* Mozilla ignores crazy MS image filters, so it will skip the following */
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='imgs/border_right.png');
}
.tabela_right[class] {
	/* IE ignores styles with [attributes], so it will skip the following. */
	background-image:url(imgs/border_right.png);
}
.tabela_footer{
	/* Mozilla ignores crazy MS image filters, so it will skip the following */
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='imgs/backg_tb_footer.png');
}
.tabela_footer[class] {
	/* IE ignores styles with [attributes], so it will skip the following. */
	background-image:url(imgs/backg_tb_footer.png);
}


.form{
	border-style: solid;
	border-width: 1px;
	border-color: #cccccc;
	background-color:#ffffff;
	width: 98.5%
}

.formlogin{
	border-width: 1px;
	background-color:#eaeaea;
	border-top-color: #828282;
	border-right-color: #cccccc;
	border-bottom-color: #cccccc;
	border-left-color: #828282;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}

.img{
	border-style: solid;
	border-width: 1px;
	border-color: #cccccc;
}

H1 {
	font-family: "Trebuchet MS", Verdana, Tahoma, Helvetica, Arial;
	font-size: 14px;
	color: #666666;
	margin-bottom: 0px;
}

title {
	// identico ao H1
	font-family: "Trebuchet MS", Verdana, Tahoma, Helvetica, Arial;
	font-size: 14px;
	color: #666666;
}

title_news {
	// identico ao H1
	font-family: "Trebuchet MS", Verdana, Tahoma, Helvetica, Arial;
	font-size: 14px;
	color: #666666;
}

.orange {
	/* color: #e28e21; */
	color: #ff9900;
	}

.destak {
	color: #000000;
	text-align:center;
	font-style: italic;
	font-weight: bold;
	}

.footer {
	font-family: "Trebuchet MS", Verdana, Tahoma, Helvetica, Arial;
	/* font-size: 10px; */
	color: #333333;
}


.footer a:link,.footer a:visited,.footer a:active {
	text-decoration:none;
	color: #333333;
}
.footer a:hover{
	text-decoration:underline;
	color: #ff9900;
}

.noticias a:link,.footer a:visited,.footer a:active {
	text-decoration:none;
	color: #666666;
}
.noticias a:hover{
	text-decoration:underline;
	color: #ff9900;
}
