td.Bar {
  background-color:#000000;
  border-top:1px solid white;
  border-bottom:0px solid white;
  padding:1px;
}

td.GreyBar {
  background-color:#E8E8E8;
  border-left:0px solid white;
  border-right:0px solid white;
  border-top:1px solid white;
  border-bottom:0px solid white;
}

td.DeepBlueBar {
  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:1px solid white;
  border-right:1px solid white;
  border-top:1px solid white;
  border-bottom:0px solid white;
}

td.DeepGreenBar {
  background-color:#003300;
  border-left:0px solid white;
  border-right:0px solid white;
  border-top:1px solid white;
  border-bottom:0px solid white;
}

td.DeepGreenBarMiddle {
  background-color:#003300;
  border-left:1px solid white;
  border-right:1px solid white;
  border-top:1px solid white;
  border-bottom:0px solid white;
}

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.DeepGreyBar {
  background-color:#333333;
  border-left:1px solid white;
  border-right:1px solid white;
  border-top:0px solid white;
  border-bottom:2px solid white;
}

td.DeepGreyBarLeft {
  background-color:#333333;
  border-left:0px solid white;
  border-right:1px solid white;
  border-top:0px solid white;
  border-bottom:2px solid white;
}

td.DeepGreyBarRight {
  background-color:#333333;
  border-left:1px solid white;
  border-right:0px solid white;
  border-top:0px solid white;
  border-bottom:2px solid white;
}

td.MenuLightBlueBar {
  background-color:#336699;
  border-left:0px solid white;
  border-right:0px solid white;
  border-top:1px solid white;
  border-bottom:0px solid white;
}

td.MenuLightGreenBar {
  background-color:#336633;
  border-left:0px solid white;
  border-right:0px 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;
}

a.menuWhite:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CCCCCC;
	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);
}

.menuTitle_black {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: #000000;
	font-weight: bold;
}

.underline1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: normal;
}

.link1 {
	text-decoration: underline;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.caption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}

.title_link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
	color: #999999;
}

a.title_link:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: underline;
	font-weight: bold;
	color: #FFFFFF;
}