@charset "UTF-8";
body {
	background-image: url(../img/bgrd-plussigns.jpg);
	background-repeat: repeat;
}
.maincopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 17px;
	color: #717171;
	letter-spacing: .25pt;
	text-align: left;
	word-spacing: .25pt;
}
.headline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: normal;
	color: #9ED652;
	letter-spacing: -.05em;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #333333;
	font-weight: normal;
	letter-spacing: .25pt;
}
/*****************************************************************/
.MenuTitulo
{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10pt;
	color: #414141;
	cursor:pointer;
	text-decoration:none;
}
.MenuSubTitulo
{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 8pt;
	color: #B2D674;
	cursor:pointer;
	text-decoration:none;
}
.MenuSubGrey
{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 8pt;
	color: #DDDDDD;
	text-decoration:none;
}
.GridRed 
{
	color: #FF0000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-decoration:none;	
}
.links 
{
    cursor:pointer;
	color: #FF0000;
	font-weight: bold;
	text-decoration:none;	
}
.links:link {
	cursor:pointer;
	color: #FF0000;
	font-weight: bold;
	text-decoration:none;	
}
.links:visited {
	cursor:pointer;
	color: #FF0000;
	font-weight: bold;
	text-decoration:none;
}
.links:hover {
	cursor:pointer;
	color: #FF0000;
	font-weight: bold;
	text-decoration:none;
}
.links:active {
	cursor:pointer;
	color: #FF0000;
	font-weight: bold;
	text-decoration:none;
}
/*Controls*/
.Validator
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: Red;    
}
.Informer
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: Blue;    
}
.Label
{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10pt;
	color: #414141;    
}
.LabelBig
{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 16pt;
	color: #414141;    
}
.TextBox
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #414141;    
}
.TextBoxBold
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bolder;
	color: #414141;    
}
.Button
{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10pt;
	color: #414141;    
}
.DropDown
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #414141;
}