body {  
    margin-left: 0px; 
    margin-right: 0px;
    font-family: sans-serif;
	background-image: url(../images/fondo.gif);
    background-repeat: no-repeat;
	font-size: 8px;
}

a:link, a:visited, a:active {
    color: #7777AA;
    text-decoration: underline;
}

a:hover {
	color: #FF0000;
	text-decoration: none;
}

.formTitle {
	background-color: #FEBC75;
	font-size: 16px;
	color: #003E7E;
	font-weight: bolder;
	text-align: center;
	width: 100%;
	margin: 5px 0px 5px 0px;
	padding: 1px;
}

.formSubtitle {
	font-size: 14px;
	color: #003E7E;
	font-weight: bold;
	text-align: left;
	margin-bottom: 5px;
	width: 100%;
}

.formId {
	font-size: 11px;
	font-weight: bold;
	border: 1px solid #000000;
	text-align: center;
}

.formButton {
	font-size: 11px;
	padding: 1px;
	font-weight: bold;
	font-variant: small-caps;
	color: #003E7E;
}

.formGrid {
	font-size: 11px;
	border: 1 solid #003E7E;
	margin: 5px 0px 0px;
}

.cellBGColor1 {
	background-color: #FFDAB3;
}

.cellBGColor2 {
	background-color: #FFE3C5;
}

.cellError {			
   font-size: 11px;		
   font-weight: bold;
   color: #FF0000;			
   background-color: #CCCCCC;	
}

.tree {
	font-size: 11px;
	font-family: sans-serif;
	margin: 5px 0px 0px;
}

.loginCell {
	font-size: 10px;
	background-color: #FFE3C5;
}