body, td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #003273;
}
.select_list, .text_box {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #003273;
}
.select_list_red, .text_box_red {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #FF0000;
}
.txt_titulo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 14px;
	color: #003273;
}
.txt_titulo2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 14px;
	color: #003273;
}
.text_aviso {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #a20000;
}
.smaller {
	font-size: 10px;
	line-height: 14px;
}

.small {
	font-size: 9px;
	line-height: 14px;
}

.small_black {
	font-size: 9px;
	line-height: 14px;
	color: #000000;
}

.bigger {
	font-size: 14px;
	line-height: 18px;
}

.big {
	font-size: 16px;
	line-height: 18px;
}

.title {
	font-size: 24px;
	line-height: 30px;
	font-style: italic;
	
}

.title_link, .title_link:active, .title_link:visited, .title_link:link {
	color: #003273;
	text-decoration: none;
}

.title_link:hover {
	color: #bd0000;
}

.footer, .footer:active, .footer:visited, .footer:link {
	color: #ffffff;
	text-decoration: none;
}

.footer:hover {
	color: #ffffaa;
}

.featurebox {
	border: 1px solid #a1a5a9;
	background: #ffffff;
}

.bumblebee .header { 
	background: #2a548b;
	color: #ffffff;
}

.bumblebee .odd { 
	background: #fff;
}
.bumblebee .even {
	background: #e2eaf4;
}

.p_line_h, p {
	line-height: 16px;
	text-align:justify;
}
.p_line_h_center {
	line-height: 16px;
	text-align: center;
}

.p_line_h_right {
	line-height: 16px;
	text-align: right;
}

.p_line_h_left {
	line-height: 16px;
	text-align: left;
}

.p_line_h_auto {
	text-align:justify;
}

.tbl_b_color_blue {
	border-color: #D3E2F1;
	color: #D3E2F1;
}

.hr_line_color {
	border:thin;
	height: 2px;
	color: #d3e2f1;
	background-color: #d3e2f1;
}

.hr_line_color_gris {
	border:thin;
	height: 1px;
	color: #ccc;
	background-color: #ccc;
}

.only_print {
	visibility: hidden;
	display: none; 
}



/*Credits: By Santosh Setty (http://webdesigninfo.wordpress.com) */
/*Posted to: Dynamic Drive CSS Library (http://www.dynamicdrive.com/style/) */

.glossymenu{
	position: relative;
	padding: 0 0 0 2px;
	margin: 0 auto 0 auto;
	background: url(../images/menub_bg.gif) repeat-x; /*tab background image path*/
	height: 46px;
	list-style: none;
}

.glossymenu li{
	float:left;
}

.glossymenu li a{
	float: left;
	display: block;
	color:#000;
	text-decoration: none;
	font-family: sans-serif;
	font-size: 10.5px;
	font-weight: bold;
	padding:0 0 0 16px; /*Padding to accomodate left tab image. Do not change*/
	height: 46px;
	line-height: 46px;
	text-align: center;
	cursor: pointer;	
}

.glossymenu li a b{
	float: left;
	display: block;
	padding: 0 24px 0 8px; /*Padding of menu items*/
}

.glossymenu li.current a, .glossymenu li a:hover{
	color: #fff;
	background: url(../images/menub_hover_left.gif) no-repeat; /*left tab image path*/
	background-position: left;
}

.glossymenu li.current a b, .glossymenu li a:hover b{
	color: #fff;
	background: url(../images/menub_hover_right.gif) no-repeat right top; /*right tab image path*/
}


