/* ALCAN SPECIFIED STYLES */

/* Title: verdana,arial, 12 pixels, gris foncˇ (#333333), bold. */

.title {  font-family: Verdana, Arial; font-size: 12px; color: #333333; line-height: 15px; font-weight: normal}

/* Subtitle: verdana,arial, 11 pixels, gris (#666666), bold.*/


.subtitle {  font-family: Verdana, Arial; font-size: 11px; color: #666666; line-height: 15px; font-weight: normal}

/* Body content: verdana,arial, 11 pixels, noir 75% (#333333), rˇgulier.
This one is automatically call whenever the text is inside a cell <td>. */


TD {font-family: Verdana, Arial; font-size: 11px; color: #333333; line-height: 15px; font-weight: normal}


/* Caption: verdana,arial, 10 pixels, bleu (#106bb5), rˇgulier.*/


.caption {  font-family: Verdana, Arial; font-size: 10px; color: #106bb5; line-height: 15px; font-weight: normal}

/* Footer: verdana,arial, 10 pixels, Bleu nuit 75% (#315a73), bold.*/


.footer {  font-family: Verdana, Arial; font-size: 9px; color: white; line-height: 15px; font-weight: bold; background: #2C8ECB; width: 752px; text-align: center; 
			border: 1px solid white; }
.secureFooter {  font-family: Verdana, Arial; font-size: 9px; color: white; line-height: 15px; font-weight: bold; background: #2C8ECB; width: 752px; text-align: center; 
			border: 1px solid white; padding: 0 15px; }
			
			#footerdiv {height: 100%; padding: 10px 0; }


/* links color */

A { 
color: #999999; 
text-decoration:underline;
font-weight: bold;
}

A:active { 
color:#999999; 
text-decoration:none;
font-weight: bold;
}
A:hover { 
color:#999999; 
text-decoration:none;
font-weight: bold;
}

.footer A:active, .footer A:visited, .footer A:hover, .footer A:link, .secureFooter A:active, .secureFooter A:visited, .secureFooter A:hover, .secureFooter A:link { 
color: white; 
text-decoration:underline;
font-weight: normal;
}


/* END ALCAN SPECIFIED STYLES */
* { 
	margin:0;
	padding:0;
	font-family: Verdana, Arial;
}

body {
	background: #006EC7;
	font-size: 10pt;
}

.clear { clear: both; height: 0px; margin-top: -30px; *display: none;}

	h2 { font: small-caps bold 1em tahoma;	text-transform: uppercase; padding: 2px;}
	h3 {font: small-caps bold .9em tahoma; text-transform: uppercase; padding: 2px;}


.exception { color: red; padding: 15px; font-size: large; }