a.menu {
  color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
  line-height: 2.0em;
  text-decoration: none;
}

a.menu:active {
	text-decoration: none;
	color: #ffffff;
}

a.menu:hover {
	text-decoration: none;
	color: #005FC2;
}

a.outsideLink {
  color: #005fc2;
  font-weight: bold;
  text-decoration: none;
}

a.outsideLink:hover {
  color: #000000;
}

body {
  background-image: url(../images/bg.gif);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  margin: 0px;
}

p {
  line-height: 1.4em;
  text-align: justify;
  width: 525px;
}

span.pageTitle {
  color: #005fc2;
  font-size: 20px;
	font-weight: bold;
}

span.selected {
  color: #005fc2;	
  font-size: 14px;
	font-weight: bold;
  line-height: 2.0em;
	/* padding-left: 50px; */
}

td.contentPanel {
  padding-top: 37px;
}

#menuPanel {
  /* background-color: red; */
  height: 220px;
  padding-left: 32px;
  padding-top: 32px;
  width: 220px;
}

