/* ------------------------------------------------------------------------ */
/* Style sheet for Image and Colors.                                        */
/* Designed by Property Designers Inc.                                      */
/* ------------------------------------------------------------------------ */

/* ------------------------------------------------------------------------ */
/* Font Size                                                                */
/* ------------------------------------------------------------------------ */
.f24a     {
            font-size:24px;
            font-family:Arial;
          }

.f20a     {
            font-size:20px;
            font-family:Arial;
          }

.f14a     {
            font-size:14px;
            font-family:Arial;
          }

.f12a     {
            font-size:12px;
            font-family:Arial;
          }

.f10a     {
            font-size:10px;
            font-family:Arial;
          }

.f9a     {
            font-size:9px;
            font-family:Arial;
          }


/* ------------------------------------------------------------------------ */
/* Font Color                                                               */
/* ------------------------------------------------------------------------ */
.bkb      {
            color:#333333;
            font-weight:bold;
          }

.bk       {
            color:#333333;
          }

.gr       {
            color:#666666;
          }

.sl       {
            color:#aaaaaa;
          }

.wh       {
            color:#ffffff;
          }

.rd       {
            color:#ff0000;
          }

.bl       {
            color:#0099ff;
          }

.pk       {
            color:#ff2d71;
          }

.bw       {
            color:#443025;
          }

/* ------------------------------------------------------------------------ */
/* Anker                                                                    */
/* ------------------------------------------------------------------------ */
a.footer  {
            text-decoration:none;
          }

a.footer:hover  {
            text-decoration:underline;
          }


a           {
            color:#0099ff;
            text-decoration:underline;
          }
a:hover     {
            color:#0099ff;
            text-decoration:none;
          }




