body
{
    background-color:#e0b153;
}
.Label
{
	color:white;
	font-family:Arial;	
	font-weight:bold; 
	
}	

.TextBox
{
    
	color:black;
	font-family:Arial;
	font-weight:bold; 
    background-color:white;
	border-style:solid;	 
	border-color:white;
	text-align:left;
	
}	

.Button
{ 	
	color:white;
	font-family:Arial Black;
	background-color:#F0AE21;
	border-style:none;
	font-size:small;		 
}	

.ButtonSeparator
{ 	
	color:#8B0305;
	font-family:Arial Black;
	background-color:white;
	border-style:none;
	font-size:small;		 
}

.ButtonTop
{
	color:#8B0305;
	font-family:Arial Black;
	background-color:white;
	border-style:none;
	font-size:smaller;
}


.Text
{
	font-family:Arial;
	color:#A4A604;
}


.TextSmall
{
	font-family:Arial;
	color:#7B8227;
	font-size:9pt;
}

.LabelInfoWhite
{
	color:white;
	font-family:Arial;	 	
}

.LabelTitulo
{
	color:#DC9718;
	font-family:Arial;
}

a
{
	text-decoration:none;
	color:White;
}

