	body {
  		margin:0;
		padding:0;
		background-color: #050606;
  		color:#ffffff;
  		font-size: 12px;
  		font-family: copperplate,verdana, arial, sans-serif;
  		background-image: url(/images/bourgeoisieBackground.jpg);
		background-repeat: repeat;
  	}

  	img{
		margin: 0px;
	    padding:0px;
    	border:none;
	}
	/*  	td{font-family: copperplate,verdana, arial, sans-serif;color:#ffffff;font-size: 12px;}
	input{
		color:#2b2a2a;
	}
	.bottomText{color:#ffffff;font-weight:normal;padding-bottom:5px;text-align:center;}
	
	
	
	.bottomText a:link {
 		text-decoration:underline;
 		color: #ffffff;
 		font-weight: normal;
 	}
 	
	.bottomText a:visited {
 		text-decoration:underline;
 		color: #ffffff;
 		font-weight: normal;
 	}
 	
	.bottomText a:hover {
 		text-decoration:underline;
 		color: #ffffff;
 		font-weight: normal;
 	}
 	
	.bottomText a:active {
 		text-decoration:underline;
 		color: #ffffff;
 		font-weight: normal;
 	}
	
	.highlight{ color:#a8153f;}
	.button {
		background-color: #e0e0e0;
		color:#000000;
		border-color:#9f9f9f;
		border-style:solid;
		font-weight:bold;
	}
  	p{
  		padding: 0;
  		margin: 0;
  	}
  	
  	.errorText{
  		color: #b31111;
  		font-weight: bold;
  	}
   
   	h1{
  		font-size: 14px; 
  		color: #c52127;
  		font-weight: bold; 
   	}
  	h2{
  		font-size: 11px; 
  		color: #c52127;
  		font-weight: bold;   		
  	}

 	a:link {
 		text-decoration:underline;
 		color: #000000;
 		font-weight: normal;
 	}
 	
 	a:visited {
 		text-decoration:underline;
 		color: #000000;
 		font-weight: normal;
 	}
 	
 	a:hover {
 		text-decoration:underline;
 		color: #000000;
 		font-weight: normal;
 	}
 	
 	a:active {
 		text-decoration:underline;
 		color: #000000;
 		font-weight: normal;
 	}
 
    #pageHeader {
		top:0;
		left:0;
  	
  		width: 100%;
  		text-align: left;
  	}
  
	#outlineTable{
    
 		width:699px;
 		background-color: #ffffff;
 	}
 	#mainContent {
 		background-color:#ffffff;
 		text-align: left;
 		background-image: url(../images/mainBackground.gif);
 		background-repeat: repeat-x;
 	}

    	#pageFooter {
  		width:100%;
    	background-image: url(../images/footerBackground.gif);
    	 		background-repeat: repeat-x;
  		text-align:center;
  		font-size:10px;
  		padding-top:1px;
		height:21px;
  	}
	#mainPageConent{
		text-align: left;
	}
	#mainPageContent table  { 
		border:solid 1px #708090;
	}
	#mainPageContent th  { 
		background-color:#e0e0e0;
		border-bottom:1px solid #9f9f9f;
		font-weight: bold;
  		font-size: 11px;
		text-align: left;
		color: #2b2a2a;
		margin-top: 5px;
		padding: 0px;
		height: 26px;
		padding-left:5px;
		padding-right:5px;
		text-align: left;
	}
	
	#mainPageContent td  { 
		background-color:#ebebeb;
		font-weight: normal; 
  		font-size: 11px;
		color: #2b2a2a;
		padding-left:5px;
		padding-right:5px;
		text-align: left;
	}
	#mainPageContent td  #ContentBody table{ 
		border:none;
	}	
	#mainPageContent td  #ContentBody th{ 
		border:none;
		background-color:transparent;
		padding:0px;
	}	
	#mainPageContent td  #ContentBody td{ 
		border:none;
		background-color:transparent;
		padding:0px;
	}	*/ 