/* CSS Document */
body{
	margin:0px;
	background:transparent;
}
.texto_10_normal{
	font-family:verdana;
	font-size:10px;
	color:#666666;
}
.texto_9_link{
	text-decoration:none;
	font-family:verdana;
	font-size:9px;
	color:#550305;
}
.paragrafo{
	text-indent:40px;
	padding-bottom:20px;
}
input{
	height:15px;
	border:solid 1px #cccccc;
}

textarea{
	height:66px;
	width:250px;
	border:solid 1px #cccccc;
	overflow:auto;
}


