td.Bar {
  background-color:#000000;
  border-top:1px solid white;
  border-bottom:0px solid white;
  padding:1px;
}

td.LightBlueBar {
  background-color:#336699;
  border-left:0px solid white;
  border-right:1px solid white;
  border-top:1px solid white;
  border-bottom:0px solid white;
}

td.LightGreenBar {
  background-color:#336633;
  border-left:0px solid white;
  border-right:1px solid white;
  border-top:1px solid white;
  border-bottom:0px solid white;
}
  
td.GreyBar {
  background-color:#E8E8E8;
  border-left:0px solid white;
  border-right:1px solid white;
  border-top:1px solid white;
  border-bottom:0px solid white;
}

td.GreyBarRight {
  background-color:#E8E8E8;
  border-left:0px solid white;
  border-right:0px solid white;
  border-top:1px solid white;
  border-bottom:0px solid white;
}

td.DeepBlueBarLeft {
  background-color:#003366;
  border-left:0px solid white;
  border-right:1px solid white;
  border-top:1px solid white;
  border-bottom:0px solid white;
}

td.DeepBlueBarRight {
  background-color:#003366;
  border-left:0px solid white;
  border-right:0px solid white;
  border-top:1px solid white;
  border-bottom:0px solid white;
}

td.DeepBlueBarMiddle {
  background-color:#003366;
  border-left:0px solid white;
  border-right:1px solid white;
  border-top:1px solid white;
  border-bottom:0px solid white;
}

.link {
	text-decoration: underline;
	color: #0000FF;
}

a.link:hover {
	text-decoration: underline;
	color: #FF0000;
}

.contentTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #000000;
}

.content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}

.menuWhite {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}

.menuBlack {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}

a.menuBlack:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
	text-decoration: none;
}

.menuTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: None;
	font-weight: bold;
	filter: DropShadow(Color=#333333, OffX=1, OffY=1, Positive=1);
}

.underline1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: normal;
}

.link1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: underline;
	color: #000000;
}

.caption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}

