body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.menu_topo {
	background: #ffffff;
	sfont-size: 14px;
	padding: 5px;
	margin-left:30px;
	text-decoration: none;
	float:left;
}

.form_style {
	border: 1px solid #dddee0;
	background-color: #ffffff;
}

.form_bt{
	border: 1px solid #626262;
	background-repeat: repeat-x;
	font-weight: bold;
}

#global {
	width:100%;
	border:0px solid black;
}

#topo {
	padding:0px;
	margin:0px;
	width:100%;
	border:0px solid red;
	height:auto;
}

.subtopo {
	width:100%;
}

.conteudo {
	width:95%;
	float:right;
	border:0px solid green;
	
}

.txt_titulo {
	sfont-size: 20px;
	font-weight: bold;
	margin-bottom: 30px;
}

.txt_conteudo{
	float:left;
	sfont-size: 12px;
	line-height: 18px;
	letter-spacing: 1px;
}

.rodape {
	clear: both;
	width: 100%;
	height: 58px;
	background-repeat: repeat;
	text-align: center;
}

.txt_rodape {
	sfont-size: 11px;
	letter-spacing: 2px;
	line-height: 40px;
}

img_artigo_vertical
{
	margin: 10px;
	clear:both;
	border: 1px solid #cdcdcd;
}

.img_artigo {
	margin: 10px;
	float: right;
	border: 1px solid #cdcdcd;
}

.img_artigo2 {
	margin: 10px;
	margin-left: 0px;
	margin-top: 0px;
	float: left;
}

.topo_link {
	sfont-size: 12px;
	margin-bottom: 10px;
}

.desc_link {
	margin-bottom: 10px;
}

.visit_link {
	sfont-size: 12px;
	margin-bottom: 10px;
}

.linha_bottom{
	border-bottom: 1px dotted #929292;
	margin-bottom: 25px;
}

a.link_class:link {
	sfont-size: 12px;
	text-decoration: underline;
}

a.link_class:visited {
	sfont-size: 12px;
	text-decoration: underline;
}

a.link_class:hover {
	sfont-size: 12px;
	text-decoration: none;
}

a.link_class:active {
	sfont-size: 12px;
	text-decoration: underline;
}

.label {
	sfont-size: 12px;
	margin-bottom: 10px;
}

.imagemSubTopo
{
	float:left; 
	background-image:url(<?=$strCaminho?>); 
	background-repeat:no-repeat; 
}
