body, div, span, td {
  font-family: Tahoma, Arial, Verdana;
  font-size: 12px;
  color: #424242;
  line-height:11pt;
}

a {
  font-size: 11px;
  font-weight: bold;
  color: #96962e;
  text-decoration: underline;
}

a:hover {
  font-size: 11px;
  font-weight: bold;
  color: #214592;
  text-decoration: underline;
}

a.menu-link {
  font-size: 11px;
  font-weight: bold;
  color: #0d254c;
  text-decoration: none;
}

a.menu-link:hover {
  font-size: 11px;
  font-weight: bold;
  color: #0d254c;
  text-decoration: none;
}

a.menu-link-on {
  font-size: 11px;
  font-weight: bold;
  color: #61601f;
  text-decoration: none;
}

a.menu-link-on:hover {
  font-size: 11px;
  font-weight: bold;
  color: #61601f;
  text-decoration: none;
}

.bg {
  background:url('/images/bg.jpg') repeat-x #0d254c;
}

.header {
  background-image: url('images/header-blue.jpg');
  font-family: MS Trebuchet, Tahoma, Arial, Verdana;
  font-size: 22px;
  font-weight: bold;
  color: #FFFFFF;
}

.menu-cell {
  background-image: url('images/m-blue.jpg');
  padding-left: 12px;
  cursor:pointer;
}

.menu-cell-on {
  background-image: url('images/m-blue-hover.jpg');
  padding-left: 12px;
  cursor:pointer;
}

.menu-cell-header {
  background-color: #666;
  padding-left: 8px;
  font-size: 11px;
  font-weight: bold;
  color: #fff;
}

.shaded-bg {
  background-color: #F6F7F7;
}

.title {
  font-weight: bold;
  color: #214592;
}

.small {
  font-size: 10px;
}

.border {
  background-color: #999999;
}

.title-bg {
  background-color: #DDDDDD;
}

.header-bg {
  color: #000000;
  font-weight: bold;
  background-color: #BBBBBB;
}

input, textarea, select {
  font-size: 11px;
  font-family: Verdana;
}

.footer {
  background-image: url('images/footer-blue.jpg');
  color:#ffffff;
}

.footer-text {
  font-size: 11px;
  color: #fcfec1;
}

.footer-text a:hover {
  color: #fcfec1;
}

.footer-text:hover {
  color: #fcfec1;
}

.error {
  color: red;
}

.success {
  color: #214592;
}

.large {
  font-size:14px;
  font-weight: bold
}

.shaded-input {
	background-color: #F6F7F7;
	border-style: solid;
	border-width: 0px;
	border-color: #F6F7F7;
	font-family: Verdana;
	font-size: 11px;
	color: #000000;
	font-weight:bold;
	width: 200px;
	height: 15px;
	vertical-align: middle;
}
