body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	
	font-family: Arial;
	font-size: 11px;
	color: #000000;
	
	/* -- BACKGROUND --*/
	background-image: url(../MEDIA/background.jpg);
	background-repeat: no-repeat;
	background-position: center top;

}


	
/* -- MENU -- */
.menu {
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #0060A1;
	text-decoration: none;
}

.menu_option{
	font-family: Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #0060A1;
	text-decoration: none;
	border:none;
}

.menu:hover {
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #AAC3E5;
	text-decoration: none;
}


/* -- TEXT -- */

.text_blue {
	font-family: Arial, sans-serif;
	font-size: 11px;
	color: #3890CE;
	text-decoration: none;
}

.text_blue_bold {
	font-family: Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #3890CE;
	text-decoration: none;
}

.text_black {
	font-family: Arial, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}

.text_grey {
	font-family: Arial, sans-serif;
	font-size: 11px;
	color: #666666;
	text-decoration: none;
}

.text_topic {
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

.text_number {
	font-family: Arial, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

.destaque_blue {
	font-family: Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #4798C7;
	text-transform: uppercase;
	text-decoration: none;
}
.destaque_black {
	font-family: Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	text-transform: uppercase;
	text-decoration: none;
}


/* -- TABLE -- */

.table_menu {
	border-bottom: 1px solid #CDF0FC;
}

.table_noticias01 {
	border-bottom: 1px solid #9EE3FB;
	text-align: left;
}
.table_noticias02 {
	border-bottom: 1px solid #9EE3FB;
	background-color: #E9F2FA;
	text-align: left;
}

.table_split {
	border-top: 2px solid #4798C7;;
}
/* PRODUCT LIST */
.table_product01 {
	background-color: #00496C;
}
.table_product02 {
	font-family: Arial, sans-serif;
	font-size: 11px;
	color: #666666;
	text-decoration: none;
	border-bottom: 1px solid #CEF1FD;
	padding-left: 10px;
	background-color: #F0F5FF;
}
.table_product03 {
	font-family: Arial, sans-serif;
	font-size: 11px;
	color: #666666;
	text-decoration: none;
	border-bottom: 1px solid #9EE3FB;
	padding-left: 10px;
}
/* PRODUCT DETAIL */
.table_product04 {
	font-family: Arial, sans-serif;
	font-size: 11px;
	color: #666666;
	text-decoration: none;
	border-bottom: 1px solid #CEF1FD;
	background-color: #DFE9FF;
}
.table_product05 {
	font-family: Arial, sans-serif;
	font-size: 11px;
	color: #666666;
	text-decoration: none;
	border-bottom: 1px solid #9EE3FB;
}


/* FORM */
.form_textfield {
	font-family: Arial, sans-serif;
	font-size: 11px;
	color: #3890CE;
	padding-left: 5px;
	border: 1px solid #FFFFFF;
	border-bottom: 1px solid #9EE3FB;
}.text_newsbody {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 2px;
}
.table_noticias02body {
	background-color: #E9F2FA;
}
