body  {
  background-color: white;
}

body, div, td, th, span, p, li , .maintenance{
  font-family: verdana, sans-serif;
  font-size: 12px;
  color:#005393;
}

.date {
  font-family: verdana, sans-serif;
  font-size: 12px;
  font-weight: bold;
  color:#A597C1;
}

.dateHover {
  font-family: verdana, sans-serif;
  font-size: 12px;
  font-weight: bold;
  color:#005393;
}

td.path {
  font-family: times, sans-serif;
  font-size: 14px;
  font-weight: bold;
  color:#C80A46;
}

td.subMenu {
  font-family: times, sans-serif;
  font-size: 14px;
  font-weight: bold;
  color:#FFFFFF;
}

p {
  margin-top: 5px;
  margin-bottom: 5px;
}

ul  {
  margin-top: 5px;
  margin-bottom: 5px;
}

.title{
	color:#005393;
	font-weight:bold;
}

ul.menu {
	height		: 20px;
	padding		: 0;
	margin		: 35px 0 0 0;
	list-style	: none;
}

ul.menu li {
	float		: left;
	padding		: 0;
	margin		: 0 0 0 30px;
	list-style	: none;
}

ul.menu li a {
	font-family		: Tahoma;
	color			: #ccc;
	font-size		: 1.1em;
	font-weight		: bold;
	text-decoration	: none;
}

ul.menu li a:hover {
	color			: #fff;
	text-decoration	: none;
}

ul.menu li a.active {
	font-family		: Tahoma;
	color			: #fff;
	font-size		: 1.1em;
	font-weight		: bold;
	text-decoration	: none;
}