colors
{
	Brown: #502E0E;
	Beige: #d3cbb6;
	Red: #951316;
}
body {
	margin-bottom : 0px;
	margin-left : 0px;
	margin-right : 0px;
	margin-top : 0px;
	margin-height: 0px;
	padding-top : 0px;
	padding-right : 0px;
	padding-left : 0px;
	padding-bottom : 0px;
}

.image
{
	border-color: #502E0E;
}

.listingText
{
	font-size: 11px;	
}

.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
  font-style: normal; 
  font-weight: normal;
  color: #502E0E;
  line-height: 16px;  
  text-decoration: none  
}

.heading {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px; 
  font-style: normal; 
  font-weight: bold;
  text-decoration: none; 
  color: #951316; 
	line-height: 16px
}

.listingTitle
{
	font-family: Arial, Helvetica, Sans-Serif;
  font-size: 12px; 
  font-style: normal; 
  font-weight:bold;
  text-decoration: none; 
  color: #951316; 
  line-height: 16px
}
a
{
	color: #951316;
	text-decoration: none;
}
a:link {
	text-decoration: none;
}
a:visited 
{
	text-decoration: none;
}

a:hover {
	text-decoration: underline
}


.thinBorder
{
	border-right: 0px;
	border-left: 0px;
	border-top: 0px;
	border-bottom: 0px;
}

.formField {
  font-family: Arial, Helvetica, sans-serif; 
  font-size: 12px;
  font-style: normal; 
  font-weight: normal;   
}

form
{
	display:inline;
}
.white
{
	color: #FFFFFF;	
}
.black
{
	color: #000000;	
}