﻿body
{
	border-style: none;
	font-family: Tahoma;
	background-color: #CCCCCC;
	font-size: 8pt;
}

#MyDiv
{
	position: absolute;
	left: 50%;
	width: 760px;
	margin-left: -380px;
	top: 0px;
	height:600px;
	background-color: #FFFFFF;
}


h1
{
    font-family: tahoma;
    font-size: 14pt;
    font-weight: bolder;
    color: #000000;
}

#NonConformDiv
{
	position: absolute;
	left: 50%;
	width: 760px;
	height:auto;
	margin-left: -380px;
	top: 0px;
	background-color: #FFFFFF;
}


table {width:100%; text-align:center; border-width:2px; border-style:solid;border-collapse:collapse;}
td {border-width:1px; border-style:solid; height:20px;}
th {border-width:1px; border-style:solid;}
