.backLink, A.backLink:link, A.backLink:active, A.backLink:visited
{
	color: Black;
	text-decoration: none;
	font-size: 9px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;

}
.backLinkRow
{
	width:100%;
	border-bottom: dashed 1px #dbddd3;
	text-align:center;
}

#lookupspace
{
	vertical-align:text-top;
	border-top-style:solid;
	border-bottom-style:solid;
	border-width:1px;
	border-color:#dbddd3;
	padding: 5px 15px 3px 5px;
}
.lookupRow, .aboutRow
{
	vertical-align:top;
	padding: 5px 0px 5px 0px;
	margin-left:5px;
	margin-right:5px;
}

.lookupBox
{	
	width:80%;
	margin-bottom:5px;	
	border-style:solid;
	border-width:1px;
	border-color:#739173;
	background-color:#faf6e6;
	color:Black;	
}

HTML, BODY 
 {
	background-color: #faf6e6;
	margin: 0px 0px 0px 0px;

 }

.main {
	width:100%;

	text-align:center;	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}
.mainRow 
{
	width:90%;
	vertical-align:top;
	
}

.listLink, A.listLink:link, A.listLink:visited, A.listLink:active
{
	color: #739173;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}

.listtable 
{
	width:100%;
	table-layout:fixed;
	font-size: 8px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #faf6e6;
	text-decoration: none;
}

.listrow 
{
	width:100%;
	text-align:center;
	margin-top:3px;
	margin-bottom:3px;	
	padding-top:2px;
	padding-bottom:2px;
}

.listrowitemsepL
{
	width:4px;
}
.listrowitemsepR
{
	width:4px;
	border-left:solid 1px #dbddd3;
}

.listrowspace
{
	width:0px;
}
.listrowitem
{
	width:45%;
	text-align:left;
	border-bottom:solid 1px #dbddd3;
}
.nr 
{
	vertical-align:top;
	text-align:center;
	padding-right:3px;
	width:12%;
}
.text 
{
	vertical-align:top;
	text-align:left;
	padding-right:3px;
	width:83%;
}

.leftLink 
{
	width:35%;
	text-align:left;
}
.rightLink 
{
	width:35%;
	text-align:right;
}

.centerLink
{
	width:30%;
	text-align:center;	
}

.dheader 
{
	width:100%;
	text-align:center;

	background-color:#739173;
	padding-top:2px;
	padding-bottom:2px;
	margin-bottom:3px;
	color:#faf6e6;
}

.navheader
{
	width:100%;
	text-align:center;
	border-top: solid 1px #dbddd3;
	background-color:#739173;
	padding:3px 0px 3px 0px;
	margin:3px 0px 3px 0px
}

.navheaderLink, A.navheaderLink:link, A.navheaderLink:active, A.navheaderLink:visited
{
	color: #faf6e6;
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;

}

#fullsize 
{	
	width: auto;
	margin: 0px;
	padding: 0px;
	font-weight: normal !important;
	text-align: left;	
}