/*----------- CONSTS -----------*/ 
/*----------- BODY -----------*/ 
BODY { background-color: #FFFFFF; font-size: 10px; font-color: black; font-family: tahoma,arial; color : #636363; text-decoration : none; } 

input, textarea { font-size: 7pt; font-color: #000000; font-family: arial,tahoma,verdana,arial; text-decoration : none; } 

a {
	color: #4555E6;text-decoration: none;
}
a:visited {
	color: #4555E6;text-decoration: none;
}
a:hover {
	color: #4D5EFF;text-decoration: underline;
}

/*-----------------tables and forms-----------------*/

.me_table {
	background: none;
	margin: 0;
	}

table.me_green,table.me_blue {
	background: #fff;
	border-collapse: collapse;
	border: 1px solid black;
	font-size: 9pt;
	color: #333;
	}
	

	
table.me_green th,table.me_blue th {
	background: #254474;
	text-align: left;
	font-size: 1.1em;
	color: white;	
	}
	

table.me_green tr.odd {
	background: #EEF5F4;
	}
	
table.me_green tr.odd td.td_last {
	background: #EEF5F4;
	}

table.me_green_blue,table.form_blue {
	background: #ECF4F8;
	}
table.me_green_blue tr.odd {
	background: #D9EBF3;
	}