body {
	background-color:#FFFFFF;
}
a:link {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

a:active {
    text-decoration: none;
}
.texto_principal {
	font-size:50px;
	font-family:Arial, Helvetica, sans-serif;
	color: #000000;
	font-weight:bold;
	text-decoration: none;
	
}
.texto_principal_small {
	font-size:45px;
	font-family:Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: none;
}
.smaller {
	font-size:35px;
	text-decoration: none;
}
.smaller2 {
	font-size:20px;
	text-decoration: none;
}
.smaller3 {
	font-size:16px;
	text-decoration: none;
}
.cellgris {
	bordercolor: #00af2a;
	background: #CCCCCC;
}
input, select {
  font-size:40px;
  font-family:Arial, Helvetica, sans-serif;
  padding:10px;
  border-radius: 10px;
  border-color: #00af2a;
}
input[type=submit] {
	background: #CCCCCC;
	color: white;
	border-style: outset;
	border-color: #00af2a;
	height: 90px;
	width: 300px;
	font: bold 50px arial, sans-serif;
	text-shadow:none;
	border-radius: 10px;
 }
input[type=radio]:not(old){
	color:#33FF66;
	height: 55px;
	width: 55px;
}
input[type=checkbox]:not(old){
	color:#33FF66;
	height: 55px;
	width: 55px;
}
.text_box {
  font-size:40px;
  font-family:Arial, Helvetica, sans-serif;
  padding:10px;
  border-radius: 10px;
  border-color: #00af2a;
  width:500px;
  height:150px;
}
.redtext {
	color:#AE2B04;
}
.bold {
	font-weight:bold;
}