/* ------------------
 Maple Systems Style Sheet
   ------------------   */

a:link 
{
	text-decoration:none
}
a:visited 
{
	text-decoration:none;
}	
a:hover 
{
  color:#00f;
  text-decoration:underline overline;   
}   
#maple-top
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	width: 580px;
}
#maple
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	width: 580px;
	border-collapse: collapse;
}
#maple caption
{
	font-size: 14px;
	font-weight: bold;
	padding: 5px;
	color: #FFF;
	background: #006699;
}
#maple th
{
	font-size: 14px;
	font-weight: bold;
	padding: 10px 8px;
	color: #000;
	text-align: center;
	border:1px solid #fff;
}
#maple td
{
	padding:10px 8px;
	border:1px solid #fff;
	color:#666;
	line-height: 1.4em;
}
#maple .odd
{
	background: #fbfbfb; 
}
#maple .even
{
	background: #e9f2fa;; 
}
#maple .nobr
{
	text-align: center;
	white-space: nowrap;
}
#maple .nobrblu
{
	color: #000;
	text-align: center;
	white-space: nowrap;
}
.link
{
	color:#000;
}

