body {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 11px;
	background: #999999;
}
td {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
.White16pxB {
	font-size: 16px;
	color: #FFFFFF;
	font-weight: bold;
}
.tdBackground {
	background-repeat: no-repeat;
}
a:link {
	color: #CCCCCC;
}
a:visited {
	color: #CCCCCC;
	text-decoration: underline;
}
a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
a:active {
	color: #CCCCCC;
	text-decoration: underline;
}
.Black10px {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 10px;
	color: #000000;
}
.pTitle {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 16px;
}

.Gray16pxB {
	color: #CCCCCC;
	font-weight: bold;
	font-size: 16px;
}
.TextboxLG
{
    color: #000000;
	font-size: 8pt;
	height: 19px;
	width: 160px;
	background: #FFFFFF;
	font-weight: bold;
}
.TextboxSM
{
    color: #000000;
	font-size: 8pt;
	height: 19px;
	width: 40px;
	background: #FFFFFF;
	font-weight: bold;
}
.Textarea
{
    color: #000000;
	font-size: 8pt;
	height: 100px;
	width: 300px;
	background: #FFFFFF;
	font-weight: bold;
}

div.lectImg {
	width:125px;
	height:165px;
	float:left;
	background-image:url('/images/bg_pic.png');
	background-position:bottom right;
	background-repeat:no-repeat;
	display:block;
	margin-right:5px;
	margin-bottom:5px;
}

div.lectImg img {
	border:1px solid #000000;
}

div.lectText1 {
	width:200px;
	display:block;
	float:left;
}

div.lectText2 {
	clear:both;
}

.clear {
	display:block;
	clear:both;
}