/* Default CSS Stylesheet for a new Web Application project */

BODY
{
    BACKGROUND-COLOR: white;
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
    FONT-SIZE: .8em;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal;
    margin-left:0px;
    margin-right:0px;
    margin-top:0px;
    margin-bottom:0px;
}


.BodyBackground
{
	background-color:#fbfdf0;
}
.HomeBackground
{
	background-color:#fbfdf0;
}

.Menu
{
	font-family:Arial;
	font-size:11px;
	font-weight:normal;
	color:#c0c0c0;
	text-decoration:none;
}

.Menu:Hover
{
	font-family:Arial;
	font-size:11px;
	font-weight:normal;
	color:#D23852;
	text-decoration:none;
}

.FloorPlanMenu
{
	font-family:Arial;
	font-size:11px;
	font-weight:normal;
	color:#c0c0c0;
	text-decoration:none;
}

.FloorPlanMenu:Hover
{
	font-family:Arial;
	font-size:11px;
	font-weight:normal;
	color:#D23852;
	text-decoration:none;
}

.CurrentFloorPlanMenu
{
	font-family:Arial;
	font-size:11px;
	font-weight:normal;
	color:#D23852;
	text-decoration:none;
}

.Footer
{
	font-family:Arial;
	font-size:11px;
	font-weight:normal;
	color:#c0c0c0;
}
.FloorPlanMenuSelected
{
	font-family:Arial;
	font-size:11px;
	font-weight:normal;
	color:#D23852;
	text-decoration:none;
}