p.margin-type1 {
margin-bottom:8px;
margin-top:8px;
}

.main-box-border {
	border: 1px solid #000000;
}

.black-border-385px {
	border: 1px solid #000000;
	width: 385px;
}

.blue-cell-385px {
	border: 1px solid #095aa6;
	width: 385px;
	background-color: #095aa6;
}

.property-of-the-month-image {
	padding-right: 3px;
}
.property-of-the-month-title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #095AA6;
	font-weight: bolder;
}
.property-of-the-month-words {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: lighter;
	color: #000000;
}

/* Generals */
.generic-words {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: lighter;
	color: #404040;
	padding-right: 20px;
}

.general-blue-header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #095AA6;
	font-weight: bolder;
}

.generic-blue-header-medium {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #095AA6;
	font-weight: bolder;
}

.generic-gray-header-medium {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color:#404040;
	font-weight: bolder;
}
/* Forms */
.form-label-big {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: lighter;
	color: #000000;
}

.form-label-small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: lighter;
	color: #000000;
}


select {
  font-family:Arial, Helvetica, sans-serif;
  font-size:8pt;
  font-weight:lighter;
  background-color:#FFFFFF;
  border-color:#000000;
  border-style:inset;
  border-width:1px;
  color:#095AA6;
}

input.text-box {
  font-family:Arial, Helvetica, sans-serif;
  font-size:10pt;
  font-weight:lighter;
  background-color:#FFFFFF;
  border-color:#404040;
  border-style:inset;
  border-width:1px;
  color:#095AA6;
}


input.go-button {
  font-family:Arial, Helvetica, sans-serif;
  font-size:8pt;
  font-weight:lighter;
  background-color:#FFFFFF;
  border-color:#404040;
  border-style:inset;
  border-width:1px;
  color:#095AA6;
}


input.submit-button {
  font-family:Arial, Helvetica, sans-serif;
  font-size:12pt;
  font-weight:bolder;
  background-color:#FFFFFF;
  border-color:#404040;
  border-style:inset;
  border-width:1px;
  color:#095AA6;
}

/* Property Box - Table Method */
.corner-box-top {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
}
.corner-box-bottom {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
.corner-box-left {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000000;
}
.corner-box-right {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
}

.red-text {
	font-family:"Times New Roman", Times, serif;
	color:#FF0000;
	font-size:14px;
	font-style:normal;
	font-weight:bold;
}
