* {
	padding: 0em;
	margin: 0em;
}

body {
	overflow: auto;
	background: url("img/background.gif");
	padding: 0px; 
	margin: 0px;
	font-family: tahoma, verdana, helvetica; 
	font-size: 10px;
}

td {
	font-family: tahoma, verdana, helvetica; 
	font-size: 10px;
	white-space: nowrap;
}

a {
	color: #000000;
}


.checker {
	-moz-appearance: none;
	width: 10px;
	height: 10px;
	background: #FFFFFF;
	padding: 0px;
}

.outsider {
	width: 99%;
	text-align: center;
}

.middle {
	position: absolute;
	top: 0px;
	left: 100px;
	width: 720px; 
	/*margin-left: auto; 
	margin-right: auto;
	text-align: left;*/
	
}

.logoHolder {
	margin-top: 40px;
	height: 79px; 
	text-align: left;
	width: 720px;
}

.menu {
	width: 720px;
	text-align: left;
	vertical-align: bottom;
	padding: 0px; 
	margin: 0px;
	margin-bottom: -2px;
}

.aDiv {
	-moz-box-sizing: border-box;
	width: 720px; 
	border-left: 2px solid #000000;
	border-right: 2px solid #000000;
	text-align: left;
	background-color: #FFFFFF;
	background-image: url("img/abg.gif");
	background-repeat: repeat-x;
	margin: 0px; 
	padding: 0px; 
}

.cDiv {
	-moz-box-sizing: border-box;
	width: 720px; 
	border-left: 2px solid #000000;
	border-right: 2px solid #000000;
	text-align: left;
	background-color: #FF0000;
	background-image: url("img/cbg.gif");
	background-repeat: repeat-x;
	margin: 0px; 
	padding: 0px; 
}

.eDiv {
	-moz-box-sizing: border-box;
	width: 720px; 
	border-left: 2px solid #000000;
	border-right: 2px solid #000000;
	text-align: left;
	background-color: #FDFF00;
	background-image: url("img/ebg.gif");
	background-repeat: repeat-x;
	margin: 0px; 
	padding: 0px; 
}

.sDiv {
	-moz-box-sizing: border-box;
	width: 720px; 
	border-left: 2px solid #000000;
	border-right: 2px solid #000000;
	text-align: left;
	background-color: #1EA5FF;
	background-image: url("img/sbg.gif");
	background-repeat: repeat-x;
	margin: 0px; 
	padding: 0px; 
}


.aBottom {
	width: 720px;
	vertical-align: top;
	height: 17px;
	background-image: url("img/abottom.gif");
	background-repeat: no-repeat;
}

.cBottom {
	width: 720px;
	vertical-align: top;
	height: 17px;
	background-image: url("img/cbottom.gif");
	background-repeat: no-repeat;
}

.eBottom {
	width: 720px;
	vertical-align: top;
	height: 17px;
	background-image: url("img/ebottom.gif");
	background-repeat: no-repeat;
}

.sBottom {
	width: 720px;
	vertical-align: top;
	height: 17px;
	background-image: url("img/sbottom.gif");
	background-repeat: no-repeat;
}

.inputField {
	-moz-box-sizing: border-box;
	border: 0px;
	background-image: url("img/searchtextfield.gif");
	background-repeat: no-repeat;
	font-family: tahoma, verdana, helvetica; 
	font-size: 10px;
	width: 244px;
	height: 19px;
	padding-top: 2px;
	padding-left: 5px;
}

.redInputField {
	-moz-box-sizing: border-box;
	border: 0px; 
	background-color: #FF0000;
	background-image: url("img/createtextfield.gif");
	background-repeat: no-repeat;
	font-family: tahoma, verdana, helvetica; 
	font-size: 10px;
	width: 244px;
	height: 19px;
	padding-top: 2px;
	padding-left: 5px;
}

.yellowInputField {
	-moz-box-sizing: border-box;
	border: 0px; 
	background-color: #FDFF00;
	background-image: url("img/yellowtextfield.gif");
	background-repeat: no-repeat;
	font-family: tahoma, verdana, helvetica; 
	font-size: 10px;
	width: 244px;
	height: 19px;
	padding-top: 2px;
	padding-left: 5px;
}

.resultBox {
	-moz-box-sizing: border-box;
	width: 710px;
	height: 30px;
	padding-top: 4px;
	letter-spacing: -0.03em;
	padding-left: 65px;
	clear: both;
	margin-top: 10px;
	margin-bottom: 10px;
	background-image: url("img/results.gif");
	background-repeat: no-repeat;
}

.select {
	-moz-box-sizing: border-box;
	width: 244px;
	font-family: tahoma, verdana, helvetica; 
	font-size: 9px;
	border: 1px solid #000000;
}

.textBoxRed {
	-moz-box-sizing: border-box;
	height: 52px; 
	width: 243px; 
	overflow: auto; 
	background-color: #FFFFFF;
	border: 1px solid #000000;
	font-family: tahoma, verdana, helvetica; 
	font-size: 10px;
	padding-top: 2px; 
	padding-left: 2px;
}
