body 	{ 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #01007B;
	color:#FFFFFF;
	background-image:url(../images/fondo.gif);
	background-repeat:repeat;
	margin-top:0;
}

table, tr, td, input 	{ 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.title { font-size: 18px;  font-weight: bold; color:#FFCC00;  }

.subtitle { font-size: 14px;  font-weight: bold; color:#FFFFFF;  }

.horizontalLine {
	background-color: #FFCC00;
}

.bold 	{ 
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#FFFFFF;
}

.smalltext 	{ 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#FFFFFF;
}

.content{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#000000;
}


.error { color: Red;  font-weight: bold;  }

a { font-weight: bold;  text-decoration: underline;  color: #6699FF;   }
a:hover { font-weight: bold;  text-decoration: underline;  color: #FFCC00;   }
