/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body{
	font-family: Verdana;
	color: #000000; font-size:10pt
}

/************** text styles *****************/

.feature{
	font-size: 10pt;
	font-family:Verdana; color:#144582; margin-left:7
}

.feature h1{
	font-size: 10pt;
	font-family:Verdana; color:#144582; font-weight:bold
}

.feature h3{
	color: #144582;
	font-variant:normal; font-size:12pt; font-family:Verdana; font-weight:bold;
}

.black{
	font-size: 10pt;
	font-family:Verdana; color:#000000; margin-left:15; margin-right:10
}

.wine{
	font-size: 8pt;
	font-family:Verdana; color:#880000; margin-left
}
.sorry{
	font-size: 12pt;
	font-family:Verdana; color:#990000; margin-left:50; font-style:italic; font-weight:bold
}


/***********************************************/
/* FEATURED LISTINGS                       */
/***********************************************/

.listing{
	font-size: 8pt;
	font-family:Verdana; color:#144582
}

.listing h1{
	font-size: 8pt;
	font-family:Verdana; color:#800000; margin-left:3; font-weight:bold
}

a:link.listing {
      color: #144582;
      text-decoration: none; font-family:Verdana; font-size:8pt
}
a:visited.listing {
      color: #144582;
      text-decoration: none; font-family:Verdana; font-size:8pt
}
a:hover.listing {
      color: #144582;
      text-decoration: none underline; font-family:Verdana; font-size:8pt
}
a:active.listing {
      color: #144582;
      text-decoration: none;
      font-family:Verdana; font-size:8pt
}

/***********************************************/
/* NAV LISTINGS  for featured listings    */
/***********************************************/

.listLink{
	font-size: 10pt;
	font-family:Verdana; color:#000000
}

a:link.listLink {
      color: #000000;
      text-decoration: none; font-family:Verdana; font-size:8pt
}

a:visited.listLink {
      color: #000000;
      text-decoration: none; font-family:Verdana; font-size:8pt
}
a:hover.listLink {
      color: #000000;
      text-decoration: none underline;
      font-family:Verdana; font-size:8pt
}
a:active.listLink {
      color: #000000;
      text-decoration: none;
      font-family:Verdana; font-size:8pt
}

/***********************************************/
/* LINKS for Home Tabs, Search pages  */
/***********************************************/

.buttons{
	font-size: 8pt;
	font-family:Verdana; color:#F2E9DB; margin-left:10
}

a:link.buttons {
      color: #F2E9DB;
      text-decoration: none; font-family:Verdana; font-size:8pt
}
a:visited.buttons {
      color: #ECF0FF;
      text-decoration: none; font-family:Verdana; font-size:8pt
}
a:hover.buttons {
      color: #CCCCCC;
      text-decoration: none underline;
      font-family:Verdana; font-size:8pt
}
a:active.buttons {
      color: #C0C0C0;
      text-decoration: none;
      font-family:Verdana; font-size:8pt
}

/***********************************************/
/* NORMAL LINKS for nav bottom          */
/***********************************************/

a:link {
      color: #F2E9DB;
      text-decoration: none; font-family:Verdana; font-size:10pt; font-weight:bold 
}
a:visited {
      color: #ECF0FF;
      text-decoration: none; font-family:Verdana; font-size:10pt; font-weight:bold
}
a:hover {
      color: #CCCCCC;
      text-decoration: none underline;
      font-family:Verdana; font-size:10pt; font-weight:bold 
}
a:active {
      color: #C0C0C0;
      text-decoration: none;
      font-family:Verdana; font-size:10pt; font-weight:bold
}