﻿body 
{
	 margin:0;	 
	 font-family:Tahoma ;
	 font-size:smaller ;
	 background-color:Black;
}
.FaixaEsquerda
{
	background-color: #d5241b;
}
.Rodape
{
	background-color: #d5241b;
}
.Linha
{
	border-bottom-color: #3A3635;
	border-top-style: double;
	border-top-color: #3A3635;
	background-color: #F7F6F3;
	border-bottom-style: double;
	height:30px;
}
.Nome
{
     text-transform:capitalize;
}
.NoticiaNormal
{
	  color:Black ;
	  font-size:xx-small;
	  font-family:Tahoma;
	  text-decoration:none;
}
.NoticiaDestaque
{
	  color: Navy;
	  font-size:x-small;
	  font-family:Tahoma;
	  text-decoration:none;
	  font-weight : bold;
}
.NoticiaHeadLine
{
	  color:#d5241b;
	  font-size:small ;
	  font-family:Tahoma;
	  text-decoration:none;
}
.Titulo1
{
	color:#d5241b;
	font-size:large;
	font-family:Tahoma;
	text-decoration:none;
	text-transform:capitalize;
}
.Titulo2
{
	color:Black  ;
	font-size:medium ;
	font-family:Tahoma;
	text-decoration:none;
	font-weight : bold;
}


