body {
	background: #fff; 
	font-family: verdana, arial, sans-serif; 
	font-size: 9px;
	color: #666; 
	margin: 0; 
	padding: 0; 
	height: 100%; 
}

.input_text {
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #000000;
	text-align: justify;
}
.botones {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #FFFFFF;
	background-color: #B3C58D;	
}

.regular_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;	
	color: #000000;
	padding-left: 5px;
	padding-bottom: 2px;	
	text-align: justify
}

.smooth_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;	
	color: #666666;
	padding-left: 5px;
	padding-bottom: 2px;	
	text-align: justify
}

.row_pair
{
	font-family: verdana;
	font-size: 9px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	background-color: #FFFFFF;
	height: 20px;
	text-align: center;
}

.row_nonpair {
	font-family: verdana;
	font-size: 9px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	background-color: #F6F6F6;	
	height: 20px;	
		text-align: center;
}

.text_area {
	font-family: Verdana, Arial, Helvetica, sans-serif, "Futura Md BT";
	font-size: 10px;
	font-weight: normal;
	color: #003399;
	border: 1px solid #ACBBCC;
	vertical-align: middle;
}

.error_text {
	font-family: Verdana, Arial, Helvetica, sans-serif, "Futura Md BT";
	font-size: 10px;
	font-weight: bold;
	color: #08006D;
	text-align: justify;
}

.label_bold
{
	font-family: Verdana, Arial, Helvetica, sans-serif, "Futura Md BT";
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	text-align: right;
}

.regular_link
{
	font-family: verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000080;
	padding-left: 5px;
	padding-bottom: 2px;
}


.subtopic {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #666666;
	padding-left: 5px;
	padding-bottom: 10px;
	padding-top: 10px;	
}

.inputtext {
	font-family: Verdana, Arial, Helvetica, sans-serif, "Futura Md BT";
	font-size: 10px;
	font-weight: normal;
	color: #003399;
	border: 1px solid #CCCCCC;
	height: 17px;
	width: 150px;
	vertical-align: middle;
}


	
#footer a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #999999;
}
#footer a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #99cc00;
}
#footer a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #999999;
}
#footer a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #999999;
}


.footer_section
{
	font-family: verdana, arial;
	font-size: 9px;
	font-weight: bold;
	font-style: normal;
	color: #000000;
	text-align: left;
	text-indent: 3px;
	border-top-style: solid;
	border-top-width: 5px;
	border-top-color: #99CC00;
	height: 20px;
	top: 5px;
}


.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #999999;
	width: 283px;
}

table.DataTable
{
	border: solid #FFFFFF;
	empty-cells: hide;
	font-family: verdana, arial;
	font-size: 10px;
	font-weight: normal;
	font-style: normal;
}

td.non_sorted_column
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #B3C58D;
	width: 200px;
	height: 20px;
	vertical-align: middle;
	text-align: center;
}

td.sorted_column
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #666666;
	background-color: #EAEAEA;
	width: 200px;
	height: 20px;
	vertical-align: middle;
	text-align: center;
}



a:hover
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #2299cc;
}

a:active
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #229900;
}

a:link
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #229900;
}

a:visited
{	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #229900;
}

.header_section
{
	font-family: verdana, arial;
	font-size: 11px;
	font-weight: bold;
	font-style: normal;
	color: #000000;
	text-align: left;
	text-indent: 3px;
	border-bottom-style: solid;
	border-bottom-width: 5px;
	border-bottom-color: #99CC00;
	height: 20px;
	bottom: 5px;
}


.titulo 
{
    font-size: 14px; 
    font-weight: bold; 
    color: #008000; 
    text-align: center;
    text-transform:capitalize;
 }
 
.subTitulo
{
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-align: left;
}

 .ContactInfo
{
    font-size: 8pt;    
    font-weight: bold; 
}

.Aviso
{
    font-size: 12px;
	font-weight: bold;
	color: #FF0000;
	text-align: center;
}    
   