body
{
	font-family: 'Tahoma', 'Arial', 'Sans-Serif';
	font-size: 10pt;
}

P
{
	font-size: 10pt;
}

td
{
	font-family: 'Tahoma', 'Arial', 'Sans-Serif';
	font-size: 10pt;
}


.indent
{
	margin-left: 60px;
}

code
{
	color: darkRed;
}

.formTable
{
	background-color: #EFEFEF; border: 1px solid gray;
	margin-left: 60px;
}

.displayBox1 {border: 1px solid lightBlue; cursor:pointer; background-color:Navy;}
.displayText1 {color: lightBlue; font-weight: bold;}
.checklist1 {border: 2px solid Navy; background-color: lightBlue;}

.displayBox2 {border: 4px dotted darkRed; cursor:pointer; background-color: White;}
.displayText2 {font-family: Monospace; font-size: 12pt;}
.checklist2 {border: 2px solid darkRed; background-color: mistyrose; width:350px;}

.displayBox3 {border: 1px solid lightBlue; cursor: pointer; background-color: white;}
.displayText3 {font-size: 8pt;}
.checklist3 {background-color: white; border: 2px solid blue; padding: 4px; height: 300px; width: 300px; overflow:auto; }
.checklist5 {background-color: white; border: 2px solid blue; padding: 4px; height: 300px; width: 560px; overflow:auto; }
.checklist4 {background-color: white; border: 2px solid blue; padding: 4px; height: 300px; width: 630px; overflow:auto; }
.checklist6 {background-color: white; border: 2px solid blue; padding: 4px; height: 300px; width: 110px; overflow:auto; }

