@charset "iso-8859-1";
/* CSS Document */
body,td,th {
	font-family: Verdana;
	font-size: 11px;
	color: #999999;
}
body {
	background-color: #B2D8D1;
	background-image: url(../img/layout/bg.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align:justify;
}
.titulo{
font-size:16px;
color:#009999;
font-family:verdana;
}
.textField{
border:#315B54 1px solid;
height:14px;
width:300px;
padding-left:5px;
font-family:verdana;
font-size:10px;
color:#003333;
}
.textArea{
border:#315B54 1px solid;
width:300px;
padding-left:5px;
font-family:verdana;
font-size:10px;
color:#003333;
}
.textArea2{
border:#315B54 1px solid;
padding-left:5px;
font-family:verdana;
font-size:10px;
color:#003333;
}
.bt{
border:#315B54 1px solid;
background-color:#D0E8E3;
font-family:verdana;
font-size:10px;
color:#003333;
}