a         { color: #706D53; }
a:active  { }
a:link    { text-decoration: none; }
a:visited { text-decoration: none; }
a:hover   { text-decoration: underline; }

body, font, td {
	font-family: verdana, helvetica, sans-serif; 
	font-size: 10px; 
	color: #706D53;
	margin: 0px;
	padding: 0px;
}

iframe {
	border: 1px solid #DFD8CF;
	padding: 0px;
	margin: 0px;
	width: 293px;
	height: 100px;
}

.atencao {
	color: #990000;
}

.link {
	color: #0033CC;
}

.ajuda {
	color: #990000;
	cursor: help;	
	font-size: 12px; 
}

#principal {
	width: 100%;
	height: 100%;
}

#cabecalho {
	padding-left: 15px;
	padding-right: 5px;
	width: 100%;
	height: 22px;
	background-color: #596259;
}

#cabecalho_conteudo {
	font-size: 11px;
	color: #FFFFFF;
	white-space: nowrap;
}

#cabecalho_logo_unimed {
	text-align: right;
}

#barra_ferramentas {
	width: 100%;
	height: 56px;
}

#menu {
	width: 200px;
	height: 100%;
	vertical-align: top;
	background-image:  url(../imagens/bg_menu.gif);
}

#divisoria {
	width: 1px;
	height: 100%;
	background-color: #DFD8CF;
}

#conteudo {
	height: 100%;
	padding-left: 15px;
	padding-top: 8px;
	vertical-align: top;
	background-color: #FFFFFF;
}

#rodape {
	width: 100%;
	height: 22px;  
	background-image:  url(../imagens/bg_inf_barra.gif);
}
