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

a {
  font-weight: bold;
  color: #005EC9;
  text-decoration: underline;
}

a:hover {
  font-weight: bold;
  color: #0077FF;
  text-decoration: underline;
}

a.menu-link {
  font-weight: bold;
  color: #292D2F;
  text-decoration: none;
}

a.menu-link:hover {
  font-weight: bold;
  color: #0064CF;
  text-decoration: none;
}

a.menu-link-on {
  font-weight: bold;
  color: #0064CF;
  text-decoration: none;
}

a.menu-link-on:hover {
  font-weight: bold;
  color: #0064CF;
  text-decoration: none;
}

.bg {
  background-color: #2E4760;
}

.header {
  background: url('images/header-collage-2.jpg') no-repeat;
}

.headeradmin {
  background: url('images/header-collage-admin.jpg') no-repeat;
}

.headerin {
  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;
}

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

.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: #285E94;
}

.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');
}

.footer-text {
  color: #FFFFFF;
}

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

.error {
  color: red;
}

.success {
  color: #285E94;
}

.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;
}
