body  { 
    font-family: Arial, Helvetica; 
	background-color: #E7D7A5; 
	color: #1C2022; 
    font-size: 10pt; 
	}

.heading {
	font-family: serif;
	font-size: 14px;
	font-weight: bold;
	color: #444466;
    }

.tablacont {
	font-family: Arial;
	font-size: 12px;
	color: #444466;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
    }

.titulohoja {
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color: #444466;
    }

.titutabla {
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
    }

.imput {
	font-family: Arial;
	font-size: 12px;
	color: #000000;
    }

.boton {
	font-family: Arial;
	font-size: 12px;
	color: #FFCCCC;
	background-color: #336699;
    }

a:link{
	 color: #444466;
	 font: normal 12px Arial;
     text-decoration: underline: hand;
	 }

a:visited{
	 color: #444466;  /* should this be #000000? 1/27/2012 - JH */
	 font: 12px Arial;
     text-decoration: underline: hand;
	 }
	 
a:hover{
	 color: #444466;
	 font: italic 12px Arial;
     text-decoration: underline: hand;
	 }

.mayus {
	font-family: Arial;
	font-size: 12px;
	text-transform: uppercase;
    }
	
.sangria {
	font-family: Arial;
	font-size: 10px;
	color: #000000;
    }

h2#heading {
	text-align: center; 
	font-style: italic;
	}

p#center  {
	text-align: center; 
	}


