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


body
{
	line-height: 1.6em;
}

#one-column-emphasis
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 13px;
	font-weight:bold;
	margin: 45px;
	width: 800px;
	text-align: left;
	border-collapse: collapse;
}
#one-column-emphasis th
{
	font-size: 20px;
	font-weight: bold;
	padding: 12px 15px;
	color: #039;
}
#one-column-emphasis td
{
	padding: 10px 15px;
	color: #669;
	border-top: 1px solid #999;
}
.oce-first
{
	background: #d0dafd;
	border-right: 10px solid transparent;
	border-left: 10px solid transparent;
	
}
#one-column-emphasis tr:hover td
{
	color: #339;
	background: #eff2ff;
}
.oce-bronze
{
	background: url(../images/shade.png); 
	border-right: 10px solid transparent;
	border-left: 10px solid transparent;
	
}

