body {
	width: 100%;
	height: 100%;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	border:none;
	background-image: url(imagens/bg_interna.jpg);
	background-repeat: repeat-x;
}

html {
     overflow: -moz-scrollbars-vertical;
}

.table {
	width: 100%;
	height: 100%;
	display: table;
}

a:link {
	color: #AD1E18;
	font-weight: normal;
	text-decoration: none;
}

a:visited {
	color: #AD1E18;
	font-weight: normal;
	text-decoration: none;
}

a:hover {
	color: #41525C;
	font-weight: normal;
	text-decoration: underline;
}
 
a:active {
	color: #41525C;
	font-weight: normal;
	text-decoration: underline;
}

.texto {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: none;
	color: #41525C;
	text-align: left;
	text-decoration: none;
}

.texto_direita {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: none;
	color: #41525C;
	text-align: right;
	text-decoration: none;
}

.texto_branco {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: none;
	color: #FFFFFF;
	text-align: left;
	text-decoration: none;
}

.texto_br_menor {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: none;
	color: #FFFFFF;
	text-align: left;
	text-decoration: none;
}

.texto_br_titulo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: none;
	color: #FFFFFF;
	text-align: left;
	text-decoration: none;
}

.texto_black {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: none;
	color: #000000;
	text-align: left;
	text-decoration: none;
}

.texto_titulo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: none;
	color: #000000;
	text-align: left;
	text-decoration: none;
}

.texto_menor {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: none;
	color: #41525C;
	text-align: left;
	text-decoration: none;
}

.programacao {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: none;
	color: #41525C;
	text-align: left;
	text-decoration: none;
}

.prog {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: none;
	color: #AD1E18;
	text-align: left;
	text-decoration: none;
}

.menu {
	font-family: Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: left;
	text-decoration: none;
}

.menu a:link{
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

.menu a:visited{
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

.menu a:hover{
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
}

.menu a:active{
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
}


.destaque {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: none;
	color: #AD1E18;
	text-decoration: none;
}

.tabela_destaque {
	vertical-align: top;
	background-image: url(imagens/bg_destaque.jpg);
	background-repeat: repeat-x;
	background-color: #355F80;
}


.rodape {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #7A868D;
	text-align: center;
	text-decoration: none;
	height: 70px;
	vertical-align: middle;
}

.rodape a:link{
	font-weight: normal;
	color: #7A868D;
	text-decoration: none;
}

.rodape a:visited{
	font-weight: normal;
	color: #7A868D;
	text-decoration: none;
}

.rodape a:hover{
	font-weight: normal;
	color: #7A868D;
	text-decoration: underline;
}

.rodape a:active{
	font-weight: normal;
	color: #7A868D;
	text-decoration: underline;
}

.form {
	font-family: Arial;
	font-size: 11px;
	font-weight: none;
	color: #000000;
	background-image:url(imagens/bg_textfield.gif); 
	border: 1px solid #ababab;
}

.button {
	text-align: left;
	border: 1px solid #CCCCCC;
	background-color: #AD1E18;
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
} 

#listaarrow ul{
	list-style: none;
	margin:0px 0px 0px 0px;/*top right bottom left*/
	padding:0px 0px 0px 0px;/*top right bottom left*/
}

#listaarrow li{
	list-style-image:url(imagens/bullet.gif);
	padding: 0px 0px 0px 0px;/*top right bottom left*/
	margin: 0px 0px 0px 25px;/*top right bottom left*/
}

.prog2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: none;
	color: #AD1E18;
	text-align: left;
	text-decoration: none;
}