body{
	font-size:12px;
	color:#333333;
	margin:0px;
	font-family:arial;
}

body{
	top:0px;
	background-color:#5e5e5e;
}
input, textarea, select{
	font-family:Tahoma;
	font-size:12px;
	color:#333333;
	border:1px solid #cccccc;
	background:#ffffff;
}

div#site{
	position:relative;
	top:0px;
	width:990px;
	overflow:hidden;
	margin:0px auto;
	background:#ffffff;
}

div#topo{
	width:990px;
	background:#ffffff;
	clear:both;
	margin:0px auto;
}

div#principal{
	width:990px;
	background:#ffffff;
	clear:both;
	margin:0px auto;
}

div#lateral{
	width:215px;
	background:#ffffff;
	float:left;
	border-right:1px dotted ;
}

div#conteudo{
	width:735px;
	background:#ffffff;
	float:right;
}

div#rodape{
	background:#fff url(../imgs/rodape_novo.jpg) no-repeat center;
	width:990px;
	height:111px;
	clear:both;
	margin:0px auto;
	margin-top:10px;
}

dl.janelaApp{
	width:228px;
	height:205px;
	float:left;
	border:1px solid #dddddd;
	background:#f7f7f7;
	margin:20px 5px;
}
dt.janelaApp{
	position:relative;
	font-size:14px;
	color:#FFFFFF;
	width:228px;
	height:31px;
	float:left;
	margin:0px;
}
dd.janelaApp{
	width:228px;
	height:169px;
	padding-top:5px;
	margin:0px;
	background:#f7f7f7;
	clear:both;
}
p.janelaApp{
	margin-top:8px;
	margin-left:15px;
}
p.janelaAppTxt{
	font-size:11px;
	margin:30px 10px;
}

.tituloVermelho{
	color:#cc3300;
	font-weight:bold;
}
.tituloAzul14{
	color:#215186;
	font-size:14px;
	font-weight:bold;
}
.tituloAzul18{
	color:#215186;
	font-size:18px;
	font-weight:bold;
}
.conteudoTxt{
	line-height:20px;
}
span.error{
	color:#FF0000;
	float:left;
	clear:left;
	border:1px solid;
}
img#linkRota{
	cursor:pointer;
}
