BODY {
	font-weight: normal;
	background-color: #FFFFFF;
	background-image: url(../images/bg2.gif);
	background-repeat:repeat;
	/*margin: 0 0 0 0;*/
	margin-top: 0px;
	
}
a:link, a:active, a:visited {
	font-family: Tahoma, verdana, Arial;
	color: #E13D17;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
}
a:hover {
	font-family: Tahoma, Arial;
	color: #646464;
	text-decoration: underline;
	font-size: 10px;
	font-weight: normal;
}
a.link:link, a.link:active, a.link:visited {
	font-family: Tahoma, Arial;
	color: #FFF;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
}
a.link:hover {
	font-family: Tahoma, Arial;
	color: #FFF;
	text-decoration: underline;
	font-size: 11px;
	font-weight: normal;
}
TD {
	font-family: Tahoma, Arial;
	font-size: 10px;
	color: #3B3D3E;
}
P {
	font-family: Tahoma, Arial;
	color: #3B3D3E;
	font-size: 12px;
	text-align: justify;
	padding-left: 15px;
	padding-right: 10px;
	padding-bottom: 10px;
}
H1 {
    color: #000000;
	font-size: 14px;
	margin-top: 0px;
	margin-bottom: 5px;
}
H2 {
    color: #000000;
	font-size: 12px;
	text-align: left;
	margin-top: 0px;
	margin-bottom: 5px;
}
UL {
  font-size: 14px;
  text-align: left;
  font-weight: bold;
  padding-left: 15px;
  margin-left: 0px;
}
LI {
  font-size: 12px;
  text-align: justify;
  font-weight: normal;
  padding-left: 2px;
  padding-right: 10px;
  padding-bottom: 5px;
  margin-left: 10px;
}
.border-left {
  border-left: 1px solid #09BEEF;
}
.border-right {
  border-right: 1px solid #09BEEF;
}
.border-top {
  border-top: 1px solid #09BEEF;
}
.para {
    background-color: #FFCC66;
	color: red;
	font-size: 18px;
	text-transform: capitalize;
	margin: 0px 2px 0px 0px;
	padding: 0px 5px 0px 5px;
}
.white {
	color: #FFFFFF;
}
.blue {
	color: #0070DF;
}
.red {
	color: #CE0101;
}
.px11 {
	font-size: 11px;
}
.grey {
	color: #5D6068;
	font-weight: normal;
}
.orange {
	color: #FF5400;
}
.new-listing {
    font-size: 14px;
	text-align: left;
	padding: 5px 0px 5px 5px;
}
.new-listing a:link, a:active, a:visited, a:hover {
	font-family: Tahoma, verdana, Arial;
    font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}