body, td { font: 13px Tahoma; }
input, textarea { font: 11px Tahoma; }

.pagetitle {
	font-size: 17px;
	font-weight: bold;
	color: #9900CC;
}
.subtitle {
  font-size: 13px;
  font-weight: bold;
  color: black;
  background-color: #FF9900;
}
.header,.header_top {
  font-size: 13px;
  font-weight: bold;
  color: black;
  background-color: #CCCCCC;
}
.header { vertical-align: bottom; }
.header_top { vertical-align: top; }

.footer {
  color: black;
  background-color: #FF9900;
}
.note {
  font-size: 11px;
}

td.menuBar { background-color: #FF9900; }
td.menuYes { background-color: #333333; }
td.menuNo { background-color: #FF9900; }
a.menuItemYes { color: white; }
a.menuItemNo { color: black; }

a.menuItemYes,a.menuItemNo {
  font: 11px Tahoma;
  font-weight: bold;
  width: 100%;
  text-decoration: none;
}
a.menuItemYes:hover,a.menuItemNo:hover { text-decoration: underline; }

td.a {
  color: blue;
  text-decoration: underline;
  cursor: hand;
}
