body {
	background-image: url(assets/images/black_grey_tile.gif);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;}
	
p {
	font-size: 12px;
}

a:link {
	color: #33CCFF;
}

a:visited {
	color: #66CCCC;
}

a:hover {
	color: #00FFFF;
}

a:active {
	color: #FF9900;
}

table {
	background-color: #000000;
}

td {
	vertical-align: top;
}

.titleonblack {
	font-size: 14px;
	font-weight: bold;
	font-variant: small-caps;
	color: #FFFFFF;
}

.titlelinks {
	font-weight: bold;
	font-variant: small-caps;
	color: #33CCFF;
	font-size: 12px;
	cursor: hand;


}

.titlelinks a:link {
	color: #0033FF;
}

.titlelinks a:active  {
	color: #FFFFCC;
}

.titlelinks a:visited {
	color: #00CC00;
}

.titlelinks a:hover {
	color: #AEDFFF;
}

.headertext {
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	text-align: center;
}
.alignright {
	text-align: right;
	font-size: 12px;

}
.copy {
	font-family: "Times New Roman", Times, serif;
	font-size: 10px;
	color: #FFFFFF;
	text-align: center;
}
.propertydesc {
	font-size: 12px;
}
.propertytitle {
	font-size: 13px;
	font-weight: bold;

}
.imagetitle {
	font-size: 12px;
	text-align: center;
}
.quote {
	font-size: 12px;
	font-style: italic;
}
