.footerText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
}
.bodyText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;

}

.propertyPriceText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;

}

.propertyTitleText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
	font-weight: bold;

}

.newsTitleText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
	font-weight: bold;

}

.adminLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
	color: #0000CC;

}

.userLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	font-weight: normal;
	color: #0000CC;	

}

.errorText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF0000;
}

h1 {
	font-size: 16px;
	font-weight: bold;
}

h2 {
	font-size: 13px;
	font-weight: bold;
}

.full_screen {
	height: 100%;
	width: 100%;
}

#admin_status_box {
	border: 1px solid #555;
	text-align: center;
	padding: 5px;
	margin-top: 10px;
	margin-right: 33px;
	background: #ddd;
	font-family: Arial, "MS Trebuchet", sans-serif;
	font-size: 12px;
}

.admin_button {
	border: 2px solid #747474;
	border-top-color: #EAEAEA;
	border-left-color: #EAEAEA;
	padding: 2px;
	padding-left: 9px;
	padding-right: 9px;
	background: #E0E0E0;
	text-decoration: none;
}

.admin_button:hover {
	border: 2px solid #848484;	
	border-top-color: #FAFAFA;
	border-left-color: #FAFAFA;	
	background: #F0F0F0;
}

a.admin_button {
	color: #000;
}