@charset "utf-8";
/* CSS Document */
a {
text-decoration:none;
color:#6769AA;
}
a:hover{
text-decoration:underline;
}

.bold{
font-size:14px;
}

.property {
	cursor: pointer;
}
.hover {
	background-color: #CDCEFF;
}
.selected {
	background-color: #E6E6FF;
}

#sourceContainer div {
	padding: 5px;
}
#sourceContainer div span {
	padding-right: 10px;

}
#sourceContainer {

	text-decoration:none;
}
.contact{
font-size:16px;
}
.bodytextA{
font-size:12px;
}