/* 
a:link {color: #FFDA5A}
a:visited {color: #FFDA5A;}
td {font-size: 10pt;}
*/

a {text-decoration: none;}

/*
body
{
   font-family: arial; 
   color: #5A7685;
   background-color: #FFFFFF;
}
*/


/* force scrollbar */


html { min-height: 100%; margin-bottom: 1px; }



/* table styles */


.example
{
   border-bottom : 0px solid #000000;
   border-right : 0px solid #000000;
   border-top : 0px solid #000000;
   border-left: 0px solid #000000;
   background: #062A5E;
   font-family: Arial;
   font-size : 10pt;
   font-weight: normal;
   font-style: italic;
   color : #FFFFFF;
   cursor: pointer;
}


/* this must be used in a paragraph */

.linespacing
{
  line-height: 150%;
   font-family: Georgia;
}

p.contact
{
text-indent: 0px;
}


.gray
{
   border-bottom : 0px solid #000000;
   border-right : 0px solid #000000;
   border-top : 0px solid #000000;
   border-left: 0px solid #000000;
   background: #CCCCCC;
   font-family: Arial;
   font-size : 8pt;
   font-weight: normal;
   font-style: normal;
   color : #000000;
}
.gray a:link {color: #006D9D;}
.gray a:visited {color: #006D9D;}
.gray a:hover {color: #006D9D;}

.footer
{
   border-bottom : 0px solid #000000;
   border-right : 0px solid #000000;
   border-top : 0px solid #000000;
   border-left: 0px solid #000000;
   font-family: Arial;
   font-size : 8pt;
   font-weight: normal;
   font-style: normal;
   color : #000000;
}
.footer a:link {color: #FF0000;}
.footer a:visited {color: #FF0000;}
.footer a:hover {color: #FF0000;}

.clear
{
   background: none;
   font-family: Arial;
   font-size : 10pt;
   font-style: none;
   color : #000000;
}
.clear a:link {color: #008EC2; font-weight:bold;}
.clear a:visited {color: #008EC2; font-weight:bold;}
.clear a:hover {color: #008EC2; font-weight:bold;}

