a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #003399;
	text-decoration: none;
}
a:active {
	color: #000000;
	text-decoration: none;
}
input {
	font-family: Tahoma;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
}
textarea {
	font-family: Tahoma;
	font-size: 10px;
	color: #000000;
}

.property-table {
	font-family: Tahoma;
	font-size: 13px;
}

.property-table a {
	font-weight: bold;
}

.property-table-grey {
	background-color: #EFEFEF;
	height: 20px;
	padding-top: 2px;
}

.property-table-white {
	background-color: white;
	height: 20px;
	padding-top: 2px;
}