
/*Begin generic classes*/
.bold
  {
  font-weight: bold;
  }

/*Begin font foreground/background colors*/
.cyan
  {color: aqua;}
.darkgreen
  {color: #006600;}
.green
  {color: green;}
.red
  {color: red;}
.rubric
  {color: navy;}
.select
  {color: aqua;}
.white
  {color: white;}
/*End*/

.bBlack
  {background-color: black;}
.bCharcoal
  {background-color: Gray;}
.bDarkcharcoal
  {background-color: #696969;}
.bDarkgray
  {background-color: #A9A9A9;}
.bNavy
  {background-color: navy;}
.bSelect
  {background-color: #DCDCDC;}
/*End*/

/*font face*/
.mono
  {font-family: "courier new", courier, monospace;}
.sans
  {font-family: arial, geneva, helvetica, sans-serif;}

/*Begin title/heading/rubric*/
.htitle
  {
  font-family: arial, geneva, helvetica, sans-serif;
  font-weight: bold;
  color: navy;
  font-size: 30pt;
  text-align: center;
  }

.h1, .h2, .h3, .h4, .h5
  {
  font-family: arial, geneva, helvetica, sans-serif;
  font-weight: bold;
  color: navy;
  }
.h1
  {font-size: xx-large}
.h2
  {font-size: x-large}
.h3
  {font-size: large}
.h4
  {font-size: medium}
.h5
  {font-size: small}

/*Begin indents/margins*/
/*Indent levels based on "in" */
.hindent1
  {
  text-indent: -0.25in;
  margin-left: 0.25in;
  }

.indent1
  {
  text-indent: 0.25in;
  }

/* Margin levels based on "in" */
.lmargin1
  {
  margin-left: 0.25in;
  }

.bmargin1
  {
  margin-left: 0.25in;
  margin-right: 0.25in;
  }

/* Margin levels based on "em" */
.lemargin1
  {margin-left: 1em;}
.lemargin2
  {margin-left: 2em;}

/*Begin placement*/
.left
  {text-align: left}
.center
  {text-align: center}
.right
  {text-align: right}

/*Begin size*/
.xxsmall
  {font-size: xx-small}
.xsmall
  {font-size: x-small}
.small
  {font-size: small}
.smaller
  {font-size: smaller}
.medium
  {font-size: medium}
.large
  {font-size: large}
.larger
  {font-size: larger}
.xlarge
  {font-size: x-large}
.xxlarge
  {font-size: xx-large}

/*Begin pseudo classes*/
/* Order is important */
/*a:active  {color: "#FF0000"}*/
/*a:link    {color: "#0000FF"}*/
/*a:visited {color: "#808080"}*/
a:link
  {color: blue; text-decoration: none}
a:visited
  {color: Purple; text-decoration: none}
a:hover
  {color: green; text-decoration: underline;}

/*Begin tags*/
div.center
  {
  margin-left: auto;
  margin-right: auto;
  }

h1, h2, h3, h4, h5
  {
  font-family: arial, geneva, helvetica, sans-serif;
  font-weight: bold;
  color: navy
  }
/*
  h1
    {font-size: xx-large}
  h2
    {font-size: x-large}
  h3
    {font-size: large}
  h4
    {font-size: larger}
  h5
    {font-size: smaller;}
*/

span.btn
  {
  background-color: #CCCCCC;
  font-family: arial, geneva, helvetica, sans-serif;
  font-size: 12px;
  border-style: solid;
  border-width: 2px;
  border-color: #E6E6FA Gray Gray #E6E6FA;
  }

table.btnbar
  {
  /*background-color: #cccccc;*/
  border-style: solid;
  border-width: 0px;
  }
table.center
  {
  margin-left: auto;
  margin-right: auto;
  }

td.btn
  {
  background-color: #cccccc;
  font-family: arial, geneva, helvetica, sans-serif;
  font-size: 12px;
  border-style: solid;
  border-width: 2px;
  border-color: #E6E6FA Gray Gray #E6E6FA;
  }








