@charset "ISO-8859-1";
/* CSS Document */

/* MESSAGE
------------------------------------------------*/
#message-page #message {
	padding-right: 32px;
	clear: both;
	overflow: hidden;
}
#message p {
	padding-left: 32px;
}

#message .portlait {
	float: left;
	width: 279px;
	padding-right: 20px;
	padding-bottom: 20px;
	background-color: #FFF;
}
#message .lead {
	font-size:17px;
	line-height:150%;
	color:#da002d;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 50px;
}
	
#message h3{
	font-size: 15px;
	line-height: 120%;
	color: #da002d;
	border-bottom: 1px solid #da002d;
	margin-bottom: 10px;
	margin-top: 25px;
	font-weight: normal;
	margin-left: 32px;
}


@media print {
    *:first-child+html body {zoom:90%;}
	* html body {zoom:90%;}
	* {
        position: static !important;
        overflow: visible !important;
    }
}

