.error {
  font-weight: bold;
  color: #ff0000;
}
.tech {
  font-weight: bold;
}
.code {
  font-family: "Courier";
}
.butt {
  background-color: #999999;
  padding-left: 5px;
  padding-right: 5px;
  border-top: 1px solid #666666;
  border-left: 1px solid #666666;
  border-bottom: 2px solid #666666;
  border-right: 2px solid #666666;
}
.butt a:link, .butt a:visited {
  color: white;
  text-decoration: none;
  font-weight: bold;
}
.butt a:hover {
  color: #333333;
  text-decoration: underline;
}
.topBanner {
  width:100%; 
  background-color:#666699; 
}
div.topMenu {
  background-color: #9999cc;
  margin-bottom: 25px;
}
.topMenu ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.topMenu ul li {
  position: relative;
  display: inline;
  float: left;
}
.topMenu ul li a {
  display: block;
  width: 120px;
  padding: 2px 8px;
  border-top: 1px solid #fff;
  border-left: 1px solid #ffffff;
  border-right: 2px solid #333366;
  border-bottom: 2px solid #333366;
  text-decoration: none;
  background-color: #9999cc;
  color: #ffffff;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
}
.topMenu ul li a:hover {
  text-decoration: underline;
  color: #aa3300;
  border-top: 2px solid #aaaacc;
  border-left: 2px solid #ccccff;
  border-right: 3px solid #333366;
  border-bottom: 3px solid #333366;
}
.topMenu ul li a:active {
  text-decoration: underline;
  color: #993300;
  border-top: 1px solid #aaaacc;
  border-left: 1px solid #ccccff;
  border-right: 1px solid #333366;
  border-bottom: 1px solid #333366;
}
.leftMenu {
  vertical-align: top;
  background-color: #eeeeee;
  width: 12%;
}
.main {
  vertical-align: top;
}
.menuButton {
  background-color:#999999;
  border-bottom:3px solid #666666;
  border-right:3px solid #666666;
  border-top:1px solid #666666;
  border-left:1px solid #666666;
  text-align: center;
  margin-bottom:3px;
  padding:1px;
  white-space: nowrap;
}
.menuButton a:link, .menuButton a:visited {
  color:#ffffff; 
  font-size:14px;
  font-weight: bold;
  text-decoration:none;
}
.menuButton a:hover {
  color: #663300;
  text-decoration:underline;
  font-weight: bold;
}
.content {
   background-color: #ffffff;
   padding: 10px;
   margin-bottom: 10px;
   margin-right:-2px;
   border-bottom: 1px solid #aaaaaa;
   border-right: 1px solid #aaaaaa;
}
.bodyTbl {
  width:100%;
}

a:link, a:visited {
  color: #666699;
}
a:hover {
  font-weight: bold;
}

body {
  background-color: #eeeeee;
  margin:0;
  padding:0;
  font-family: Verdana;
  font-size: 12px;
}
h2 {
  width:100%;
  background-color: #9999aa;
  color: #ffffff;
  font-size: 18px;
  padding:2px;
  padding-right:0;
  margin-top:0;
  margin-bottom:0;
  border-right: solid 1px #333333;
}
h3 {
  font-size: larger;
  font-weight: normal;
  text-decoration: underline;
  color: #363636;
}
.foot {
  font-style: italic;
  font-size:10px;
  text-align:center;
  margin-bottom: 15px;
}

img {
  border:0;
}

ul {
  margin-top: 0;
  margin-bottom: 0;
}

th {
  text-align: right;
  vertical-align: top;
}


.resultSuccess {
	color: green;
	font-weight: bold;
}

.resultError {
	color: red;
	font-weight: bold;
}

textarea.question {
	width: 250px;
	height: 150px;
}

p.question {
	font-weight: bold;
	color: #aa3300;
	font-style: italic;
}
