BODY, TABLE, TD 
{ 
	font-size: 8pt;
	font-family: verdana,arial, helvetica, sans-serif;
	color: #1C4176;
}

input, select, textarea{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	cursor: hand;
	cursor: pointer;
}

.MENU
{
	font-size: 10px;
	width: 188px;
	font-family: Verdana, arial;
	cursor: pointer;
	cursor: hand;
	background: #e8f3ff;
	border: 0px;
}

.BOTO
{
	padding: 7px 7px;
	font-family: verdana,arial, helvetica, sans-serif;
	font-size: 14px;
	cursor: pointer;
	cursor: hand;
	font-weight: bold;
	width: 150px;
}

.BOTO2
{
	font-family: verdana,arial, helvetica, sans-serif;
	font-size : 10px;
	width:200px;
   	height:35px;
	cursor:pointer;
	cursor: hand;
	font-weight: bold;

}
.BOTO3
{
	font-family: verdana,arial, helvetica, sans-serif;
	font-size : 11px;
	width:235px;
   height:35px;
	cursor:pointer;
	cursor: hand;
	font-weight: bold;
}
.BOTO4
{
	font-family: verdana,arial, helvetica, sans-serif;
	font-size : 10px;
	width:125px;
    height:25px;
	cursor:pointer;
	cursor: hand;
	font-weight: bold;
	background: #99ff66;
	
}
.BOTO5
{
	font-family: verdana,arial, helvetica, sans-serif;
	font-size : 10px;
	width:125px;
    height:25px;
	cursor:pointer;
	cursor: hand;
	font-weight: bold;
	background: #33ffff;
	
}
.INFO
{
	font-size: 9pt;
	font-family: verdana,arial, helvetica, sans-serif;
	color: Teal;
}    

.MAP
{
	font-size: 8 pt;
	font-family: verdana, sans-serif;
	color: #cc0033;
	font-weight : bold;
}    

.TITOL
{
	font-size: 10pt;
	font-family: arial, helvetica, sans-serif;
	color: #cc0033;
	font-weight : bold;
}    

.TITOL2
{
	font-size: 9pt;
	font-family: arial, helvetica, sans-serif;
	color: #0066cc;
	font-weight : bold;
}    


.PREU
{
	font-size: 11pt;
	font-family: arial, helvetica, sans-serif;
	color: Red;
	font-weight : bold;
}    
.PREU2
{
	font-size: 11pt;
	font-family: arial, helvetica, sans-serif;
	color: Black;
	font-weight : bold;
}    
.footer 
{ 
	font-size: 7pt;
    font-family: verdana,arial, helvetica, sans-serif;
    color: #FFFFFF;
}           
              

.infoBox
{
    BACKGROUND: #b6b7cb
}

.infoBoxContents
{
    FONT-SIZE: 10px;
    BACKGROUND: #DCE0E3;
    FONT-FAMILY: Verdana, Arial, sans-serif
}

.inputRequirement
{
    FONT-SIZE: 10px;
    COLOR: #ff0000;
    FONT-FAMILY: Verdana, Arial, sans-serif
}




/* ---( layout structure )---*/
body {
  margin: 0;
  padding: 0;
  font-size: small;
  text-align: center;
  color: #333333;
  background: #e0e0e0;
  } 
 
#outer-wrapper {
  position: absolute;
  width: 847px;
  padding-top: 0px;
  margin-top: 0px;
  padding-left: 0px;
  left: 0px;
  text-align: center;
  font: normal normal 100% Verdana, sans-serif;
  background: url(img/tile2.gif) repeat-y;
  z-index: 1;
  }

             
a:link { text-decoration: underline;  color : #26075a; font-weight: bold;}
a:visited { text-decoration: underline; color : #26075a; font-weight: bold;}
a:hover { text-decoration: underline; color : #990000; font-weight: bold;}

