A.pagelinks:link 
{
	font-family: Arial;
	text-decoration: underline;
  font-size: 14pt; 
	color: #6E6E6E;
}

A.pagelinks:visited 
{
	font-family: Arial;
	text-decoration: underline;
  font-size: 14pt; 
	color: #6E6E6E;
}
A.pagelinks:active 
{
	font-family:  Arial;
	text-decoration: underline;
  font-size: 14pt; 
	color: #6E6E6E;
}
A.pagelinks:hover {
	font-family: Arial;
	text-decoration: underline;
  font-size: 14pt;  
	color: #FF0000;
}
.outertable
{
  border: 3px double #E0E0E0;
}
.genericstyle
{
  font-family: Arial; 
  font-size: 14pt; 
}
.innertable
{
  font-family: Arial; 
  font-size: 14pt; 
  border: 1px solid #E0E0E0;
}
.button
{
  font-family: Arial; 
  font-size: 14pt; 
  background-color: rgb(255,255,255); 
  color: rgb(0,72,145); 
  font-weight: bold; 
  border: 1px solid rgb(0,72,145);
}
.bluesubheader
{
   font-family: arial; 
   font-size: 18pt; 
   font-weight: bold; 
   background-color: #FFFFFF; 
   color: rgb(0,58,117);
}
.blacksubheader
{
   font-family: arial; 
  font-size: 14pt; 
   font-weight: bold; 
   background-color: #FFFFFF; 
   color: rgb(0,0,0);
}
.houselisting
{
  font-family: arial; 
  font-size: 14pt; 
  background-color: #FFFFFF; 
  color: #000000;
}
.textbox
{
  font-family: arial; 
  font-size: 14pt;  
  background-color: #FFFFFF; 
  color: #000000;
  border: 1px inset rgb(128,128,128);
}
/*************** FOOTER and Header Banner STYLES *************************************************************************************************************************/
/******************************************************************************************************************************************************/

/*** header_banner ***/
.header_banner { position: fixed; top:0; left:0; right:0; height:51px; background:#ccc; padding-top: 2px;}


#bottom-banner {
    position: fixed;
    bottom:0;
    left:0;
    right:0;
    height:102px;
    background:#ccc;
    padding-top: 2px;
}

.banner-iphone-480
{
    width: 100%;
    display: block;
}

.banner-iphone-320
{
    width: 100%;
    text-align: center;
    display: none;
}

/* IPhone  resolution = 320*480 */
@media screen and (max-width:320px)
{

    .banner-iphone-480
    {
        width: 100%;
        display: none;
    }

    .banner-iphone-320
    {
        width: 100%;
        text-align: center;
        display: block;
    }

}
/***************  *************************************************************************************************************************/
/******************************************************************************************************************************************************/
