﻿.StageText
{
	font-size: 10pt;
	color: white;
}

.MenuLink
{
	font-size: 8pt;
	font-family: Arial;
	color: #FFFFFF;
}

.MenuLink:hover
{
	color: #ffcc33;
}

.activemenuitem .MenuLink
{
	color: #cc0000;
}

.FeaturesLink
{
}

.AgentBox
{
    background-color: #c6cbcf;
	color: Black;
}

.AgentName,
.CompanyName,
.AgentPhone
{
	font-weight: bold;
}

.AgentName
{
	font-size: 13pt;
}

.CompanyName
{
	font-size: 10pt;
}

.AgentPhone 
{
	font-size: 9pt;
}

.OpenHouseBox
{
	background-color: #a9a9a9;
	color: Black;
}

.OpenHouse
{
    font-family: Arial;
    font-size: 8pt;
    font-weight: bold;
}

.OpenHouseTimes li
{
    font-family: Arial;
    font-size: 6pt;
}

