body
{
 color:#000000;
 margin:0;
 font-family: Arial;
 font-size:10px;
 font-weight:demi-bold;
 background:#F5F5F5;
}

p
{
  margin:5px;
  padding: 5px;
  color:#000000; font:11px 'Verdana';
}

h1
{
  text-align:center;
  color:#000000; font:21px 'Verdana';
  font-weight: bold;
}

h1.sm
{
  text-align:center;
  color:#000000; font:18px 'Verdana';
  font-weight: bold;
}

h2
{
  text-align:center;
  color:#000000; font:16px 'Verdana';
  font-weight: bold;
}

A
 {
  font: 10px 'Verdana';
  font-weight: bold;
  color: #4169E1;
 }

A:link
 {
  text-decoration: none;
 }

A:visited
 {
  text-decoration: none;
 }

A:hover
 {
  text-decoration:underline;
  color: #0000CD;
 }

A.black
 {
  font: 10px 'Verdana';
  font-weight: bold;
  color: black;
 }
A.black:link
 {
  text-decoration: none;
 }

A.black:visited
 {
  text-decoration: none;
 }

A.black:hover
 {
  text-decoration:none;
  color: #0000CD;
 }

A.grey
 {
  font: 10px 'Verdana';
  font-weight: normal;
  color: #696969;
 }
A.grey:link
 {
  text-decoration: none;
 }

A.grey:visited
 {
  text-decoration: none;
 }

A.grey:hover
 {
  text-decoration:underline;
  color: #0000CD;
 }



.text
{
  font: 12px 'Arial';
  font-weight: none;
  color:black;
}


.small
{
  font: 11px 'Verdana';
  font-weight: none;
  color:black;
}

.atten
{
  text-align:center;
  color:#FF4500;
  font:10px 'Verdana';
  font-weight: bold;
}

.attenBig
{
  text-align:center;
  color:#FF4500;
  font:14px 'Arial';
  font-weight: bold;
}

select
 {
  color: #4169E1;
  font: 10px Verdana;
  font-weight:normal;
 }

input
 {
  color: #4169E1;
  font: 10px Verdana;
  font-weight:bold;
  border: #4682B4 solid 1px;
  background:#F5F5F5;
 }

.button
{
   border: #000080 solid 1px;
   background:#4682B4;
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 10px;
   font-weight: bold;
   color:#F0F8FF;
   text-align:center;
}

.tr_
{
 background:ghostwhite;
}

