body
{
  border: 0px;
  margin: 0px;
  padding: 0px;
}

.textbox
{ 
/*  font-family: Calibri, Verdana, Tahoma, Arial, Helvetica, Geneva, sans-serif;*/
  background-color:#FFFFFF;
  background-image: url(/shared/textbox_background.jpg);
  background-repeat: repeat-x;
  border-width: 1px;
  border-style: solid;
  border-color: #808080
}

.button
{ 
/*  font-family: Verdana, Tahoma, Arial, Helvetica, Geneva, sans-serif; */
}

p, ul, th, td, .textbox, .button
{
  font-family: Calibri, Verdana, Tahoma, Arial, Helvetica, Geneva, sans-serif;
}

h1, h2, h3
{
  font-family: Cambria, Trebuchet MS, Verdana, Tahoma, Arial, Helvetica, Geneva, sans-serif;
}

marquee, .footer
{
  font-family: Tahoma, Verdana, Arial, Helvetica, Geneva, sans-serif;
}

p, th, td, .textbox, .button
{
  font-size: 12pt;
}

h1, h2, h3
{
  font-weight: bold;
}

ul
{
  font-size: 12pt;
  list-style-type: square;
}

h1
{
  font-size: 16pt;
}

h2
{
  font-size: 14pt;
}

h3
{
  font-size: 12pt;
}

marquee
{
  font-size: 14pt;
}

.footer
{
  font-size: 10pt;
  color: white;
  text-align: right;
}

.kw
{
  position: absolute;
  top: -10000px;
  left: 0px;
  font-size: 0pt;
  color: white;
  visibility: hidden;
}

a
{
  color: #002A7F;
  text-decoration: none;
}

a.highlight
{
  color: #0044CC;
}

a:active, a:hover
{
  text-decoration: underline;
}

/*a:active
{
  color: #AC1C60;
}*/

a.footer:active, a.footer:hover
{
  text-decoration: none;
  border-bottom: 1px dotted;
}

a.footer:active
{
  color: white;
}

a img
{
  border: none;
}

th.colored, td.colored, td.colored2
{
  padding-left: 5px;
  padding-right: 5px;
}

th.colored
{
  background-color: #B2CDF1;
  text-align: left;
}

td.colored
{
  background-color: #DDECFE;
}

td.colored2
{
  background-color: #C9DEF8;
}

kbd
{
  color: #333333;
  background-color: white;
  text-align: center;
  vertical-align: top;
  border-left: 1px solid #cfcfcf;
  border-top: 1px solid #cfcfcf;
  border-right: 1px solid #666666;
  border-bottom: 1px solid #666666;
  padding-left: 1px;
  padding-right: 1px;
  font-family: Calibri, sans-serif;
}
