body
{
	font-family: Tahoma;
	font-size: 10pt;
}

.clsPara1
{
	font-family: Comic Sans MS;
	font-size: 10pt;
	font-weight: 700;
	text-decoration: underline;
}

h1
{
	font-size: 36pt;
	font-family: century;
	color: #ffffff;
	font-weight: 500;
	margin-top: 0px;
}

h2
{
	font-size: 24.0pt;
	font-family: century;
	color: #ffffff;
	font-weight: 500;
	margin-bottom: 0px;
}

h3
{
	font-family: Comic Sans MS;
	font-size: 14pt;
	margin-top: 0px;
	color: maroon;
	font-weight: 700;
}

h4
{
	font-size: 11pt;
	margin-top: 0px;
	color: maroon;
	font-weight: 700;
}

a.clsTopLink:link,
a.clsTopLink:visited,
a.clsTopLink:active
{
	font-size: 14pt;
	font-family: century;
	text-decoration: none;
	color: #003366;
	font-weight: 700;
}

a.clsTopLink:hover
{
	color: maroon;
	text-decoration: none;
}

th.clsHead
{
	background-color: #B2C1D1;
	text-align: center;
	font-weight: 700;
	padding: 3px;
}

td.clsCell
{
	background-color: #D9E1E8;
	text-align: center;
	font-weight: 500;
	padding: 3px;
}

a:link,
a:visited,
a:active
{
	text-decoration: none;
	color: #003366;
	font-weight: 700;
}

a:hover
{
	color: maroon;
	text-decoration: none;
}

.clsHighLight
{
	width: auto;
	height: auto;
	overflow-y: visible;
	overflow-x: hidden;
	background-color: #D9E1E8;
	display: block;
	padding: 5px;
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom: 20px;
}

.clsFooter
{
	font-size: 10pt;
	color: #ffffff;
	font-weight: 700;
	padding: 5px;
	text-align: center;
}

.clsFooter p
{
	padding: 0;
	margin: 4px 4px 4px 4px;
}

.clsFooter a:link,
.clsFooter a:active,
.clsFooter a:visited
{
	text-decoration: none;
	color: #ffffff;
	font-weight: 700;
}

.clsFooter a:hover
{
	text-decoration: underline;
}

/* apartment */

.clsApartment
{
    padding: 10px 5px 10px 10px;
    background-color: #d9e1e8;
    width: 685px;
    margin: 0 15px 0 15px;
}

.clsApartment p.clsPara1
{
    color: #ffffff;
    font-size: 1.25em;
}

/* gallery */

.clsGallery
{
    padding: 10px 5px 5px 18px;
    background-color: #e6ebf0;
    width: 677px;
    margin: 0 15px 20px 15px;
}

.clsGallery h3
{
	font-family: Comic Sans MS;
    color: #003366;
    display: block;
    padding: 0;
    margin: 0 0 10px 0;
    text-transform: uppercase;
    font-weight: 500;
    text-align: left;
    font-style: normal;
    font-size: 1.2em;
}

.clsGallery p
{
    padding: 0px;
    margin: 10px 0px;
}

.clsGallery img
{
    border: 4px solid #ffffff;
    margin: 0 10px 5px 0;
    float: left;
}

.clsGallery img:hover,
.clsGallery img.over
.clsGallery #idGallery img.over
{
    border: 4px solid #9db0c0;
}

