/*
/ Generic CSS
/
*/

html
{
  margin: 0px;
  padding: 0px;
}

body
{
  font-family: arial, sans-serif;
  font-size: 12pt;
  font-weight: normal;  /* normal bold bolder lighter */
  font-style: normal;   /* normal italic oblique */
  font-variant: normal; /* normal small-caps */
  color: #aaaaaa;
  padding-left: 10px;
  padding-top: 10px;
}


#heading1
{
  font-family: arial;
  font-size: 16px;
  font-weight: bold;  /* normal bold bolder lighter */
  font-style: normal;   /* normal italic oblique */
  font-variant: small-caps; /* normal small-caps */
  color: #cccccc;
}

#heading2
{
  font-family: "Times New Roman";
  font-size: 12px;
  font-weight: normal;  /* normal bold bolder lighter */
  font-style: normal;   /* normal italic oblique */
  font-variant: normal; /* normal small-caps */
  color: #cccccc;
}

#heading3
{
  font-family: "Times New Roman";
  font-size: 13px;
  font-weight: normal;  /* normal bold bolder lighter */
  font-style: normal;   /* normal italic oblique */
  font-variant: normal; /* normal small-caps */
  color: #cccccc;
}

p
{
  font-family: Arial, sans-serif;
  font-size: 12px;
  font-weight: normal;  /* normal bold bolder lighter */
  font-style: normal;   /* normal italic oblique */
  font-variant: normal; /* normal small-caps */
  text-align: justify;
  margin-right: 10px;
  color: #ffffff;
}

#botaddr
{
  font-family: "Times New Roman";
  font-size: 14px;
  font-weight: normal;  /* normal bold bolder lighter */
  font-style: normal;   /* normal italic oblique */
  font-variant: normal; /* normal small-caps */
  color: #ffffff;
}

a
{
  font-family: "Times New Roman";
  font-size: 12px;
  font-weight: normal;  /* normal bold bolder lighter */
  font-style: normal;   /* normal italic oblique */
  font-variant: normal; /* normal small-caps */
  text-decoration: none;
  color: #aaaaaa;
}

a:hover
{
  color: #ffffff;
}

td
{
  font-family: "Arial";
  font-size: 12px;
  font-weight: bold;  /* normal bold bolder lighter */
  font-style: normal;   /* normal italic oblique */
  font-variant: normal; /* normal small-caps */
  color: #ffffff;
  z-index: 1;
}

#bluebold
{
  font-family: "Arial";
  font-size: 14px;
  font-weight: bold;  /* normal bold bolder lighter */
  font-style: normal;   /* normal italic oblique */
  font-variant: normal; /* normal small-caps */
  color: #a8d0ef;
  padding-left: 50px;
  padding-right: 55px;
  text-align: "center";
}
 
ul
{
  list-style-image: url(images/reg_bullet.gif);
  font-family: "Arial";
  font-size: 13px;
  font-weight: bold;  /* normal bold bolder lighter */
  font-style: normal;   /* normal italic oblique */
  font-variant: normal; /* normal small-caps */
  color: #ffffff;
}

h4
{
  font-family: "Arial";
  font-weight: bold;
  font-size: 12px;
  color: #fbaf5d;
}

#head4
{
  font-family: "Arial";
  font-weight: bold;
  font-size: 12px;
  color: #fbaf5d;
}

#footlegal
{
  float: left;
  text-align: center;
  font-family: "Times New Roman";
  font-size: 12px;
  font-weight: normal;  /* normal bold bolder lighter */
  font-style: normal;   /* normal italic oblique */
  font-variant: normal; /* normal small-caps */
  color: #aaaaaa;
  width: 815px;
}

#footsmall
{
  float: left;
  text-align: left;
  font-family: "Times New Roman";
  font-size: 10px;
  font-weight: normal;  /* normal bold bolder lighter */
  font-style: normal;   /* normal italic oblique */
  font-variant: normal; /* normal small-caps */
  color: #aaaaaa;
  width: 815px;
}

#boldtext
{
  font-size: 14px;
  font-weight: bold;  
}

hr
{
  height: 1;
  border: 0.5px solid #8a8373;
}
