@charset "utf-8";
/* CSS Document */

/* Men's shading and background */

body
{background:rgb(222,222,238);
 background-image: url("../img/bgwomens.jpg");
 background-repeat: repeat-x;
 background-attachment: fixed;
 background-position: center top;
 margin-top: 8px;
 margin-left: 8px;
 margin-right: 8px;
 margin-bottom: 8px;
 scrollbar-base-color: rgb(222,222,238);
 scrollbar-arrow-color: rgb(255,255,255);} 

td.detailhead      {background-color: rgb(233,233,243);}
td.detailheadleft  {background-color: rgb(233,233,243); text-align: left;}
td.detailheadright {background-color: rgb(233,233,243); text-align: right; white-space: nowrap;}

td.detailhead      {background-color: rgb(222,222,237);}
td.detailheadleft  {background-color: rgb(222,222,237); text-align: left;}
td.detailheadright {background-color: rgb(222,222,237); text-align: right; white-space: nowrap;}

td.detaildark      {background-color:  rgb(239,239,248);}
td.detaillite      {background-color: rgb(242,242,247);}
td.detaildarkjustified{background-color:  rgb(239,239,248); text-align: justify;}
td.detaildarkleft  {background-color:  rgb(239,239,248); text-align: left;}
td.detailliteleft  {background-color: rgb(242,242,247); text-align: left;}
td.detaildarkcenter{background-color:  rgb(239,239,248); text-align: center;}
td.detaillitecenter{background-color: rgb(242,242,247); text-align: center;}
td.detaildarkright {background-color:  rgb(239,239,248); text-align: right; white-space: nowrap;}
td.detailliteright {background-color: rgb(242,242,247); text-align: right; white-space: nowrap;}
td.detaildarkwhite {background-color: rgb(239,239,248); color: rgb(255,255,255); text-align: right; white-space: nowrap;}
td.detaillitewhite {background-color: rgb(242,242,247); color: rgb(255,255,255); text-align: right; white-space: nowrap;}
td.detailheadwhite {background-color: rgb(222,222,237); color: rgb(255,255,255); text-align: right; white-space: nowrap;}

td.detailwhitejustify {background-color: rgb(255,255,255); text-align: justify;}

/* header corner graphics blue */

td.headerbluebotright  {width: 10px; height: 10px; background-image: url("../img/headwm2botright.gif");background-position: center bottom; 
background-repeat: no-repeat;}
td.headerbluebotleft  {width: 10px; height: 10px; background-image: url("../img/headwm2botleft.gif");background-position: center bottom; 
background-repeat: no-repeat;}

/* header corner menu */

td.headermenubotright  {width: 10px; height: 10px; background-color:  rgb(239,239,248);background-image: url("../img/headwm1botright.gif");background-position: center bottom; 
background-repeat: no-repeat;}
td.headermenubotleft  {width: 10px; height: 10px; background-color:  rgb(239,239,248);background-image: url("../img/headwm1botleft.gif");background-position: center bottom; 
background-repeat: no-repeat;}
td.headermenuspacer
{height: 2px; background-color:  rgb(239,239,248); color: rgb(0,96,191)}


