.Tahoma9 {
  font-family: Tahoma;
  font-size: 9px;
  text-decoration: none
}

.Tahoma10 {
  font-family: Tahoma;
  font-size: 10px;
  text-decoration: none
}

.Tahoma11 {
  font-family: Tahoma;
  font-size: 11px;
  text-decoration: none
}

.Tahoma11Pink {
  font-family: Tahoma;
  font-size: 12px;
  text-decoration: none;
  color: #990099
}

.Tahoma12White {
  font-family: Tahoma;
  font-size: 12px;
  text-decoration: none;
  color: #FFFFFF
}

.Tahoma12Black {
  font-family: Tahoma;
  font-size: 12px;
  text-decoration: none;
  color: #000000
}

.Tahoma12Pink {
  font-family: Tahoma;
  font-size: 12px;
  text-decoration: none;
  color: #CC00CC
}

.Tahoma12blue {
  font-family: Tahoma;
  font-size: 12px;
  text-decoration: none;
  color: #000099
}

.Tahoma12red {
  font-family: Tahoma;
  font-size: 12px;
  text-decoration: none;
  color: #cc0033
}

.Tahoma13 {
  font-family: Tahoma;
  font-size: 13px;
  text-decoration: none
}

.Tahoma14 {
  font-family: Tahoma;
  font-size: 14px;
  text-decoration: none
}

.Tahoma15 {
  font-family: Tahoma;
  font-size: 15px;
  text-decoration: none
}

a:link {
  font-family: Tahoma;
  font-size: 13px;
  color: #3366CC;
  text-decoration: none
}

a:visited {
  font-family: Tahoma;
  font-size: 13px;
  color: #CC0099;
  text-decoration: none
}

a:hover {
  font-family: Tahoma;
  font-size: 13px;
  color: #0099CC;
  text-decoration: none
}

.PageLink:link {
  color: #cccccc;
  text-decoration: none;
  font-size: 11px;
  font-family: Tahoma
}

.PageLink:visited {
  color: #ccff00;
  text-decoration: none;
  font-size: 11px;
  font-family: Tahoma
}

.PageLink:hover {
  color: #ffcc00;
  text-decoration: none;
  font-size: 11px;
  font-family: Tahoma;
  font-weight: bold
}

.B:link {
  color: #cccccc;
  text-decoration: none;
  font-family: Tahoma
}

.B:hover {
  color: #ffffff;
  text-decoration: none;
  font-family: Tahoma
}

.B:visited {
  color: #cccccc;
  text-decoration: none;
  font-family: Tahoma
}

.menuLink:hover {
  color: #ffcc00;
  font-size: 12px;
  text-decoration: none;
  font-weight: bold;
  font-family: Tahoma
}

.menuLink:link {
  color: #2291ff;
  text-decoration: none;
  font-size: 12px;
  font-family: Tahoma
}

.menuLink:visited {
  color: #ffcc00;
  text-decoration: none;
  font-size: 12px;
  font-family: Tahoma
}

.ItemLink:link {
  color: #cccccc;
  text-decoration: none;
  font-family: Tahoma
}

.ItemLink:hover {
  color: #ffcc00;
  text-decoration: none;
  font-family: Tahoma
}

.ItemLink:visited {
  color: #cccccc;
  text-decoration: none;
  font-family: Tahoma
}

body {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 14px;
  margin: 20px;
  margin-top: 50px;
}

h3 {
  font-size: 12px;
  font-weight: bold;
}

th {
  font-weight: normal;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 13px;
  border-bottom: 1px solid #ccc;
}

td {
  font-weight: normal;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 13px;
  border-bottom: 1px solid #ccc;
}

input {
  font-weight: normal;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 13px;
  border: 1px solid #222;
}

#logindiv {
  width: 360px;
  height: 220px;
  padding: 24px;
  background: #4ACCD1;
  border: 1px solid #ccc;
  margin: auto;
}

#loginform {
  width: 300px;
  height: 200px;
  margin: auto;
}

#promptDiv {
  width: 278px;
  height: 48px;
  padding: 10px;
  margin-bottom: 16px;
  background: #ffffff;
  text-align: left;
  font-size: 12px;

  color: #666666;
  border: 1px solid #222;
}

#buttonDiv {
  text-align: center;
}

.fieldTitle {
  margin-bottom: 3px;
  font-weight: bold;
  /* color:#666666;*/
  color: #FFFFFF;
}

.fieldEntry {
  margin-bottom: 8px;
}