﻿body 
{
	margin: 0px;
}
#cabecalho
{
	width: 770px;
	height: 156px;
	position: relative;
	top: 0px;
	left: 0px;
}
.Menu
{
	font-size: 9px;
	font-family: Verdana;
	color: #666666;
	text-decoration: none;
}


.Menu:hover
{
	font-size: 9px;
	font-family: Verdana;
	color: #ba0000;
	text-decoration: underline;
	
}
.MenuAcor
{
    border: 1px solid #2F4F4F;
    color: white;
    background-color: #2E4d7B;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}

.MenuAcor:hover
{
	border: 1px solid #2F4F4F;
	color: #ba0000;
    background-color: #2E4d7B;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
	text-decoration: underline;
}
.MenuProg
{
    color:Gray;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;

}

.MenuProg:hover
{
	color: #ba0000;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
}
.accordionContent
{
    background-color: #EEEEEE;
    border: 1px dashed #2F4F4F;
    border-top: none;
    padding: 5px;
    padding-top: 10px;
}
#Descricao
{
	font-size: 9px;
	font-family: Verdana;
	color: #666666;
	text-decoration: none;
}
.Titulo
{
	font-size: 14px;
	font-family: Verdana;
	color: #666666;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
}


.Titulo:hover
{
	font-size: 14px;
	font-family: Verdana;
	color: #ba0000;
	text-decoration: underline;
	font-weight: bold;
	text-align: center;
}
.Texto
{
	font-size: 11px;
	font-family: Verdana;
	color: #666666;
	text-decoration: none;
	font-weight: bold;
	text-align:justify;
}


.Texto:hover
{
	font-size: 11px;
	font-family: Verdana;
	color: #ba0000;
	text-decoration: underline;
	font-weight: bold;
	text-align:justify;
}
#texto
{
	font-size: 11px;
	font-family: Verdana;
	color: #666666;
	text-decoration: none;
	font-weight: bold;
	text-align:justify;
}
.Label
{
	font-size: 11px;
	font-family: Verdana;
	color: #666666;
	text-decoration: none;
	font-weight: bold;
	text-align:justify;
}
