* html body {
  scrollbar-family-color:#F9AFD3;
  scrollbar-shadow-color:#666666;
  scrollbar-highlight-color:#666666;
  scrollbar-3dlight-color:#666666;
  scrollbar-darkshadow-color:#666666;
  scrollbar-track-color:#666666;
  scrollbar-arrow-color:#FFFFFF;
 } 
 
td {
  font-family: arial, helvetica;
  font-size: 14px;
  color: #808285;
}

a:link { 
    font-family: arial, helvetica;
    font-size: 9px;
    color: #90A7D6;
    text-decoration: none;
    }

a:visited { 
    font-family: arial, helvetica;
    font-size: 9px;
    color: #90A7D6;	
	text-decoration: none;
	}

a:hover { 
    font-family: arial, helvetica;
    font-size: 9px;
    color: #90A7D6;	
	text-decoration: underline;
	}

a:active { 
    font-family: arial, helvetica;
    font-size: 9px;
    color: #90A7D6;	
	text-decoration: none;
	}

input {
  font-family: arial, helvetica;
  font-size: 11px;
  line-height: 15px;
}

textarea {
  font-family: arial, helvetica;
  font-size: 11px;
  line-height: 15px;
}

/*-----------------------------------
       LOCAL LISTINGS STYLES  	     */

#listings{
padding-left:10px;
margin-left:10px;
}
#listings td{
  border: 0;
  border-right: solid 1px #942923;
  padding:0;
  padding-bottom:3px;
  padding-left:3px;
}
#listings tr.title td{ 
  font-size: 20px;
  text-transform:uppercase;
}
#listings td.lastcol{ 
  border-right:0;
}

#listings tr.state td{
  /*border-bottom: solid 1px #CACACA;*/
  font-size:18px;
  padding:0;
  padding-left:3px;
  padding-top:5px;
  color:#942923;
}
/*-----------------------------------
       PRESS RESOURCES STYLES  	     */
	   
#desc{  font-family: helvetica,arial;
  font-size: 18px;
  color: #808285; 
}

a.pr:link{font-size:18px; color:#808285; text-decoration: none; line-height:24px;}
a.pr:visited{font-size:18px; color:#808285; text-decoration: none;}
a.pr:hover{font-size:18px; color:#808285; text-decoration: underline;}
a.pr:active{font-size:18px; color:#808285; text-decoration: none;}
