﻿body {
	background: #DDDDDD;
	text-align: center;
	margin: 0px auto;
}
.Content {
	border: 1px solid #000000;
	background: black;
	width: 762px;
	text-align: left;
	color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size:10pt;
	margin: 0px auto;
}
.navigationtop {
	background: black;
	width: 100%;
}
.centercontent {
	width: 100%;
	height:426px;
	text-align:center;
	vertical-align:middle;
}
.navbottom {
	width = 100%;
}

.menuKnockerDowner{
	height:15px;
	
}
.menuSpacer {
	float: left;
	background: black;
	width: 50px;
	height: 25px;
	vertical-align: bottom;
	margin: 0px 0px 0px 0px;
}

.menuItem {
	padding: 0px;
	float: left;
	background: black;
	width: 125px;
	height: 19px;
	vertical-align: middle;
	margin: 0px 0px 0px 0px;
	font-size: 10pt;
}
.menuItem:hover {
	background: silver;
	color: black;
	margin: 0px 0px 0px 0px;
	font-weight: bold;
}

a.Menu{
	text-decoration:none;
	color:white;
}

a.Menu:hover{
	text-decoration:none;
	color:white;
}

a.Menu:visited{
	text-decoration:none;
	color:white;
}

.serviceItem {
	cursor:default;
	padding: 0px;
	background: #333333;
	width: 175px;
	vertical-align: middle;
	margin: 0px 0px 0px 0px;
	font-size: 10pt;
}
.serviceItem:hover {
	background: silver;
	color: black;
	margin: 0px 0px 0px 0px;
	font-weight: bold;
}

.serviceItemSelected{
	cursor:default;
	padding: 0px;
	width: 175px;
	vertical-align: middle;
	font-size: 10pt;
	background: silver;
	color: black;
	margin: 0px 0px 0px 0px;
	font-weight: bold;
}

td.gold{
	background-color: #B18723;
	color: white;
	font-size: 14pt;
	font-weight: bold;
	text-align:center;
	width: 253px;
}
td.red{
	background-color: #a02d1b;
	color: white;
	font-size: 14pt;
	font-weight: bold;
	text-align:center;
	width: 253px;
}
td.blue{
	background-color: #235973;
	color: white;
	font-size: 14pt;
	font-weight: bold;
	text-align:center;
	width: 253px;
}
td.gray{
	border:1px white;
	background-color: #999999;
	color: white;
	font-size: 10pt;
	text-align:left;
	width: 253px;
	vertical-align: top;
	padding: 3px 4px 2px 6px;
	
}

td.formLeft{
	width:130px;
	text-align:right;
	vertical-align:top;
}

td.formRight{
	width:250px;
}

td.emptyRow{
	height:0px;
}

txtInput{
	width:200px;
	border:0px;
}

textarea {
  height: 18px;
  line-height: 18px;
  overflow: hidden;
  width: 250px;
  border:0px;
  background:#EEEEEE;
}

textarea.Question{
	height: 180px;
}