DIV
{
    position: absolute;        
    padding: 0px;
    text-align: center;        
    margin-left: 0px;
    margin-right: 0px;   
    font-family: verdana;
    font-size: 9pt;
    color: #333333;   
}

a
{
	color: #333333;	
}
    
.imgButton
{
    cursor: pointer;
    visibility: hidden;
}

.divHeader
{
    width: 790px;
    height: 100px;
    font-size: 12pt;
    text-align: left;
}

.divHeaderTourNameAndPrice
{
    width: 790px;
    height: 40px;
    text-align: left;        
    font-size: 14pt;
    font-weight: bold;
    top: 20px;
}

.divHeaderAddressAndMLS
{
    width: 790px;
    height: 40px;
    text-align: left;        
    font-size: 10pt;
    top: 60px;    
}

.divHeaderRealtorInfo
{
    width: 790px;
    height: 40px;
    text-align: right;        
    font-size: 9pt;
    cursor: pointer;    
}

.divMainDisplayItemHidden
{
	width: 640px;
	height: 540px;
	display: none;
	visibility: hidden;
}

.divMainDisplayItemVisible
{
	width: 640px;
	height: 540px;
	display: block;
	visibility: visible;
}