body
{
	background-color: white;
	margin-top: 1;
	margin-left: 1;
	margin-right: 1;
}
A
{
	color: darkblue;
	text-decoration: none;
}
A:hover
{
	color: blue;
	text-decoration: underline;
}

.FieldName
{
	font-weight: bold;
	font-size: x-small;
	font-family: Arial;
	text-align: right;
}
.FieldValue
{
	font-size: small;
	font-family: Arial;
	text-align: left;
}

.TblSearchResult
{
	font-size: x-small;
	font-family: Arial;
}
h3
{
	font-weight: bold;
	font-size: small;
	clip: rect(auto 0px 0px auto);
	font-family: Arial;
}

.head01
{
	font-weight: bold;
	font-size: small;
	border-bottom: black 1px solid;
	font-family: Arial;
}

.TableTdLine
{
	border-bottom-style: solid; 
	border-bottom-width: 1;
}

.Addresses
{
	font-size: small;
	font-family: Arial;
}
.AddressesNumber
{
	font-size: x-small;
	font-family: Arial;
	text-decoration: underline;
}

.smaller
{
	font-size: smaller;
}

.tblcell
{
	border-right: #6699cc 1px solid;
	border-top: #6699cc 1px solid;
	border-left: #6699cc 1px solid;
	border-bottom: #6699cc 1px solid;
}