html{
	min-height: 100%;
	margin-bottom: 0.5px;
	}
body{
    width: 760px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    font-size: 12px;
    font-family: arial, helvetica, sans-serif;
    margin-top: 1px;
    padding-top: 5px;		 
    }
.main{
    margin: 2px 1px 2px 150px;
    border: 2px solid #F4CDB5;
    font-size: 90%;
    font-family: Arial, Helvetica, sans-serif;
    color: #5B5348;
    }
.leftpanel{
    width: 140px;
    float: left;
    padding-top: 10px;  
    } 
		
		
					 
/**   FONTS   **/

.header{
    font-weight: bold;
    font-size: 110%;
    font-family: arial, helvetica, sans-serif;
    color: #5B5348;
    padding: 0px;
    margin-bottom:5px;
    } 
h2.left{
    background-color: #F4CDB5;
    text-align: left;
    font-weight: bold;
    font-family: arial, helvetica, sans-serif;
    font-size: 130%;
    color: #5B5348;
    padding:  3px;
    margin-bottom: 2px;
    display: inline;
    }	
h2.right{
    background-color: #F4CDB5;
    text-align: right;
    font-family: arial, helvetica, sans-serif;
    font-size: 130%;
    font-weight: bold;
    color: #5B5348;
    padding: 3px;	
    margin-bottom: 2px;
    display: inline;	 
    }	
.lastmodif{
	text-align: left;
  background-color: white;
  font-size: 80%;
  }

	
	
	/*   TABLES   */
	
.table6{
    font-family: Arial,Helvetica,sans-serif;
    font-size:10pt;
    color: #4B453D;
    padding: 1px 1px 1px 1px;
    border-style: outset;
    border-width: 3px;
    border-color: #F4CDB5;
    border-top-color: #F4E1D4; 
    border-left-color: #F4E1D4; 
    border-right-color: #F4CDB5;
    border-bottom-color: #F4CDB5;
    rules: none;
    }
.table7{
	width: 752px;
	 background-color: #F4CDB5;
   color: #4B453D;
    padding: 2px 2px 2px 2px;
    border-style: outset;
    border-width: 1px;
    border-color: #EDAFB0;
    rules: none;
    }
.table7 td{
	border: 1px solid white;
	padding: 5px 3px;
	}
td{
    border-color: #F4DAB5 #F4EAE4 #F4EAE4 #F4DAB5;
    }
	


/*   LINKS   */
 
    
.linkbar{
		width: 100%;
		height: 32px;
     background-image: url(/images/stripePink.jpg);
		 background-repeat: repeat-x;
		 margin: 0;
		 text-align: right;
		 line-height: 1.9em;
     }
.linkbar li a:link{
    width: 120px;
		height: 26px;
    text-align: center;
    margin-left: 3px;
    margin-right: 3px;
    padding: 4px;
    border: 2px outset;
    border-color: #DCE8E8 #8C0000 #8C0000 #DCE8E8;	
    background-color: #88ACAC;
    font-family: arial,helvetica, sans-serif;
    font-size: 100%;
    font-weight: bold;
    color: white;
    text-decoration: underline;
    }
.linkbar li a:visited{
    width: 120px;
		height: 26px;
    text-align: center;
    margin-left: 3px;
    margin-right: 3px;
    padding: 4px;
    border: 2px outset;
    border-color: #DCE8E8 #8C0000 #8C0000 #DCE8E8;	
    background-color: #88ACAC;
    font-family: arial,helvetica, sans-serif;
    font-size: 100%;
    font-weight: bold;
    color: white;
    text-decoration: none;
    }
.linkbar li a:hover{
    color: #2A706F;
    text-decoration: underline;
		background-color: #F4CDB5;
    }
.linkbar ul li{
	display: inline;
	margin: 15px 2px 2px 2px;
	}
.main a:link{
	color: #5A514A;
	font-size: 90%;
	font-family: arial,helvetica,sans-serif;
	text-decoration: underline;
	}	
.main a:visited{
	color: #5A514A;
	font-size: 90%;
	font-family: arial,helvetica,sans-serif;	
	text-decoration: underline;
	}	
.main a:hover{
	color: #EB6B6B;
	}	

    
		
/**   LISTS   **/
	
.linkbar ul{
	display: inline;
	}
.main li{
	list-style-type: circle;
	text-align: left;
	font-size: 110%;
	font-family: arial,helvetica,sans-serif;
	line-height: 2.2em;
	}
.normallineheight{
    font-size: 90%;
	font-family: arial,helvetica,sans-serif;
	line-height: 1.5em;
	}