body {
	margin-top:0;
	margin-left:0;
	margin-right:0;
	margin-bottom:0;
	overflow-x:hidden;
	overflow-y:scroll;
}

a.designed {
	color:#4f80b7;
	font-family:Arial;
	font-size:10px;
	text-decoration : none;
}
a.designed:hover {
	color:#999999;
	font-family:Arial;
	font-size:10px;
	text-decoration : none;
}

.topMenuSpace {
	font-family:Arial;
	font-weight:bold;
	color:#004ab2;
}

a.topMenu {
	font-family:Arial;
	font-weight:bold;
	color:#004ab2;
	text-decoration : none;
}

a.topMenu:hover {
	font-family:Arial;
	font-weight:bold;
	color:#fffffe;
	text-decoration : none;
}

a.subtitulo{
	font-family:Verdana;
	font-size:12px;
	color:#336699;
	font-weight:bold;
	text-decoration : none;
}

a.subtitulo:hover{
	font-family:Verdana;
	font-size:12px;
	color:#000066;
	font-weight:bold;
	text-decoration : none;
}

a.subtitulo:visited{
	font-family:Verdana;
	font-size:12px;
	color:#336699;
	font-weight:bold;
	text-decoration : none;
}

a.subtexto{
	font-family:Verdana;
	color:#336699;
	font-size:10px;
}

a.subtexto:hover{
	font-family:Verdana;
	color:#000066;
	font-size:10px;
}

a.subtexto:visited{
	font-family:Verdana;
	color:#336699;
	font-size:10px;
}

.dataHora {
	font-family:Arial;
	font-size:10px;
	color:#4f80b7;
}

.titulo{
	font-family:Arial;
	font-size:16px;
	color:#336699;
	font-weight:bold;
}

.subtitulo{
	font-family:Verdana;
	font-size:12px;
	color:#336699;
	font-weight:bold;
}

.texto{
	font-family:Arial;
	font-size:12px;
	color:#000000;
}

.subtexto{
	font-family:Verdana;
	color:#336699;
	font-size:10px;
}

.ulMenuLateral{
	list-style : square;
	padding-left:20px;
}

.ulLinks{
	list-style : square;
	padding-left: 0px;
	text-align:left;
}

.btProxAnt{
display:block;
font-size:11px;
color:#336699;
background:#FFFFFF;
text-decoration:none;
padding:2px;
margin:0px;
border-top:2px solid #336699;
border-left:2px solid #336699;
border-right:2px solid #336699;
border-bottom:2px solid #336699;
}
.btProxAnt:hover{
display:block;
font-size:11px;
color:#FFFFFF;
background:#336699;
text-decoration:none;
padding:2px;
margin:0px;
border-top:2px solid #336699;
border-left:2px solid #336699;
border-right:2px solid #336699;
border-bottom:2px solid #336699;
}

/*
==============================
Classes de tabela de produto
==============================
*/

table.infoProduto{
	border:solid #b3cdff 2px;
	border-collapse:collapse;
	font-family:Arial;
	color:#000000;
	width:100%;
}

table.infoProduto td{
	font-size:10px;
	background-color:#FFFFFF;
	border:solid #b3cdff 2px;
	border-collapse:collapse;
	vertical-align:middle;
}

table.infoProduto td.hed{
	font-size:12px;
	background-color:#6699CC;
	font-weight:bold;
	border:solid #b3cdff 2px;
	border-collapse:collapse;
}

table.infoProduto td.hed2{
	font-size:11px;
	background-color:#99CCFF;
	font-weight:bold;
	border:solid #b3cdff 2px;
	border-collapse:collapse;
}

/*
==============================
Classes da tag , input, textarea, select
==============================
*/

input{
	font-family:Arial;
	font-size:11px;
	border:2px solid #CCCCCC;
}

textarea{
	font-family:Arial;
	font-size:11px;
	border:2px solid #CCCCCC;
}

select{
	font-family:Arial;
	font-size:11px;
	border:2px solid #CCCCCC;
}


/*
==============================
Classes da tag img
==============================
*/

img.borda{
	border:solid #99CCFF 2px;
	width:50%
}

/*
==============================
Classes da tag hr
==============================
*/

.conteudoCentro { 
	margin : 0 auto;
	padding : 5px;
	display : inline;
	float:none;
	/*width : 300px;*/
	text-align : justify;
	line-height : 1.25em;
} 

.conteudoEsquerda { 
	margin : 0 auto;
	padding : 5px;
	display : inline;
	float:left;
	width : 35%;
	/*width : 200px;*/
	/*text-align : justify;*/
	line-height : 1.25em;
} 

.conteudoDireita { 
	margin : 0 auto;
	padding : 5px;
	display : inline;
	float:right;
	width : 65%px;
	/*width : 355px;*/
	text-align : justify;
	line-height : 1.25em;
} 

img.floatTL { 
	float : left;
	margin-right : 5px;
	margin-bottom : 0;
	margin-top : 5px;
	margin-left : 5px;
} 

hr.hrMain{
	border:0;
	width:90%;
	color:#336699;
	background-color:#336699;
	height: 2px;
}

table.tabelaCentralAlto{
	width:95%;
	line-height : 1.25em;
	text-align : justify;
	margin : 0 auto;
	padding : 5px;
	float:none;
}

table.tabelaCentralBaixo{
	width:95%;
	line-height : 1.25em;
	text-align : justify;
	margin : 0 auto;
	padding : 5px;
	float:none;
}
