@charset "utf-8";
/* CSS Document */
html
{
	background-color: #ccc;
}

body
{
	text-align: center;
	background-color: #ccc;
	padding: 0px;
}

.lb
{
	clear: both;
}

.bold
{
	font-weight: bold;
}

h4
{
	padding-top: 5px;
	padding-left: 22px;
	margin-bottom: 10px;
	font-size: 22px;
	font-weight: bold;
}

#head, #body, #foot
{
	width: 770px;
	margin: 0px auto;
}

#head, #body
{
	text-align: left;
}

#head, #foot
{
	background-color: #000;
	color: #fff;
}

#head
{
	height: 140px;
	border-bottom: solid 1px #b8b8b8;
}

#head a
{
	text-decoration: none;
	color: #fff;
	font-size: 12px;
	position: relative;
	top: -3px;
	margin-left: 18px;
}

#head a:hover
{
	text-decoration: underline;
}

#head a.on
{
	color: #00FF00;
}

#body
{
	background-color: #fff;
	color: #000;
	font-family: "Times New Roman", Times, serif;
	font-size: 10.5pt;
}

#body a
{
	color: #333399;
	text-decoration: none;
}

#body a:hover
{
	border-bottom: dashed 1px #5658B6;
}

#foot
{
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	height: 18px;
	border-top: solid 1px #b8b8b8;
	line-height: 18px;
	vertical-align: middle;
	text-align: right;
}

#foot a
{
	color: #A4B0DD;
	text-decoration: none;
	margin-right: 12px;
}

#foot a:hover
{
	text-decoration: underline;
}

#imgLogo
{
	float: left;
	font-size: 18pt;
	margin: 12px 0px 8px 16px;
	width: 493px;
	height: 104px;
	clear: both;
}

#left
{
	width: 296px;
	margin-left: 22px;
	float: left;
}

#left img
{
	border: solid 1px #000;
	color: #000;
	display: block;
	margin-bottom: 1em;
}

#right
{
	width: 404px;
	margin-left: 32px;
	float: left;
}

p.p, p.p2
{
	padding: 0px 22px;
	margin-bottom: 0.5em;
}

p.p2
{
	font-size: 1.2em;
}

#left p
{
	margin-bottom: 1em;
}

#right p
{
	margin-bottom: 1.2em;
}

.h6
{
	font-size: 11pt;
	font-weight: bold;
	margin-top: -4px;
}

.note
{
	font-style: italic;
	color: #666666;
}

.vld, .vldOK
{
	color: #FF0000;
	position: relative;
	top: 0.2em;
	margin-right: 6px;
	float: right;
	vertical-align: top;
}

.note .vld
{
	margin-right: 0.1em;
	float: none;
}

.vldOK
{
	color: #2EE982;
}

form#LWDOAForm
{
	font-family: Arial, Helvetica, sans-serif;
	line-height: 20px;
}

label
{
	width: 130px;
	margin-bottom: 8px;
	font-weight: bold;
	float: left;
}

input.input, textarea
{
	width: 250px;
	float: left;
	font-size: 9pt;
}

textarea
{
	height: 180px;
	margin-bottom: 8px;
	overflow: auto;
}

select
{
	width: 254px;
	float: left;
	font-size: 9pt;
}

input.button
{
	float: right;
	font-size: 9pt;
}

#btnSubmit
{
	margin-right: 20px;
	margin-left: 5px;
}

.pnlImgs
{
	padding: 0px 0px 5px 22px;
}

.pnlImgs img
{
	margin-bottom: 4px;
	display: block;
	width: 238px;
	height: 298px;
	border: solid 1px #000;
}

.pnlImgs div
{
	float: left;
	width: 240px;
	margin-right: 4px;
	margin-bottom: 16px;
	text-align: center;
	font-weight: bold;
}