﻿body,td,th {
	font-size: 11px;
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
body
{
    background-image: url(img/fundo.jpg);
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center top;
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
}

a:link {
	text-decoration: none;
	color: #336699;
}

a:visited {
	text-decoration: none;
	color: #336699;
}

a:hover {
	text-decoration: underline;
	color: #336699;
}

a:active {
	text-decoration: none;
	color: #86C327;
}



.titulosinternos
{
    font-size: 10pt;
    font-weight:bold;
    color: #336699;
}

.titulosdestaque
{
    font-size: 10pt;
    font-weight:bold;
    color: Red;
}

strong
{
    color: #336699;
}

.rsstable td
{
    font-size: 7pt;
    color: #f0f8ff;
}

.rsstable a
{
    font-size: 10px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #f0f8ff;
    font-weight: bold;
}

.rodape
{
    font-size: 7pt;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #696969;
}

.login
{
    font-size: 8pt;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #696969;
}

.tableclis TD
{
font-size: 7pt;
}


.tablecentro
{
	border-left-color: darkgray;
	border-bottom-color: darkgray;
	border-top-style: solid;
	border-top-color: darkgray;
	border-right-style: solid;
	border-left-style: solid;
	background-color: whitesmoke;
	border-right-color: darkgray;
	border-bottom-style: solid;
	border-width: 1px;

}

.tablecentro TH
{
	background-color: gainsboro;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	padding-top: 5px;
}

.tablecentro TD
{
	padding-right: 2px;
	padding-left: 2px;
	padding-bottom: 2px;
	padding-top: 2px;
}

.check {
	list-style-type: disc;
	list-style-image: url(img/check.gif);
	
}