/* Menu Styles */

.myMenu {
  position: absolute;
  visibility: hidden;
  z-index: 5;
  border: none;
}

.MenuItem {
  color: #FFFFFF;
}

.MenuItemLink {
  color: #FFFFFF;
}

a.MenuItemLink {
  text-decoration: none;
}

a.MenuItemLink:hover {
  text-decoration: underline;
}

.MenuItemSelected {
  color: #FFFFFF;
  font-weight: bold;
}

a.MenuItemSelected {
  text-decoration: none;
  font-weight: bold;
}

a.MenuItemSelected:hover {
  text-decoration: underline;
  font-weight: bold;
}

/* Content Styles */

body {
  background-image: url(images/back.gif);
}

p { margin-bottom: 0px;}

body,td,th {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: small;
}

h3 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-weight: bold;
}

h4 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #4281C7;
}

h5 {
  margin-top: 0px;
  margin-bottom: 11px;
}

.whiteBack {
  background-color: #FFFFFF;
}

.blue {
  color: #4281C7;
}

.blueBack {
  color: #FFFFFF;
  background-color: #4281C7;
}

.red {
  color: #CC0000;
}

.redBack {
  background-color: #CC0000;
  color: #FFFFFF;
}

.grey {
  color: #666666;
}
.white {
  color: white;
  }
.disabled {
	background-color: #CCCCCC;
}  