body, td, span, p, center, ul, li {
  font-family: Arial, Verdana;
  font-size: 12px;
  color: #000000;
}

a:link {
  font-weight: bold;
  text-decoration: none;
  color: #3674E8;
}

a:visited {
  font-weight: bold;
  text-decoration: none;
  color: #3674E8;
}

a:active {
  font-weight: bold;
  text-decoration: none;
  color: #3674E8;
}

a:hover {
  font-weight: bold;
  text-decoration: underline;
  color: #3674E8;
}

.menu-cell {
  background-color: #F5F5F5;
  background-image: url('images/menu.gif');
}

.menu-container {
  font-size: 11px;
  padding-top: 4px;
  padding-left: 17px;
}

a#menu-link:link {
  display: block; 
  width: 100%;
  height: 22px;
  background-image: url("images/clear.gif");
  font-family: Arial;
  font-size: 11px;
  text-decoration: none;
  color: #000000;
  font-weight: bold;
} 

a#menu-link:active {
  display: block; 
  width: 100%;
  height: 22px;
  background-image: url("images/clear.gif");
  font-family: Arial;
  font-size: 11px;
  text-decoration: none;
  color: #000000;
  font-weight: bold;
} 

a#menu-link:visited {
  display: block; 
  width: 100%;
  height: 22px;
  background-image: url("images/clear.gif");
  font-family: Arial;
  font-size: 11px;
  text-decoration: none;
  color: #000000;
  font-weight: bold;
} 

a#menu-link:hover {
  background-image: url("images/menu-on.gif");
  font-family: Arial;
  font-size: 11px;
  color: #FFFFFF;
  font-weight: bold;
}

.linesolid {
  background-color:	#2B3B79;
}

.tbl-header {
  background-color:	#3366CC;
  background-image: url('images/bg.jpg');
  color:		#FFFFFF;
  font-family:	Tahoma, Verdana, Arial, sans-serif;
  font-size:		11px;
  font-weight: bold;
}

.bg1 {
  background-color:	#FFFFFF;
}

.bg2 {
  background-color:	#F8F8F8;
}

.tbl-title {
  background-color:	#DBEDFF;
  font-weight:	bold;
  font-size: 11px;
}

.small {
  font-size: 11px;
  font-family: Arial;
}

.title {
  font-size: 16px;
  font-weight: bold;
}