/* Estilo Base */
BODY {
	MARGIN: 0px; FONT-FAMILY: Arial; LETTER-SPACING: normal
}
TD {
	FONT-SIZE: 12px
}
A {
	FONT-SIZE: 12px; COLOR: #2E5888; FONT-FAMILY: Arial
}
A:hover {
	TEXT-DECORATION: underline
}
/* Estilo Base */

.normal_text {  
	FONT-FAMILY: Arial; 
	LETTER-SPACING: normal;
	FONT-SIZE: 12px; 
	COLOR: #000000;
	text-decoration: none;
}

.faded_text {  
	FONT-FAMILY: Arial; 
	LETTER-SPACING: normal;
	FONT-SIZE: 12px; 
	COLOR: #000000;
	text-decoration: none;
}

.highlighted_text {  
  FONT-FAMILY: Arial;
	FONT-SIZE: 12px; 
	COLOR: #2E5888; 
	FONT-WEIGHT: bold;
	text-decoration: none;
}

.linked_text {  
    FONT-FAMILY: Arial;
	FONT-SIZE: 12px; 
	COLOR: #2E5888; 
	FONT-WEIGHT: bold;
	text-decoration: none;
}
a.linked_text:hover { 
	text-decoration: underline
}

.input_label {  
	font-family: Arial; 
	font-size: 12px; 
	font-weight: normal; 
	color: #2E5888; 
	text-decoration: none;
}
a.input_label:hover { 
	font-family: Arial; 
	font-size: 12px; 
	font-weight: normal; 
	color: #62AE66; 
	text-decoration: none
}

.input_field {  
	font-family: Arial; 
	font-size: 11px; 
	color: #666666;
	border-width: 1px;	
	border-style: solid;
	border-color: #2E5888;
}

a.button {
	font-weight: bold;
	font-size: 10px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	padding: 4px 8px;
	border-top: 1px solid;
	border-right: 1px solid;
	border-bottom: 1px solid;
	border-left: 1px solid;
	text-align: center;
	min-width: 75px;
	text-transform: uppercase;
	border-color: #2E5888 #2E5888 #2E5888 #2E5888;
	text-decoration: none;
}
a.button:hover { 
	background-color: #2E5888; 
	color: white;
}

.bar_separator {  
	color: #454545;
	border: dotted;	
}
