html, body {
	height: 100%;
}

body{
	margin: 0px;
	padding: 0px;
	font-family: verdana, arial, helvetica;
	color: black;
	font-size: 14px !important;
}


a:link, a:visited {
	text-decoration: none;
	font-weight: normal;
}

a:hover {
	text-decoration: underline;
	font-weight: normal;
}







/*///////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////// MVM //////////////////////////////////////////
///////////////////////////////////////////////////////////////////////////////////*/

td.mvm {
	font-size:10px;
	font-family: arial, verdana;
	color: white;
	padding-bottom: 5px;
	text-align: center;
}

td.mvm a:link, td.mvm a:visited {
	color: #CC6A5D !important;
	text-decoration: none; 
}

td.mvm a:hover {
	text-decoration: underline; 
	color: #CC6A5D !important;
}