BODY {
	background-color: e0e0e0;
	color: black;
	font: Arial,Swiss,Helvetica,Thesis,Sans-Serif;
	margin-left: 2%;
}

.thref {
	FONT-SIZE: 10pt; 
        LINE-HEIGHT: 1.5em; 
        PADDING-TOP: 6pt; 
        FONT-FAMILY: verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
        margin-left: 2em; 
        text-indent: -2em
}

.mediaecho {
        font-family: verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
        /* font-style:italic; */
	font-size: 8pt;
        /* color: #66023C; */  /* tyrian purple */
        /*  color: #C71585;*/  /* magentais */
        color: #ffa308;   /* indisch yellow */
        /* color: #eeab00; */  /* dark indisch yellow */
        margin-left: 2em; 
        line-height: 1.5em; 
}



p {
	background-color: e0e0e0;
	color: black;
        font-size: 10pt; 
	font-family: "Bitstream Vera Sans", verdana, Arial, Helvetica, Geneva,Swiss, SunSans-Regular,Thesis,Sans-Serif;
        LINE-HEIGHT: 1.5em;
        PADDING-TOP: 0pt;
        padding-bottom: 1pt;
        
}

TD {
/*	background-color:white;*/
	color: black;
        font-size: 10pt; 
	font-family:  "Bitstream Vera Sans", verdana, Arial, Helvetica, Geneva,Swiss, SunSans-Regular,Thesis,Sans-Serif;
	margin-right:0%;
	margin-left:0%;
}

ul, il {
	color: black;
	font-size: 10pt; 
	font-family: "Bitstream Vera Sans", verdana, Arial, Helvetica, Geneva,Swiss, SunSans-Regular,Thesis,Sans-Serif;
         list-style-type: square;

}

H1, H2, H3, H4, H5, H6 {
	color:black;
	font-family: "Bitstream Vera Sans", Arial,Swiss,Helvetica,Thesis,Sans-Serif;
	margin-top:0.2cm;
	margin-bottom:0.2cm;
}

H1 {
	font-weight:bold;
}

H2 {
	font-weight:bold;
}

H3 {
	font-weight:bold;
}

H4 {
	font-weight: bold;
        font-size:smaller;
	margin-top:0.8cm;
	margin-bottom:0.2cm;
}

H5 {
	font-weight:normal;
	font-size:normal;
}

H6 {
	font-weight:bold;
}

H4 A:link {
	color:#000099;
	font-weight:bold;
}

H4 A:visited {
	color:#000099;
	font-weight:bold;
}

H4 A:hover {
	color:#808080;
	font-weight:bold;
}

EM.red {
	color:#ff0000;
	background-color: e0e0e0;
	font-weight:bold;
	font-style:normal;
}

A:link {
	color:#000099;
	background-color: e0e0e0;
	text-decoration:none;
}

A:visited {
	color:#999;
	background-color: e0e0e0;
	text-decoration:none;
}

A:hover {
	color:#808080;
	text-decoration:underline;
	background-color:lightgray;
}

A:active {
	color:red;
	background-color:white;
	text-decoration:none;
}


