/* font tags for the index page */
.indexpage {
	font-family: Verdana,Arial,Helvetica;
	font-size: .9em;
	color: #0000ff; /*blue */
}

/* font tags for the houselist page */
.houselistheader {
	font-family: Verdana;
	font-weight : normal;
	font-size: .9em;
	color: #000080; /* Navy */
}

.houselistlistingcolor {
	font-family: arial, helvetica;
	font-weight : normal;
	font-size: .9em;
	color: #ff0000; /*red */
}

.houselistlistingblack {
	font-family: arial, helvetica;
	font-weight : normal;
	font-size: .9em;
	color: #000000; /* black */
}


/* font tags for the houseworking page */
.houseworkingheader {
	font-family: Verdana,Arial,Helvetica;
	font-size: 1em;
	font-weight: bold;
	color: #000080; /* Navy */
}

.houseworkingsideheader {
	font-family: Verdana,Arial,Helvetica;
	font-weight: bold;
	color: #000080; /* Navy */
}

.houseworkingbodyplain {
	font-family: Verdana,Arial,Helvetica;
}

.houseworkingbodysmall {
	font-family: Verdana,Arial,Helvetica;
	font-size: .8em;
}

.houseworkingbodyred {
	font-family: Verdana,Arial,Helvetica;
	font-size: .7em;
	color: #ff0000; /*red */
}

.houseworkingbodyboldnavy {
	font-weight: bold;
	color: #000080; /* Navy */
}

.thumbnail {
	font-family: Arial Black;
	color: #0000ff; /* Blue */
}

/* font tags for the houselist page */
.roomdetailbody {
	font-family: Verdana;
	font-weight: bold; 
	font-size: .9em;
}





