html{
background: #b8c7a1;
}

body
{
width: 850px; 
margin-left:auto;
margin-right:auto;
background: #b8c7a1;
margin-top:0px;
color: #fff;
scrollbar-face-color:#E4ECDA;
scrollbar-arrow-color:#660000;
scrollbar-track-color:#2E412C;
scrollbar-shadow-color:#2E412C;
scrollbar-highlight-color:#2E412C;
scrollbar-dlight-color:#2E412C;
scrollbar-darkshadow-Color:#425942;
}

.fond{
background: #e4ecda;
}

#banner
{
background-image:  url(../images/banner.jpg);
margin: 0px;
width: 850px; 
height: 115 px; 
background-repeat: 
no-repeat;
background-position: 
center center;
}

#pageTitle
{
	margin-top:0px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	font-weight: bold;
	color:       #fff;
	padding : 3px;
	font-size:   15px;
	background:  #2E412C center;
	margin-left: auto;

          /*border-bottom: 25px solid #B8C7A1;*/
}

.navBar
{
margin-top:10px;
margin-bottom:0px;
font-family: Arial, Helvetica, sans-serif;
text-align: center;
color:       #2E412C;
font-size:   9px;
padding: 3px 3px 3px 3px;
margin-bottom:10px;
/*background: #D4E3D1;*/   
}

#content
{
background: #e4ecda;
width: 850px;
padding-top:0px;
margin-right:0px;
padding-right:0px;
border-right:  #4A7152 solid 3px;
border-left:  #4A7152 solid 3px;
text-align: justify;
}

.title
{
background:  #D4E3D1;           
border-bottom: 2px solid #B8C7A1;
font-family: Arial, Helvetica, sans-serif;
font-size: big;
font-weight:bold;
color: #2E412C;
font-size:   15px;  
margin-top:0px;
margin-bottom:0px;
padding-top:3px;
padding-bottom:3px;
padding-left:20px;
}

.faqTopic
{
font-family: Arial, Helvetica, sans-serif;
font-size: big;
color:       #2E412C;
padding : 3px 10px 3px 30px;
font-size:   15px;
background:  #D4E3D1;               
border-bottom: 2px solid #B8C7A1;
}

.text1
{
font-family: Arial, Helvetica, sans-serif;
color: #2E412C;
font-size: 15px;
padding: 10px 10px 10px 10px;
background: #D4E3D1;   
border-bottom: #B8C7A1 solid 10px;
}

.text2
{  
padding-top:0px;
padding-bottom:6px;
margin-top:0px;
margin-bottom:10px;
margin-left:10px;
margin-right:10px;
font-family: Arial, Helvetica, sans-serif;
color:       #2E412C;
font-size:   13px;
padding: 10px 10px 10px 10px;
background: #e4ecda;
color:    #3D526E;
padding-left:30px;
padding-right:20px;
}

.code
{  
margin-top:5px;
margin-bottom:5px;
align:center;
width:650px;
font-family: Courier;
padding: 10px 10px 10px 10px;
background:#D4E3D1;
border-top: #e4ecda solid 5px;
border-bottom: #e4ecda solid 5px;
border-right: #e4ecda solid 5px;
border-left: #e4ecda solid 5px;   
color: #2E412C;
font-size:   10px;
}

a:link , a:visited {
margin-top:10px;
padding-top:10px;
padding-bottom:10px;
text-decoration : underline;
color : #660000;
padding-top:10px;
padding-left: 0px;
padding-right: 0px;
font-weight: bold;
font-size:   13px;
}

a:active, a:hover{
margin-top:10px;
padding-top:10px;
padding-bottom:10px;
color:#666666;
padding-left: 0px;
padding-right: 0px;
text-decoration : underline;
font-weight: bold;
font-size:   13px;
}

.top{
margin:0px;
margin-bottom:0px;
padding-bottom:0px;
}

table#cases {
	font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;  
  align: center; 
	color:    #3D526E;
  width: 100%;
	border-top: #3D526E solid 1px;
  border-bottom: #3D526E solid 1px;
  border-right: #3D526E solid 1px;
  border-left: #3D526E solid 1px;   
	}
	
tr#casetitle {
  font-size: 12px;
	font-weight: bold;
	color: #e4ecda;
	background: #3D526E;
}

