﻿body {
}

.secHdr 
{ 
	color: #F6F1BC; 
	background-color: #820024; 
	font-weight: bolder; 
	text-align: center; 
}

td.reqFldMrkr 
{ 
	width: 10px; 
	color: Red; 
	font-size: 10pt; 
	text-align: left; 
}

td.lblCol 
{ 
	width: 230px; 
	font-size: 10pt; 
	text-align: left; 
}

td.fldCol 
{ 
	width: 300px; 
	font-size: 8pt; 
	text-align: left; 
}
td.valCol 
{ 
	color: Red;
	font-size: 8pt;
	width: 260px; 
	text-align: left; 
}

td.btnCell
{
	width: 11.1%;
	text-align: center;
}

.txtFld   
{ 
	font-size: 10pt; 
}

.ddlFld   
{ 
	font-size: 10pt; 
}

table.wizTbl   
{ 
	width: 100%; 
	font-size: 0.8em;
}

div.wizDiv
{
	font-family: Copperplate Gothic Light;
    width: 800px;
    height: 624px;
    overflow: auto;
}

.navBtn 
{ 
	width: 120px; 
	color: #F6F1BC; 
	background-color: #820024; 
	font-size: 10pt; 
	font-family: Copperplate Gothic Light; 
}

table.contTbl
{
	background-color: White;
	width: 780px;
	font-family: Copperplate Gothic Light;
	font-size: 12px;
}

td.survHdr
{
	font-family: Copperplate Gothic Light;
	font-weight: bold;
	text-align: center;
	text-transform: capitalize;
}

td.survLbl
{
	width: 90px;
	font-family: Copperplate Gothic Light;
	text-align: left; 
}

td.survInp
{
	width: 690px;
	font-family: Copperplate Gothic Light;
	text-align: left; 
}

td.quesLbl
{
	width: 300px;
	font-family: Copperplate Gothic Light;
	text-align: left;
}

td.quesInp
{
	width: 480px;
	font-family: Copperplate Gothic Light;
	text-align: left;
}

td.optLbl
{
	width: 120px;
	font-family: Copperplate Gothic Light;
	text-align: left;
}

td.optInp
{
	width: 660px;
	font-family: Copperplate Gothic Light;
	text-align: left;
}

/* #94531C */

div.content
{
	width: 800px; 
	height: 660px; 
	border: solid thin #94531C; 
	overflow: auto; 
	color: Black; 
	background-color: White;
	padding: 8px 8px 8px 8px;
}

div.content a:link
{
	color: Black;
}
