/* ------------------
 styling for the tables 
   ------------------   */


#about_box
{
	line-height: 1.6em;
}

#about_box h2{
	font-family: 'Droid Sans', arial, serif;
	color:#ff943b;
  margin: 15px 0px;
  font-size: 22px;
}

#about_box h3{
	font-family: 'Droid Sans', arial, serif;
  margin: 15px 0px;
  color: black;
  font-size: 18px;
}

#about_box p{
	font-family: 'Droid Sans', arial, serif;
  display: inline !important;
  margin: 0px;
}

#hor-zebra
{
  float:right;
  width: 400px;
  margin: 45px;
  font-size: 12px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	text-align: left;
}

#hor-zebra table
{
  border-collapse: collapse;
}

#hor-zebra th
{
	font-size: 14px;
	font-weight: bold;
	padding: 10px 8px;
	color: #ffffff;
	background-color:#ff943b;
}

#hor-zebra td
{
	padding: 8px;
	color: #000000;
}

#hor-zebra .odd
{
	background: #FAE6CF; 
}

#hor-zebra a{
	color:#ffffff !important;
	text-decoration:underline;
	font-weight:bold;
}

#hor-zebra p{
  width: 100%;
}
