table.datos {

	font-family: Helvetica, Arial, sans-serif;
	font-size: 0.6em;
	border-collapse: collapse;
	background-color: white;
	border: solid #999999 1px;
	background-color: white;
	text-align: left;
}
table.datos td {
	border: solid #CCCCCC 1px;
	vertical-align: middle;
	text-align: left;
	font-weight: normal;
	height: 10px; /*IE doesn't like ems*/
}
table.datos td, table.datos th {
	border: 0;
	font-size: 12px;
	text-align: left;
}
datos.input {

	font-family: Helvetica, Arial, sans-serif;
	font-size: 1.1em;
	background-color: white;
	background-color: white;
	text-align: left;
	color: #0000FF;
}
table.datos select {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1.1em;
	background-color: white;
	background-color: white;
	text-align: left;
	height: 20px;
	color: #0000FF;
}
table.datos option {

	background-color: white;
	background-color: white;
	height: 8px;
}
table.datos input {


	font-family: Helvetica, Arial, sans-serif;
	font-size: 1.5em;
	background-color: white;
	background-color: white;
	text-align: left;
	color: #0000FF;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FF0000;
	text-decoration: underline;
}
body {
	background-color: #CCCCCC;
}

