body.main {
	background-color : #006699;
	color : #FFFFFF;
}

a:link, a:visited, a:active{
	color : #FFFFFF;
	text-decoration : none;
}

a:hover{
	text-decoration : underline;
}

a.leftNav:link,
a.leftNav:visited,
a.leftNav:active {
	display:block;
	font-size: 100%;
	width:100%;
	color:#FFFFFF;
	font-weight:bold;
	background-color:#669999;
	text-decoration:none;
	border:1px solid #000000;
}

a.leftNav:hover {
	color: #000066;
	background : #99CCCC;
}

p.top{
	width : 9cm;
	font-size : 20px;
}

p.main{
	width : 12cm;
}

p.address{
	font-size : 18px;
}

p.title{
	text-align : center;
	font-size : 20px;
	width : 12cm;
}

p.page_title{
	text-align :center;
	font-size : 45px;
}

div.center{
	text-align : center;
}

td.leftNav{
	background-color : #003366;
	border-style : none ridge ridge ridge;
}

td.topLeft{
	background-color : #003366;
	border-style : ridge none none ridge;
}

td.top{
	background-color : #003366;
	border-style : ridge ridge ridge none;
}

ul.heading_1{
	font-size : 18px;
	color : #FFFFFF;
	list-style : square outside url(images/dot1.gif);
}

ul.heading_2{
	font-size :16px;
	color : #FFCC88;
}

td.status_open{
	color : green;
	font-weight : bold;
}

td.status_sold{
	color : red;
	font-weight : bold;
}



font.main_title{
	font-size : 20px;
	color : blue;
}

font.main_text{
	font-size : 20px;
	color : black;
}

font.secondary_title{
	font-size : 16px;
	color : blue;	
	font-weight :bold;
}


font.attention{
	font-size :16;
	color : #800000;
	font-weight : bold;
}