body
	{ 
		background-color: #ffffff;
		scrollbar-track-color: #ffffff;
		scrollbar-face-color: #a6a6a6; 
		scrollbar-highlight-color: #bbbbbb; 
		scrollbar-shadow-color: #999999; 
		scrollbar-3dlight-color: #cccccc; 
		scrollbar-arrow-color: #000000;  
		scrollbar-darkshadow-color: #6f6f6f;
		margin-top: 0px;
		margin-bottom: 0px;
		padding: 0px;
	}



p
	{ 
		color: #000000; 
		font-family: tahoma, arial, sans serif; 
		font-size: 11px; 
		line-height: 13px; 
		margin: 0px;
		padding: 0px; 
	}



a
	{ 
		color: #946555; 
		text-decoration: none; 
		font-weight: bold;
	}

a:hover 
	{ 
		color: #000000; 
		text-decoration: none;
		font-weight: bold;
	}

a:visited
	{ }

a:selected
	{ 
		text-decoration: underline; 
	}

	
	
img
	{
		border: 0px;
	}



.searchButton
	{
		margin-top: 4px;
	}

.searchRadio
	{
		color: #000000; 
		font-family: tahoma, arial, sans serif; 
		font-size: 11px; 
		margin: 5px;
	}

.searchSelect
	{
		color: #000000; 
		font-family: tahoma, arial, sans serif; 
		font-size: 11px; 
		font-weight: bold;
		width: 120px;
		height: 20px;
		margin: 2px;
		padding: 2px;
		border: 1 solid #d8d8d8;
		background: #ffffff;
	}

.searchText
	{
		color: #000000; 
		font-family: tahoma, arial, sans serif; 
		font-size: 11px; 
		font-weight: bold;
		width: 120px;
		height: 20px;
		margin: 2px;
		padding: 2px;
		border: 1 solid #936452;
		background: #ffffff;
	}
	

.fieldText
	{
		color: #000000; 
		font-family: tahoma, arial, sans serif; 
		font-size: 11px; 
		font-weight: bold;
		width: 360px;
		height: 21px;
		margin-top: 2px;
		padding: 2px;
	}
	
.fieldTextArea
	{
		color: #000000; 
		font-family: tahoma, arial, sans serif; 
		font-size: 11px; 
		font-weight: bold;
		width: 360px;
		height: 120px;
		margin-top: 2px;
		padding: 2px;
		scrollbar-track-color: #ffffff;
	}

.fieldSelect
	{
		color: #000000; 
		font-family: tahoma, arial, sans serif; 
		font-size: 11px; 
		font-weight: bold;
		width: 180px;
		height: 20px;
		margin-top: 2px;
		padding: 2px;
	}

.menu
	{
		color:#ffffff;
	}
	
.menu:hover
	{
		color:;
	}
	
#dhtmltooltip
	{
		font-size: 9px;
		font-family: tahoma, arial, sans serif; 
		position: absolute;
		width: 150px;
		border: 1px solid #a2a2a2;
		margin-left: 80px;
		padding: 5px;
		padding-left: 10px;
		padding-right: 10px;
		background-color: lightyellow;
		visibility: hidden;
		z-index: 100;
	}

.fullListing
	{
		font-size: 9px;
		font-family: tahoma, arial, sans serif; 
		color: #ffffff;
	}

.fullListing:hover
	{
		font-size: 9px;
		font-family: tahoma, arial, sans serif; 
		color: #ffffff;
	}

hr
	{
		height:1px;
		color:#f3f3f3;
	}	

