 /* ce-bis css
 /* ============================================================ */
 
 
 /* Global                                                      */
 /* =========================================================== */

a:link { color:#B42C2C; text-decoration:none; }
a:visited { color:#B42C2C; text-decoration:none; }
a:active { color:#B42C2C; text-decoration:none; }
a:hover { color:#0B3663; text-decoration:none; }

body, td, th {
	font-family: verdana,arial, sans-serif;
	font-size: 8pt;
	color: #263145;
	line-height: 150%;
  	text-align: left;
}

#hd {
	background-color: #ffffff;
	padding:5px; 
	text-align: right; 
	color: #B42C2C;
	font-weight: bold;
	line-height: 120%; 
    border-width: 1px;
	border-style: none none solid none;
    border-color: #B42C2C;
}

#ttl {
	text-align: right; 
	line-height:180%;
	font-size: 9pt;
}
