body
{
	border: 0px;
	padding: 0px;
	margin: 2px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 11px;
	line-height: 15px;
	background-color: #CCCCCC;
}

ul
{
	list-style-image: url(../images/marcador.gif);
}

a
{
	text-decoration: none;
}

a: hover
{
	text-decoration: underline;
}

a: active
{
	text-decoration: underline;
}

a:visited
{
	text-decoration: none;
}

.header
{
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-color: #FFFFFF;
	height: 109px;
	width: 800px;
}

.menu
{
	text-align: left;
	color: #333333;
	margin: 0px;
	padding: 0px;
	border: solid 1px #CCCCCC;
	background-color: #F8F8F8;
}

.menuLink
{
	color: #333333;
	text-decoration: none;
}

.menuLink:hover
{
	color: #333333;
	text-decoration: underline;
}

.menuLink:active
{
	color: #333333;
	text-decoration: none;
}


.mnu
{
	color: #333333;
	text-align: left;
	text-decoration: none;
}

.mnu:hover
{
	color: #CC0000;
	text-decoration: underline;
}

.inf
{
	color: #333333;
	text-decoration: none;
	text-align: center;
}

.inf:hover
{
	color: #333333;
	text-decoration: underline;
	text-align: center;
}

.inf:active
{
	color: #333333;
	text-decoration: none;
	text-align: center;
}

.infContent
{
	color: #333333;
	background-color: #F6F6F6;
	text-align: justify;
}

.mnuHome
{
	background-image: url(../images/mnuHome.jpg);
	background-repeat: no-repeat;
	height: 25px;
	width: 215px;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
}

.mnuNew
{
	background-image: url(../images/mnuNew.jpg);
	background-repeat: no-repeat;
	height: 25px;
	width: 215px;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
}

.mnuOpen
{
	background-image: url(../images/mnuOpen.jpg);
	background-repeat: no-repeat;
	height: 25px;
	width: 215px;
	text-align: center;
	font-weight: bold;
}

.mnuClose
{
	background-image: url(../images/mnuClose.jpg);
	background-repeat: no-repeat;
	height: 25px;
	width: 215px;
	text-align: center;
	font-weight: bold;
}

.mnuInf
{
	background-image: url(../images/mnuInf.jpg);
	background-repeat: no-repeat;
	height: 25px;
	width: 215px;
	text-align: center;
	font-weight: bold;
	color: #663300;
}

.newsTitle
{
	text-align: left;
	font-size: 14px;
	color: #CC0000;
	font-weight: bold;
	background-color: #FFFFFF;
}

.newsSubtitle
{
	text-align: left;
	font-size: 12px;
	color: #000000;
	background-color: #D7D7D7;
	padding: 2px;
}

.newsContent
{
	text-align: justify;
	background-color: #F8F8F8;
	font-size: 11px;
	color: #333333;
	padding: 2px;
}

.newsLink
{
	text-decoration: none;
	font-size: 11px;
	color: #333333;
}

.newsLink:hover
{
	text-decoration: underline;
}

.title
{
	font-weight: bold;
	font-size: 16px;
	color: #666666;
	padding: 5px;
	text-decoration: none;
}

.titleInf
{
	font-size: 12px;
	color: #666666;
	padding: 5px;
	text-align: left;
	font-weight: bold;
	text-decoration: none;
}

#tbContent
{
	border-left: 1px solid #CD2D17;
	border-right: 1px solid #CD2D17;
	border: 1px solid #CD2D17;
	height: 100%;
	background-color: #FFFFFF;
	margin: 0 auto;
	text-align: center;
}

.tdLabel
{
	font-weight: bold;
	text-align: left;
}


.tdEdit
{
	font-weight: bold;
	text-align: left;
	font-size: 10px;
	color: #FF0000;
}

.tdEdit input
{
	background-color: #f4f4f4;
	border: 1px solid #999999;
}

.tdEdit select
{
	background-color: #f4f4f4;
	border: 1px solid #999999;
}

.Obs2
{
	font-size: 13px;
	width: 100%;
	background-color: #f4f4f4;
	border-top: 1px solid #cccccc;
}

.lblLogin
{
	font-weight: bold;
	text-align: left;
	background-color: #f4f4f4;
}

.mnuPortal
{
	background-image: url(../images/mnu.jpg);
	background-repeat: no-repeat;
	height: 25px;
	width: 215px;	
	font-weight: bold;
	text-align: left;
}

.tbRel
{
	text-align: justify;
}

.trRelTitle
{
	background-color: #990000;
	font-weight: bold;
	color: #FFFFFF;
}

.trRel
{
	background-color: #FFFBD6;
	color: #333333;
}

.divConteudo
{	
	text-align: center;
	margin: 10px auto;
}

.divRodape
{	
	text-align: center;
	margin: 10px auto;
}

.panel{
	margin: 0 auto;
}

.erro
{
	text-align: left;
	color: Red;
	font-weight: bold;
}