/* font tags for the index page */
.indexpage {
	font-family: Verdana,Arial,Helvetica;
	font-size: medium;
	color: #0000ff;
	/*blue */
}

/* font tags for the houselist page */
.houselistheader {
	font-family: Verdana;
	font-weight: bold;
	font-size: small;
	color: #000080;
	/* Navy */
}

.houselistlistingcolor {
	font-family: arial, helvetica;
	font-weight: normal;
	font-size: 18px;
	color: #ff0000;
	/*red */
}



.houselistlistingblack {
	font-family: arial, helvetica;
	font-weight: normal;
	font-size: 18px;
	color: #000000; /* black */
}


/* font tags for the houseworking page */
.houseworkingheader {
	font-family: Verdana,Arial,Helvetica;
	font-size: 1em;
	font-weight: bold;
	color: #154560; /* Blue */
}

.houseworkingsideheader {
	font-family: Verdana,Arial,Helvetica;
	font-weight: bold;
	color: #154560; /* Blue */
}

.tools {
	font-family: Verdana,Arial,Helvetica;
	font-weight: Normal;
	font-size: .9em;
	color: #154560; /* Blue */
}


.houseworkingbodyplain {
	font-family: Verdana,Arial,Helvetica;
	font-size: .9em;
	Line-height: 1.45em;
	color: #5a5a5a; /* Grey */
}

.houseworkingbodysmall {
	font-family: Arial,Helvetica;
	font-size: small;
	color: #154560; /* Blue */

}

.houseworkingbodyred {
	font-family: Verdana,Arial,Helvetica;
	font-size: .7em;
	color: #ff0000; /*red */
}

.houseworkingbodyboldnavy {
	font-family: arial, helvetica, san serif;
	font-weight: normal;
	color: #154560; /* Blue */
}

.thumbnail {
	font-family: Arial;
	font-weight: bold;
	color: #154560; /* Blue */
}

/* font tags for the houselist(roomdetail?) page */
.roomdetailbody {
	font-family: Verdana;
	font-weight: bold;
	font-size: 1em;
	color: #5a5a5a; /* Grey */
}


a:link {
	color: #154560;
}
a:visited {
	color: #4b3c25;
}
a:active {
	color: #0066CC;
}
a:hover {
	color: #0066CC;
}


