/* Document body (background properties (image or color) are ignored here : they are defined in the layout model.)*/ 

/* Link appearance*/ 
a:link { color: #0000aa; text-decoration: none; font-family: Tahoma, Verdana; 
               font-size: 13px } 

/* Link appearance when flied by by mouse*/ 
a:active { color: #0000aa; text-decoration: none; font-family: Tahoma, Verdana; 
               font-size: 13px } 

/* Appearance of already visited links*/ 
a:visited { color: #0000aa; text-decoration: none; font-family: Tahoma, Verdana; 
               font-size: 13px } 

/* UserClass*/ 
a:hover { color: #ff0000; text-decoration: none; font-family: Tahoma, Verdana; 
               font-size: 13px } 

/* Characters in bold style*/ 
B {  
font-weight:800;} 

/* Characters in italique style*/ 
I {  
font-style:italic;} 

/* Underligned characters*/ 
U {  
text-decoration:underline;} 

/* ALL images*/ 
img {  
} 

p, tr, td, ul, li { color: #000000; font-family: Tahoma, Verdana; font-size: 13px }

/* Main title*/ 
.H0 {  
text-align:center;
font-size:26pt;
clear:left;
font-style:italic;
font-weight:900;
color:RGB(0, 0,128);margin-bottom:1em;} 

/* Level 1 title*/ 
.header1, h1 { color: #ffffff; background-color: #4682B4; background-repeat: repeat; 
               background-attachment: scroll; font-weight: bold; font-family: 
               Tahoma, Verdana; font-size: 15px; margin: 0px; padding: 3px; 
               background-position: 0% 50% }

.header2, h2 { color: #000000; background-color: #DBEAF5; background-repeat: repeat; 
               background-attachment: scroll; font-weight: bold; font-family: 
               Tahoma, Verdana; font-size: 13px; background-position: 0% 50% }

.intd        { color: #000000; font-family: Tahoma, Verdana; font-size: 13px; padding-left: 
               8px }

.tiny { color: #000000; font-family: Tahoma, Verdana; font-size: 12px}

/* Level 6 title*/ 
.H6 {  
font-size:10pt;
clear:left;
font-weight:600;
background:RGB(185, 185, 255);
text-align:right;
padding-right:10pt;
} 

/* Text of idea*/ 
.TextGroup {  
text-align:justify;
clear:left;
margin-top:1em;
margin-bottom:1em;
margin-left:30pt;
margin-right:30pt;
} 

/* Page position in site map block*/ 
.HierarchyGroup {  
font-size:8pt;
font-style:italic;
margin-left:1em;
font-weight:800;} 

/* Children ideas block*/ 
.ChildrenLinkGroup {  
clear:left;
margin-top:2em;
margin-bottom:3em;
margin-left:30pt;
font-weight:800;} 