/* estilo geral */
body{
	background: URL(/pecuaristas/images/bgbovinos.gif);
}

td{
	font-weight: normal;
    font-size: 10px;
    color: #140A01;
    font-family: verdana, arial, helvetica, sans-serif;
	line-height: 18px;
}

.txtImg{
	font-weight: normal;
    font-size: 10px;
    color: #140A01;
    font-family: verdana, arial, helvetica, sans-serif;
	line-height: 12px;
}

.bgConteudo{
	background-color: #F3EABF;
	height: 100%;
}

#bgLateral{
	background-image: url('/pecuaristas/ivomec_comprova/images/px.gif');
}

#controlaTamanho{
	margin-left: 13px;
	margin-right: 7px;
}

.ul{
	padding: 0px;
	margin: 0px;
}

.ul li{
	margin: 0 0 0 14;
	font-weight: bold;
}

.txtVerde{
	color: #127988;
	font-weight: bold;
}
/* fim do estilo geral */

/* estilo de links */
.linkPreto{
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

.linkPreto:hover{
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}
	
.linkPreto2{
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
}

.linkPreto2:hover{
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
}
/* fim dos estilo de links */

/* formulários */
.select{
	font-size: 10px;
    color: #140A01;
    font-family: verdana, arial, helvetica, sans-serif;
}

.input{
	font-size: 10px;
    color: #140A01;
    font-family: verdana, arial, helvetica, sans-serif;
}
/* fim dos formulários */

