body
{
	font-family:Arial;
	font-size:12pt;
	line-height:1.2em;
}
span, div
{
	font-family:Arial;
	font-size:10pt;
	color:#669999;
}
input, select
{
	position:relative;
	left: 100px;
	font: 10pt . Arial;
	margin-top: 15px;
	color: #669999;
	background-color: #ffffcc;
}
.description, .descriptionKey
{
	font-family:Arial;
	font-size:10pt;
	margin: 10px 10px 10px 10px;
	width: 600px;
	position:relative;
	height:150px;
	left:100px;
}
.descriptionKey
{
	height:100px;
}
.description
{
	border-top: solid thin #669999;
}
.descHeader
{
	font-family:Arial;
	font-weight:bold;
	font-size:10pt;
}
.descLabel, .dateLabel
{
	width:80px;
	height: 35px;
	text-align:right;
	position:absolute;
	left:10px;
	font-weight:bold;
}
.dateLabel
{
	position:absolute;
	left:10px;
	margin-top: 10px;
	width:20px;
	height: 18px;
}
#fromLabel, #toLabel
{
	position:absolute;
	left:60px;
	width:20px;
}
#toLabel
{
	left:170px;
}
#beginDate, #endDate
{
	position:absolute;
	margin-top: 5px;
	left:100px;
	width:60px;
}
#endDate
{
	position:absolute;
	left:200px;
}
#keyNameLabel
{
	width:75px;
}
#keyName
{
	width:300px;
}
.searchButton
{
	position:relative;
	left: 210px;
	width: 75px;
	margin-bottom:15px;
	border-style: solid;
	border-color: #669999;
	border-width:thin;
}
.searchButton:hover
{
	background-color:#669999;
	color:#ffffcc;
}