body {
  background: #ffffff url(/images/bggradient.jpg) repeat-x;
  background-position: 0 -50px;
  color: black;
  font: 14px "Lucida Grande", Arial, sans-serif; 
}

a.l:link, a.l:active, a.l:visited {
	color:#3fa2ce;
	text-decoration:underline;
	font-size:12px;
	font-weight: normal;
}

a.l:hover {
	text-decoration:none;
}

a.la:link, a.la:active, a.la:visited {
	color:#888888;
	text-decoration:none;
	font-size:13px;
	font-weight: bold;
}

a.la:hover {
	text-decoration:underline;
}

a.submenu:link, a.submenu:active, a.submenu:visited {
	color:#ffffff;
	text-decoration:none;
	font-size:12px;
	font-weight: bold;
}

a.submenu:hover {
	text-decoration:underline;
}

a.menu:link, a.menu:active, a.menu:visited {
	color:#9e9e9e;
	text-decoration:none;
	font-size:13px;
	font-weight: bold;
}

a.menu:hover {
	text-decoration:underline;
}

td {
  padding:4px;
}

div.menuoff {
  float:left; 
  border-right:1px solid #d0d0d0; 
  background:url(/images/bgmenuoff.gif); 
  color:#808080;
  width:auto;
  height:16px;
  padding:7px 15px 7px 15px;
  font-size:13px;
  cursor:pointer;
}

div.menuon {
  float:left; 
  border-right:1px solid #b0b0b0; 
  border-top:1px solid #b0b0b0; 
  border-left:1px solid #b0b0b0; 
  background:url(/images/bgmenuon.gif); 
  color:white;
  width:auto;
  height:16px;
  padding:7px 15px 7px 15px;
  font-size:13px;
  cursor:pointer;
}