html,body {
	/* background-image: url(../img/background.png); */
	background-color: rgb(59,62,63); /* WRONG. #3C3E3F; */ 
}

th { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: rgb(216,217,217); 
} 

p,td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: rgb(216,217,217); 
    line-height: 125%; 
    /*text-align: justify;  */
	margin-top: 0em;
	margin-bottom: .3em; 
	/* text-indent: 2em; margin-top: 0; margin-bottom: 0; */
}


.left_box {
	padding-right: 12px;	
  padding-top: 10px;
  line-height: 125%; 
  text-align: justify; 
}

a.ActiveMenu {
	text-decoration: none;
	font-family: Arial, sans-serif;
	color: rgb(216,217,217);
	background-color: rgb(59,62,63);
	font-size: 12px;
	  line-height: 125%; 
}

a.InactiveMenu {
	text-decoration: none;
	font-family: Arial, sans-serif;
	color: rgb(118,120,121);
	background-color: rgb(59,62,63);
  font-size: 12px;
    line-height: 125%; 
	
}