	*, body, html, header, nav, footer, div, li, ul, ol, p, h1, h2, h3, h4, h5, h6, img {
				margin: 0;
				padding: 0;
				border: none;
				font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
			}
			#container {
				width: 1016px;
				background-color: #FFF;
				margin: 0 auto 25px auto;
				border: solid 4px #333333;
				position: relative;
			}
			#top {
				background-image: url(img/mabtop2.png);
				background-repeat: no-repeat;
				height: 166px;
			}
			#main {
				width: 640px;
				float: left;
				padding-left: 20px;
			}
			#main p, .disclaimer li {
				font-size: 13px;
				padding: 0 0 12px 0;
			}

			.disclaimer ul{
			margin-left: 25px;
			}
			.disclaimer li{
			list-style: disc;
			}
			#right {
				float: right;
				margin-right: 20px;

			}
			.clear {
				clear: both;
			}
			.normal {
				font-size: 16px;
				margin: 6px 0;
				width: 291px;
				height: 28px;
				padding: 4px;
				background-image: url(img/inputbg.jpg);
				background-repeat: no-repeat;
			}
			.label {
				text-align: right;
				padding-right: 15px;
				width: 200px;
				font-size: 10px;
				font-weight: bold;
			}

			.label-vtop{
			text-align: right;
				padding-right: 15px;
				width: 140px;
				font-size: 10px;
			vertical-align: top;
			font-weight: bold;
			padding-top: 10px;
			}
			.category {
				text-align: left;
				padding-right: 15px;
				margin-top: 10px;
				width: 190px;
				font-size: 10px;
				font-weight: bold;
			}

			.checktable td.subcategory {
				text-align: center;
				padding-right: 15px;
				margin-top: 10px;
				width: 140px;
				font-size: 10px;
				font-weight: bold;
			}
			.item {
				text-align: left;
				padding-right: 15px;
				width: 100px;
				font-size: 10px;
				font-weight: bold;
				color: #ff9933;
				margin-left: 10px;
				vertical-align: baseline;
			}
			input.check {
				width: 19px;
				height: 19px;
				border: solid 1px #ccc;
			}
			.checktable {
				padding-top: 30px;
			}
			.checktable td {
				padding: 2px 0;
				text-align: left;

			}

			.checktable td.chk{
			width: 23px;
			}
			.border {
				padding-left: 30px;
				border-left: solid 1px #CCC;

			}
			td.extraspace {
				padding-top: 160px;
			}
			#footer {

				background-color: #CCC;
				padding: 20px;
				margin: 0 auto;
				color: #000;
				font-size: 10px;
				text-align: center;
			}
			#content {
				background-image: url(img/bottom_color.png);
				background-repeat: repeat-x;
				background-position: bottom;
				padding-bottom: 35px;
			}
			.errors, #login-error {
			background-color: #990000;
			color: #FFF;
			padding: 4px 10px;
			margin: 8px 0;
			font-style: normal;
			line-height: 21px;
			font-size: 13px;
			width: 600px;
			}

			.errors a, #login-error a{
			color: #FFF;
			text-decoration: underline;
			}

#login-error p{
		padding: 4px 10px;
			margin: 8px 0;
			font-style: normal;
			line-height: 21px;
			font-size: 15px;

}
#infodiv a{
color: #FFF;
text-decoration: underline;
}
#infodiv{
background-color: #FF9933;
			color: #FFF;
			padding: 4px 10px;
			margin: 8px 0;
			font-style: normal;
			line-height: 21px;
			font-size: 15px;
			width: 600px;

}

#infodiv p{
		padding: 4px 10px;
			margin: 8px 0;
			font-style: normal;
			line-height: 21px;
			font-size: 15px;

}
.results {
width: 650px;
border: solid 1px #000;
}

.results th{
text-align: left;
font-size: 14px;
}
.results td {
font-size: 11px;
border-bottom: solid 1px #CCC;
padding: 5px;
border-right: solid 1px #CCC;
}

h1{
color: #33ccff;
font-size: 28px;
font-weight: bold;
padding-bottom: 20px;
}
h2{
color: #33ccff;
font-size: 18px;
font-weight: normal;
padding-bottom: 20px;
}

.disabled{
color: #CCC;
}