/* Base style sheet for the C.N.P.F. site --< CHOIX >--  */

BODY {
     margin-top: 10px;
     margin-right: 10px; 
     font-size: 10pt;
     color: #000000;
     font-family: arial, helvetica, sans-serif; 
     font-weight: normal;
     scrollbar-face-color: #004477;
     scrollbar-highlight-color: #cccccc;
     scrollbar-3dlight-color: #666666;
     scrollbar-darkshadow-color: #666666;
     scrollbar-shadow-color: #000044;
     scrollbar-arrow-color: #ffffff;
     scrollbar-track-color: #102952;
}

p { 
     font-family: Arial, Helvetica, sans-serif; 
     font-size: 10pt;
     color: #000000;
}

H1 {
     color: #003366;
     text-align: center;
     font-family: Arial, Helvetica, sans-serif;
     font-size: 18pt;
     font-style: normal;
     font-weight: bold;
}

H2 {
     color: #126897;
     text-align: left;
     font-family: Arial, Helvetica, sans-serif;
     font-size: 16pt;
     font-weight: bold;
     text-decoration: underline;
}

H3 {
     color: #bf4310;
     text-align: left;
     font-family: Arial, Helvetica, sans-serif;
     font-size: 11pt;
     font-weight: bold;
     background-color: #f6f6f6;
}

H4 {
     color: #1111111;
     text-align: left;
     font-family: Arial, Helvetica, sans-serif;
     font-size: 11pt;
}

H5 {  
     font-family: Arial, Helvetica, sans-serif; 
     font-size: 9pt;
}

H6 {  
     font-family: Arial, Helvetica, sans-serif; 
     font-size: 11pt; 
     font-weight: bold; 
     text-align: center;
}

UL {
     list-style-type: disc;
     font-family: Arial, Helvetica, sans-serif; 
     font-size: 10pt;
     color: #000000;
}

OL {
     list-style-type: lower-alpha;
     font-family: Arial, Helvetica, sans-serif; 
     font-size: 10pt;
     color: #000000;
}

Li { 
     font-family: Arial, Helvetica, sans-serif; 
     font-size: 10pt;
     color: #000000;
}

A:link {
     color: #4477aa;
     TEXT-DECORATION: none;
     font-style: italic;
     background-color: #f7f7f7;
}	
 
A:visited {
     color: #4477aa;
     TEXT-DECORATION: none;
     font-style: italic;
     background-color: #f7f7f7;
}	  

A:active {
     color: #772299;
     TEXT-DECORATION: none;
     font-style: italic;                
}
A:hover{
     color: #666666;
     text-decoration: underline;
     background-color: #ffffee;
     font-style: italic;  
}	

td {    
     font-family: Arial, Helvetica, sans-serif;
     font-size: 10pt;
     font-weight: bold;   
}

td.title { 
       FONT-WEIGHT: bold; 
       FONT-SIZE: 20px; 
       color: #000099;
       text-align: center;
       text-decoration: underline; 
       FONT-FAMILY: verdana, arial, helvetica, sans-serif; 
       background-color: #eeeeee;  
       border: solid #003366;
}