/*
	CSS      : PCPRealty.Css
	Descript : Cascading Style Sheet for www.pcprealty.com
	Author   : Vince Teachout
	Copyright: Caracal Software, 2000

  Colors:    Page BackGrounds:
                        #f7eda6 - Light Yellow
             Text:
                        #5A5A00 - Olive
             		#800000 - Maroon

	Notes: For future ref- background: url(test.gif) white;
	       will use test.gif if available, else color white!
*/


BODY {
        background      :       #ffffcc;
        color           :       #5A5A00;
}
/*        font-family     :  Times New Roman; */


/* Logo Motto - used for text underneath the logo*/
.LogoMotto { font-size:10.0pt;
             font-family:Book Antiqua;
             color:#800000;
            }

/* Test Scheme */
.Test { color      :   #800000;
        font-size:12pt;
        font-weight:   bold;
        font-family:Times New Roman;
}

/*The BLURB Family - used for Sales Blurbs*/
.Blurb { color      :   #800000;
         font-weight:   bold;
}

/*The TimidBlurb Family - (blurb, but not Bold) */
.TimidBlurb {color      :   #800000;
}

/* Rentals */
.Rental { color      :   #800000;
        font-family:Times New Roman;
}

/*The ABOUT Family - used for Text about properties*/
.About {color      :   #5A5A00;
          font-weight:   bold;
}

/*The REDUCED Family - used for Text about price reductions*/
.Reduced {color      :   #FF0000;
          font-weight:   bold;
          font-size  :   11.0pt;
}

/*Navigation Table found on bottom of most pages*/
TABLE.NavTable {background  :   #5A5A00;
}

A.ThisPage:link, a.ThisPage:active, a.ThisPage:visited {
        text-decoration: none;
        color: #5A5A00;
}

A.NoUnderline:link, A.NoUnderline:active, A.NoUnderline:visited {
        text-decoration: none;
        color: #FFFF00;
}
/*End Navigation Table found on bottom of most pages*/


/*Miscellaneous*/

.Disclaimer {color  :  #5A5A00;
         font-weight:   bold;
}

.House {color  :       #5A5A00;
}


.Commercial {color  :       #5A5A00;
               font-weight:   bold;
}

/* Links properties */
A:link, A:active
               {
               color           :       #5A5A00;
               background      :       transparent;
               }
       A:visited
               {
               color           :       #5A5A00;
               background      :       transparent;
               }

/*       A:hover
               {
               color           :       #AAAAAA;
               background      :       transparent;
               }  */

/*  Color Scheme for Affiliations pages */
TABLE.Affil {Align: LEFT}

Caption.Affil { color      :   #5A5A00;
                font-weight:   bold;
                font-size:14pt;
                font-family:Times New Roman;
}

TD.Affil { color      :   #5A5A00;
           font-size:12pt;
           font-family:Times New Roman;
}

B.Affil { color      :   #5A5A00;
           font-size:14pt;
           font-family:Times New Roman;
}

/*  Color Scheme for Arts pages */
Caption.Arts { color      :   #5A5A00;
                font-weight:   bold;
                font-size:14pt;
                font-family:Times New Roman;
}

TD.Arts { color      :   #5A5A00;
           font-size:12pt;
           font-family:Times New Roman;
}

B.Arts { color      :   #5A5A00;
           font-size:14pt;
           font-family:Times New Roman;
}
