/* Stylesheet for the cigré website */

div.Section1
	{page:Section1;}


body 	{
	font-color: #339933;
	font-size: 10pt;
	background-image: url(images/bgcig.gif);
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: fixed;
		}

h1		{	
		font-family : arial, sans-serif, tahoma;
		font-size : 16pt;
		color : #FFFFFF;
		margin-top: 2pt;
		margin-bottom: 2pt;
		}
td.h1 {
	font-family : arial, sans-serif, tahoma;
	font-size: 10pt;
	color : #FFFFFF;
	background-color: #006633;
	}

h2      {
		font-family : arial, sans-serif, tahoma;
		font-size : 12pt;
		color : #003399;
		}
	
h3 		{
		font-family : arial, sans-serif, tahoma;
		font-weigtht : bold;
		color : #006600;
		font-size: 10pt;
		}

h4		{
		font-family : arial, sans-serif, tahoma;
		font-weigtht : bold;
		color : #339933;
		}

p		{
		font-family : arial, sans-serif, tahoma;
		font-size: 10pt;
		color : #339933;
		}


a:link {	
		font-family : arial, sans-serif, tahoma;
		font-size: 10pt;
		text-decoration: underline;
		color : #006600;
		}

a:visited {	
		font-family : arial, sans-serif, tahoma;
		text-decoration : underline;
		font-size: 10pt;
		color : #33AA33;
		}

a:hover {color : #660000; }

/* menu */
a.menu:link {
		font-family : arial, sans-serif, tahoma;
		font-size: 10pt;
		text-decoration: none;
		color : white;
		font-weight: bold;
		}
a.menu:visited {	
		font-family : arial, sans-serif, tahoma;
		text-decoration : none;
		font-size: 10pt;
		color : white;
		font-weight: bold;
		}
a.menu:active {	
		font-family : arial, sans-serif, tahoma;
		text-decoration : none;
		font-size: 10pt;
		color : yellow;
		font-weight: bold;
		}
a.menu:hover {	
		color : yellow;
		font-weight: bold;
		}
		
td {
	font-family : arial, sans-serif, tahoma;
	font-size: 10pt;
	color : #000000;
	}
ul {	font-family : arial, sans-serif, tahoma;
	font-size: 10pt;
	color: #339933;}
li {
	font-family : arial, sans-serif, tahoma;
	font-size: 10pt;
	color : #339933;
	list-style-type: square;
	list-style-position: outside;
	}
.footer 	{ font-family : arial, sans-serif, tahoma;
	  color : #000000;
	  font-size: 9pt;}

