a:link {
	text-decoration: underline;
	color: #666;
}
a:visited {
	text-decoration: none;
	color: #666;
}
a:hover {
	color: #666;
	text-decoration: underline;
}
a:active {
	text-decoration: none;
	text-align: left;
}

.text1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bolder;
	color: #FFF;
}
.textbox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #666;
	border: 1px solid #666;
	width: 160px;
	height: 15px;
	vertical-align: top;
}
.text2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bolder;
	color: #666;
	left:auto;
	text-align: left;
}
.text3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
	text-decoration: underline;
}
.text4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
	text-align: left;
}
.textArea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #666;
	border: 1px solid #666;
	width: 230px;
	height: 32px;
}
.textAreaThin {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #666;
	border: 1px solid #666;
	width: 160px;
	height: 155px;
}
.alerta {
	color:#FF0000;
	border:none;
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 11px;
	font-weight: bolder;
}
