/* ------------------
 styling for the tables 
   ------------------   */


body
{
	line-height: 1.6em;
	 font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	  color: #294B5F; 
}

h1 {
   font-size: 2em; 
   font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
   line-height: 1em;
   margin: 0;
   color: #294B5F; 
   text-align: left; 
	padding-left: 0.5em;
	padding-bottom: 1px;
	border-bottom: 1px solid #e7ab0b; 
	border-left: 1.1em solid #e7ab0b; 
}
  
h2 {
	color: #294B5F; 
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 1.5em; 
	text-align: center; 
	padding-left: 0.5em;
	padding-bottom: 1px;
	
	
    line-height: 1.5em;
    margin: 0 0 0.5em 0;
}

h3 {
   color: #294B5F; 
   font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
   font-size: 1.3em;
   line-height: 1.3em;
   margin: 0 0 0.5em 0;
}
  
  
#hor-minimalist-b
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	background: #fff;
	margin-left:auto; 
	margin-right:auto;
	width: 90%;
	border-collapse: collapse;
	text-align: center;
}
#hor-minimalist-b th
{
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	padding: 10px 8px;
	border-bottom: 2px solid #6678b1;
}
#hor-minimalist-b td
{
	border-bottom: 1px solid #ccc;
	color: #669;
	padding: 6px 8px;
}
#hor-minimalist-b tbody tr:hover td
{
	color: #009;
}

