@charset "utf-8";
/* CSS Document */

<!--
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.fundo_1{
	background-color: #000099;
}
.fundo_2{
	background-color: #eef1f1;
}
.fundo_3{
	background-color: #f5f6f6;
}
.fundo_4{
	background-color: #dbdcdc;
}
.fundo_5{
	background-color: #e4e5e5;
}
.site_bordas{
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000099;
	border-left-color: #000099;
}
.banner_bordas{
	border: 1px solid #7eadbf;
	height: 64px;
	width: 430px;
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.header_titulo {
	font-size: 12px;
	font-weight: bold;
	color: #686e70;
}
.login_titulo {
	font-size: 11px;
	font-weight: bold;
	padding-left: 0.75em;
	color: #8d8f8f;
}
.login_label {font-size: 10px; color: #7f8080; }
.login_box{
	border: 1px solid #999999;
	width: 140px;
	font-size: 11px;
	font-weight: bold;
	color: #8d8f8f;
}
.login_bt{
	border: 1px solid #999999;
	width: 20px;
	font-size: 10px;
	font-weight: bold;
	color: #8d8f8f;
	background-color: #FFFFFF;
}
.link_develop {
	font-size: 10px;
	font-weight: bold;
	padding-left: 0.75em;
	color: #8d8f8f;
	text-decoration: none;
}
.link_develop_link {
	font-size: 10px;
	font-weight: bold;
	color: #8d8f8f;
	text-decoration: none;
}
.titulos_home {
	font-size: 12px;
	font-weight: bold;
	padding-left: 0.75em;
	color: #FFFFFF;
	text-decoration: none;
	height: 20px;
}
.titulos_farmacia {
	font-size: 12px;
	font-weight: bold;
	color: #000099;
	text-decoration: none;
	height: 20px;
}
.footer {
	font-size: 10px;
	font-weight: bold;
	color: #8d8f8f;
	text-decoration: none;
}
.textos {
	font-size: 11px;
	color: #000099;
	text-decoration: none;
}
.link_saibamais {
	font-size: 11px;
	font-weight: bold;
	color: #000099;
	text-decoration: none;
}
.images_bordas1{
	border: 1px solid #7eadbf;
	height: 60px;
	width: 80px;
	background-color: #FFFFFF;
}
.images_bordas2{
	border: 1px solid #7eadbf;
	height: 82px;
	width: 115px;
	background-color: #FFFFFF;
}
.form_bt{
	border: 1px solid #999999;
	width: 200px;
	font-size: 12px;
	font-weight: bold;
	color: #8d8f8f;
	background-color: #FFFFFF;
}
-->