body {
  font-family: verdana, arial, sans-serif;
  background: #888888;
}

td#header {
  background: #dddddd;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #666666;
  font-size: 33px;
  font-weight: bold;
  text-align: center;
}

td#pagetitle {
  font-size: x-large;
  font-weight: bold;
  background: #ffffdd;
  color: #666666;
  width: 200px;
  padding: 10px;
}

td#menu {
  background: #ffffdd;
  width: 200px;
  padding: 10px;
  font-size: small;
}

table#announce {
  background: #888888;
  padding: 5px;
}

td#announce {
  background: #ffffdd;
  padding: 5px;
}

td#bigannounce {
  background: #ffffdd;
  padding: 5px;
  font-size: x-large;
}

td#content {
  background: #f5f5f5;
  text-align: justify;
  padding-top: 15px;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 60px;
}

div#manualbody {
  background: #f5f5f5;
  text-align: justify;
  padding: 20px;
  margin: 20px;
}

div#manualheader {
  background: #dddddd;
  border: medium solid #444444;
  padding-top: 25px;
  padding-bottom: 25px;
  line-height: 2;
  color: #666666;
  font-size: 40px;
  font-weight: bold;
  text-align: center;
}

A:link {text-decoration: none; color:#666666}
A:visited {text-decoration: none; color:#666666}
A:active {text-decoration: none; color:#666666}
A:hover {text-decoration: none; color: black }

li {
  margin: 6px;
}

tt {
  font-size: large;
}

ul {
  list-style: square;
}

div#pagetoc {
  font-size: small;
  padding-top: 15px;
  padding-bottom: 10px;
}

div.smallheader {
  color: #666666;
  font-size: x-large;
  font-weight: bold;
  padding-bottom: 4px;
}

div.faqheader {
  color: #666666;
  background: #ffff55;
  font-size: x-large;
  font-weight: bold;
  padding-bottom: 4px;
  text-align: center;
  padding: 10px;
  border: 2px solid #444444;
  margin-top: 5px;
  margin-bottom: 10px;
}

div.faqquestion {
  color: black;
  background: #ffffaa;
  padding: 10px;
  font-size: large;
  margin-bottom: 10px;
}

input {
	-moz-box-shadow:inset 0px 1px 0px 0px #fff6af;
	-webkit-box-shadow:inset 0px 1px 0px 0px #fff6af;
	box-shadow:inset 0px 1px 0px 0px #fff6af;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffec64), color-stop(1, #ffab23));
	background:-moz-linear-gradient(top, #ffec64 5%, #ffab23 100%);
	background:-webkit-linear-gradient(top, #ffec64 5%, #ffab23 100%);
	background:-o-linear-gradient(top, #ffec64 5%, #ffab23 100%);
	background:-ms-linear-gradient(top, #ffec64 5%, #ffab23 100%);
	background:linear-gradient(to bottom, #ffec64 5%, #ffab23 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffec64', endColorstr='#ffab23',GradientType=0);
	background-color:#ffec64;
	-moz-border-radius:12px;
	-webkit-border-radius:12px;
	border-radius:12px;
	border:1px solid #ffaa22;
	display:inline-block;
	cursor:pointer;
	color:#333333;
	font-family:Arial;
	font-size:21px;
	font-weight:bold;
	padding:12px 32px;
	text-decoration:none;
	text-shadow:0px 1px 0px #ffee66;
}
input:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffab23), color-stop(1, #ffec64));
	background:-moz-linear-gradient(top, #ffab23 5%, #ffec64 100%);
	background:-webkit-linear-gradient(top, #ffab23 5%, #ffec64 100%);
	background:-o-linear-gradient(top, #ffab23 5%, #ffec64 100%);
	background:-ms-linear-gradient(top, #ffab23 5%, #ffec64 100%);
	background:linear-gradient(to bottom, #ffab23 5%, #ffec64 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffab23', endColorstr='#ffec64',GradientType=0);
	background-color:#ffab23;
}
input:active {
	position:relative;
	top:1px;
}

div.biglink {
	-moz-box-shadow:inset 0px 1px 0px 0px #fff6af;
	-webkit-box-shadow:inset 0px 1px 0px 0px #fff6af;
	box-shadow:inset 0px 1px 0px 0px #fff6af;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffec64), color-stop(1, #ffab23));
	background:-moz-linear-gradient(top, #ffec64 5%, #ffab23 100%);
	background:-webkit-linear-gradient(top, #ffec64 5%, #ffab23 100%);
	background:-o-linear-gradient(top, #ffec64 5%, #ffab23 100%);
	background:-ms-linear-gradient(top, #ffec64 5%, #ffab23 100%);
	background:linear-gradient(to bottom, #ffec64 5%, #ffab23 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffec64', endColorstr='#ffab23',GradientType=0);
	background-color:#ffec64;
	-moz-border-radius:12px;
	-webkit-border-radius:12px;
	border-radius:12px;
	border:1px solid #ffaa22;
	display:inline-block;
	cursor:pointer;
	color:#333333;
	font-family:Arial;
	font-size:21px;
	font-weight:bold;
	padding:12px 32px;
	text-decoration:none;
	text-shadow:0px 1px 0px #ffee66;
}
