/*
 * FILE   :  style.css
 * COMPANY:  HARFORD SPORTS photography
 * TITLE  :  Stylesheet for WebCD
 *
 * http://www.harfordSports.com
 *
*/

body {
  font-family: verdana, arial, helvetica, sans-serif;
}

#container        { border: 1px solid  #000000;	}
#container-dashed { border: 1px dashed #000000;	}

HR 
{ 
  width    : 780; 
  height   : 1px; 
  color    : #545454; 
  noshade  : 0;
} 


DIV,TH,TR,TD,TABLE,LI,UL,FORM, 
BLOCKQUOTE,P,I,center
{
    font-family : verdana, Arial, Geneva, Helvetica, sans-serif;
    font-size : 11px;
    color: #545454;
    line-height : 145%;
}

.pageTitle   { 
    color: #FFAA00; 
    font-family: verdana, arial; 
    font-size: 16px; 
    letter-spacing: 1px; 
    font-weight: bold;
    line-height : 145%;
}

.subTitle   { 
    color: #545454; 
    font-family: verdana, arial;
    font-size: 12px; 
    letter-spacing: 0px;
    font-weight: normal;
}

.bannerTitle   { 
    color: #545454; 
    font-family: verdana, arial;
    font-size: 13px; 
    letter-spacing: 0px;
    font-weight: bold;
}

.finePrint     { font-size: 9px; }
.small         { font-size: 9px; color: #999999; letter-spacing: 1px; }

/* Light areas */

TABLE.lite        { color: #303030; background: #f1f1f1; }
TR.lite           { color: #303030; background: #f1f1f1; }
TD.lite           { color: #303030; background: #f1f1f1; }
TD.lite A:link    { color: #000000;  }
TD.lite A:visited { color: #000000;  }
TD.lite A:hover   { color: #ff9900; text-decoration: none; }

a:link     { color : #000000; text-decoration : none; }
a:visited  { color : #000000; text-decoration : none; }
a:hover    { color : #ff4a00; text-decoration : none; }
a:active   { color : #000000; text-decoration : none; }
a.replace  { display: block; }

.menu          { font-size: 10px; letter-spacing: 0px; color: #FFCC00; background: #000000; }
a.menu:link    { color: #FFCC00;  }
a.menu:visited { color: #FFCC00;  }
a.menu:hover   { color: #FFFFFF; font-weight: normal; }
a.menu:active  { color: #FFFF00;  }
