
#Geral
{
	border-right: gray 1px solid;
	border-top: gray 1px solid;
	background-image: url(imagens/fundoDoSite.jpg);
	border-left: gray 1px solid;
	width: 778px;
	border-bottom: gray 1px solid;
	text-align: left;
	
}


BODY
{
	margin: 0px auto;
	font-family: Verdana, Arial;
	background-color: whitesmoke;
	text-align: center;
	font-size:11px;
	
}

TD
{
	font-size:11px;
}
.FichaAulaGratis
{
	border: none;
	background-color:White;
	
}
.Titulo
{
	font-weight: bold;
	font-size: 20px;
	color: #336699;
	border-bottom: 1px solid;
	letter-spacing: -1px;
	text-align:left;
	
	width:100%;
	padding-bottom:0px;
	margin-left:15px;
}

.ColunaTitulo
{
	font-weight: bold;
	font-size: 10px;
	color: #333300;
	border-bottom: 1px solid;
	height: 35px;
}
.ColunaSubTitulo
{
	font-size: 10px;
	color: #333300;
	height: 35px;
}
.Texto
{
    font-size: 12px;
    font-weight: normal;
    line-height: 16px;
    text-align:justify;
    padding-right:25px;
    padding-left:10px;
    
}

.Texto P
{
	padding-left:10px;
	text-align:justify;
}
.TextoTabela
{
    font-size: 12px;
    font-weight: normal;
    line-height: 16px;
}
.TextoLinks
{
	font-weight: normal;
	font-size: 12px;
	color: #006699;
	line-height: 16px;
	text-decoration: underline;
}
.TextoColuna
{
    font-size: 09px;
    font-weight: normal;
    line-height: 11px;
    text-align:justify;
}
.Cabecalho
{
    background-color:#006699;
    background-image: url(imagens/cabecalho.jpg);
}
.CabecalhoAdmin
{
    background-color:#006699;
    background-image: url(imagens/cabecalhoAdmin.jpg);
}


.MenuHorizontal
{
	font-weight: bold;
	font-size: 10px;
	background-image: url(imagens/degrade.jpg);
	text-transform: uppercase;
	color: white;
	background-repeat: repeat-y;
	height: 25px;
	background-color: #000000;
	text-align:right;
}

.MenuHorizontal A:Hover
{
	color: #ffcc66;
}

.MenuHorizontalLinks
{
    
	color:White;
	font-weight:bold;
	font-size:10px;
	text-decoration: none;
	letter-spacing:-1px;
}
.MenuLateralLinks
{
	font-size: 11px;
	color: white;
	text-decoration: none;
	width:120px;
	
}
.MenuDestaque
{
	/* color: #000000;
	background-color: #EAEEF0;
	
	text-decoration: none;
	padding:4px;
	width:130px;
    */
	font-weight:bold;
	color:#ffcc66;
	font-size: 11px;
	text-decoration: none;
}


.MenuLateralTexto
{
     color:White;
     font-size:09px;
}

.MenuLateralLinks:HOVER
{
	color: #ffcc66;
	font-weight:bold;
}


.NoticiaTitulo
{
    font-size: 09px;
    font-weight: bold;
    line-height: 16px;
    
}
.NoticiaTexto
{
    font-size: 09px;
    font-weight: normal;
    line-height: 11px;
    text-align:justify;
}
#Rodape
{
	border-top: 1px solid;
	font-size: 9px;
	width: 100%;
	height: 30px;
	background-color: white;
	text-align: right;
	padding-top:10px;
}
.Inputs
{
	font-size: 11px;
	color: #003366;
	background-color: #FFFFFF;
	height: 19px;
	border: 1px solid #274463;
}

