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

/* Men's shading and background */

body
{background:rgb(41,166,222);
 background-image: url("../img/bgmens.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(41,166,222);
 scrollbar-arrow-color: rgb(255,255,255);} 

td.detailhead      {background-color: rgb(171,223,245);}
td.detailheadleft  {background-color: rgb(171,223,245); text-align: left;}
td.detailheadright {background-color: rgb(171,223,245); text-align: right; white-space: nowrap;}
td.detaildark      {background-color: rgb(210,237,249);}
/* td.detaillite      {background-color: rgb(236,250,255);} */
td.detaillite      {background-color: rgb(231,244,249);}
td.detaildarkleft  {background-color: rgb(210,237,249); text-align: left;}
td.detailliteleft  {background-color: rgb(231,244,249); text-align: left;}
td.detaillitejustified  {background-color: rgb(231,244,249); text-align: justify;}
td.detaildarkcenter{background-color: rgb(210,237,249); text-align: center;}
td.detaillitecenter{background-color: rgb(231,244,249); text-align: center;}
td.detaildarkright {background-color: rgb(210,237,249); text-align: right; white-space: nowrap;}
td.detailliteright {background-color: rgb(231,244,249); text-align: right; white-space: nowrap;}
td.detaildarkwhite {background-color: rgb(210,237,249); color: rgb(255,255,255); text-align: right; white-space: nowrap;}
td.detaillitewhite {background-color: rgb(231,244,249); color: rgb(255,255,255); text-align: right; white-space: nowrap;}
td.detailheadwhite {background-color: rgb(171,223,245); 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/headmn2botright.gif");background-position: center bottom; 
background-repeat: no-repeat;}
td.headerbluebotleft  {width: 10px; height: 10px; background-image: url("../img/headmn2botleft.gif");background-position: center bottom; 
background-repeat: no-repeat;}

/* header corner menu */

td.headermenubotright  {width: 10px; height: 10px; background-color: rgb(210,237,249);background-image: url("../img/headmn1botright.gif");background-position: center bottom; 
background-repeat: no-repeat;}
td.headermenubotleft  {width: 10px; height: 10px; background-color: rgb(210,237,249);background-image: url("../img/headmn1botleft.gif");background-position: center bottom; 
background-repeat: no-repeat;}
td.headermenuspacer
{height: 2px; background-color: rgb(210,237,249); color: rgb(0,96,191)}


