body {margin: 0;
	padding: 0;
	text-align: center;
	color: #000;
	background: #555;
	font:  10pt Trebuchet,Helvetica, sans-serif;
	}
h1 {font: bold 16pt Trebuchet,Helvetica, sans-serif;
          color: #333;
          font-size: x-large;
          text-transform: uppercase;
          text-align: center;
          border-bottom: 1px solid #333;
}
h3,h4 {font: bold 1em Trebuchet,Helvetica, sans-serif;
          color: #333;
          background-color: #EEE;
          font-size: large;
          text-align: left;
          padding: 3px 3px 3px 2em;
          border-bottom: 1px solid #333;
}
h4{
	background-color: #FFF;
	padding: 3px 3px 3px 1em;
	border-bottom: 2px solid #333;	
	color: #000;
	text-transform: capitalize;
}
a {text-decoration: none;}
a:hover {text-decoration: underline;color: inherit;}
p.center{text-align: center;}
p.family {margin-left: 1em; }
p.legend{ color: #666; font-size: small; text-align: right; padding-right: 2em;}
span.bold, p.bold{font-weight: bold;} 
#container{
	width: 1000px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid black;
}     	
#title{
	height: 40px;
	background-color: #000;
	color: #888;
	margin: 0;
	padding: 1px;
}
#title a{color: #888; font-size: 12pt;}
#title ul{
	list-style: none;
}
#title li{float: left; padding: 0 20px; border-left: 1px solid #888;}
#title a:hover {color: #FFF; text-decoration: none;}
#corps{
	padding: 10px;
	position: relative;
	background: #FFF;
	text-align: center;
}
#presentation{
	margin: 50px;
	text-align: justify;
}
#logo{
	position: absolute;
	top: -2px;
	width: 78px;
	height: 29px;
	right: 0;
}
#logo h1{
	background: url(logo.png) 0 0 no-repeat;
	position: absolute;
	top: 0;
	right: 0;
	width: 78px;
	height: 29px;
	z-index: 10;
}
span.grey{color: #DDD;}
span.dark_grey{color: #666;}
table{
	position: relative;
	padding: 0px;
	border: 0px solid grey;
	margin-left: 0;
	width: 100%;
	margin-right: auto;
	font:  10pt Trebuchet,Helvetica, sans-serif;
	border-collapse: collapse;
	border-spacing: 0;
}
div.left{position: relative;
	margin-right: 780px;
	text-align: left;
	margin-left: 00px;
	background: #FFF;
	
}
div.right{position: absolute;
	margin-left: 220px;
	top: 70px;
	width: 740px;
	text-align: center;
}
td{text-align: center; padding: 2px;}
th{border-bottom: 1px solid #333;border-top: 1px solid #333;}
td.left{text-align: right; padding-right: 1em; vertical-align: top;}
td.right{text-align: left; padding-left: 1em; vertical-align: top;}
td.seq{text-align: left; padding-left: 1em;font:  10pt Courier, sans-serif; }
tr.A1{background: #EEE;}
td.A1{background: #EEE; vertical-align: top;}
tr.A2{background: #FFF;}
td.A2{background: #FFF; vertical-align: top;}
p.seq,span.seq{font:  10pt Courier, sans-serif; text-align: left;}

