/*
  WYBERdotCOM style sheet
*/

/* basic page layout */
body
  {background: white; color: black; font-family: Times New Roman, serif;
   font-size: 12pt;}
div.main
  {width: 45em; margin: 0 auto 0 auto;}
p
  {margin: 12pt 0 0 0;}

/* the header */
p.title
  {margin: 0 0 0 0; background: navy; color: white; font-size: 24pt;
   padding: 6pt; font-weight: normal; text-align: right; font-family: sans-serif;}
ul.menu
  {background: gray; font-family: sans-serif; font-size: 10pt; margin: 0 0 0 0;
   padding-top: 2pt; padding-bottom: 2pt;  padding-left: 6pt;}
li.menuitem
  {list-style: none; display: inline; color: navy;}
li.menusep
  {list-style: none; display: inline; color: silver;}
li.menucurr
  {list-style: none; display: inline; color: silver;}
li.menuitem a:link, li.menuitem a:visited, li.menuitem a:active
  {text-decoration: none; color: navy}
li.menuitem a:hover
  {text-decoration: underline; color: cyan;}
li.menucurr a:link, li.menucurr a:visited, li.menucurr a:active
  {text-decoration: none; color: silver}
li.menucurr a:hover
  {text-decoration: underline; color: cyan;}

/* the footer */
p.footer
  {border-top: solid thin navy; font-size: 9pt;}
p.footright
  {float: right; border-top: solid thin navy; font-size: 9pt;}

/* previous and next links */
p.prevlink
  {font-size: 9pt;}
p.nextlink
  {float: right; font-size: 9pt;}

/* lists */
ol, ul, li
  {margin-top: 0; margin-bottom: 0;}

/* general headings */
p.heading
  {font-weight: normal; color: navy; font-size: 18pt; margin-top: 18pt;
   margin-bottom: 0; font-variant: small-caps;}
p.subheading
  {font-weight: normal; color: navy; font-size: 15pt; margin-top: 12pt;
   margin-bottom: -12pt;}

/* tables */
table
  {border-collapse: collapse; margin: 12pt 0 12pt 0;}
caption
  {background: navy; color: white; font-variant: small-caps; padding: 0 6pt 0 6pt; font-weight: normal;}
td
  {padding: 0 3pt 0 3pt; vertical-align: top; text-align: left;}
th
  {padding: 0 3pt 0 3pt; vertical-align: bottom: text-align: left; font-weight: bold;}

/* miscellaneous */
span.small
  {font-size: small;}

/* End of file */
