/*Property Solutions common*/
body {
font-family: Arial;
font-size: 16px;
color: #636363;
}

h1 {
	letter-spacing: 2px;
	word-spacing: 2px;
	color: #dc4420;
	font-size: 36px;
}
h2 {
	text-transform: lowercase;
	color: #ec9d11;
}
.keyword {
	color: #dc4420;
}
.shortcode {
	color: black;
}
#content {
	width: 960px;
}
p {
	line-height: 24px;
}
ul {
	width: 760px;
	border-color: #dc4420;
	padding: 10px;
	border-width: 1px;
	border-style: solid;
}
li {
	padding-bottom: 10px;
	line-height: 22px;
	list-style-position: inside;
}
h3 {
	color: black;
	font-size: 18px;
	text-transform: lowercase;
}
.asterisk {
	padding-bottom: 0px;
	font-size: 13px;
	text-align: right;
	list-style-type: none;
}
sup {
	font-size: 10px;
}
a{
	font:normal 16px Arial;
	color:#dc4420;
	text-decoration:none;
}
a:hover {
	font:normal 16px Arial;
	color:#ec9d11;

