body{
	 text-align: center;
   font-family: verdana,helvetica,sans-serif;
	 font-size: 8pt;
   margin-left: auto;
   margin-right: auto;
   width: 760px;
	 }
.header{
		width: 100%;
		height: 140px;
  	background-image: url("/images/Zic/faitiereBanner3.jpg");
		background-position: center;
		background-repeat: no-repeat;
    border: outset 4px;
  	border-color: #BAAEAF #D8B8BA #D8B8BA #BAAEAF;
		text-align: center;
		padding: 0px;
  	}

.title,h3{
  font-family: verdana,helvetica,sans-serif;
  font-size: 130%;
  font-weight: bold;
  color: #000042;
	}
.title2{
  font-family: verdana,helvetica,sans-serif;
  font-size: 110%;
  font-weight: bold;
  color: red;
	}
td.year{
  font-family: sans-serif;
  font-size: 150%;
  font-weight: bold;
  color: #000042;
	}
.text{
  font-family: sans-serif;
  font-size: 105%;
  color: #000042;
  }
hr{
	width: 760;
	size: 4;
	color: #4A6070;
	background-color: #5A104A;
	height: 4px;
	border: none;
	}
input{
	background-color: #F7DBCE;
	}	
	
/**  TABLES   **/

.table{
  font-family: verdana,helvetica,sans-serif;
  font-size: 100%;
  color: black;
  }
	
	
/**   LINKS   **/

tr.links{
		width: 800px;
		height: 51px;
		padding: 2px;
		} 
a:link{
	 	font-family: arial,helvetica, sans-serif;
   	font-size: 11px;
		color: #000042;
		text-decoration: underline;
		}
a:visited{
	 	font-family: arial,helvetica, sans-serif;
   	font-size: 11px;
		color: #400040;
		}
.link  {
  text-align: center;
  display: block;
  padding: 1px;
	border: 2px outset;
	border-color: #FFB2B5 #8C0000 #8C0000 #FFB2B5;	
  background-color: #F5DAC7;
	}
.link:hover {
  color: red;
	}

	

