body
{
	font-size: 10pt;
	color: black;
	font-family: Arial, Tahoma, Sans-Serif;
}
.Field
{
	border-right: black 1px solid;
	border-top: black 1px solid;
	font-size: 8pt;
	border-left: black 1px solid;
	color: black;
	border-bottom: black 1px solid;
	font-family: Tahoma;
	background-color: #f6f6f6;
}
.Border
{
	border-right: black 1px;
	border-top: black 1px solid;
	border-left: black 1px solid;
	border-bottom: black 1px;
}
H1
{
	margin-top: 10px;
	font-weight: bold;
	font-size: 13pt;
	text-transform: capitalize;
	color: black;
	font-family: Arial, Sans-Serif;
	text-align: left;
}
H2
{
	font-weight: bold;
	font-size: 11pt;
	font-family: Arial, Sans-Serif;	
}
H3
{
	padding-right: 0px;
	padding-left: 0px;
	font-size: 13pt;
	padding-bottom: 0px;
	margin: 0px;
	color: indianred;
	padding-top: 0px;
	font-family: Arial;
}
HR
{
	color: indianred;
	height: 1px;
}

.CenterColumn
{
	font-size: 10pt;
	margin: 15px;
	font-family: Arial;
	border-right-style: none;
	border-bottom-style: none;
}
.MenuTd
{
	border-bottom: black 1px solid;
}
.ErrMsg
{
	font-size: 10pt;
	color: red;
	font-family: Arial;
}
.S
{
	font-size: 8pt;
	color: black;
	font-family: Arial;
}

.WTitle
{
	font-weight: bold;
	font-size: 11pt;
	color: green;
	font-family: Arial;
}
.WText
{
	font-size: 10pt;
	color: gray;
	font-family: Arial;
	text-align: justify;
}
.Button
{
	padding-right: 2px;
	padding-left: 2px;
	font-weight: bold;
	font-size: 8pt;
	padding-bottom: 2px;
	color: white;
	padding-top: 2px;
	font-family: Tahoma, Arial;
	background-color: orangered;
}
.QuestionTitle
{
	text-align: left;
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 0px;
	font-size: 8pt;
	color: indianred;
	font-family: Arial;	
	text-transform: capitalize;
}
.contentEditBox
{
	border-right: blue thin;
	border-top: blue thin;
	border-left: blue thin;
	border-bottom: blue thin;
	border-style: dashed;	
	width: 90%;
}
.contentEditBar
{
	border-bottom: blue thin solid;
	background-color: gainsboro;
	width: 100%;
}
.contentEditBar a
{
	font-weight: bold;
	font-size: 10px;
	padding-bottom: 5px;
	margin-left: 10px;
	width: 100%;
	color: firebrick;
}