BODY,TABLE,TR,TD 
{  
   font-family: Arial, Helvetica, sans-serif;
   font-weight: normal;
   font-size: 10pt;
   vertical-align: top;

}
TD 
{ 
   padding-bottom: 5px;
}
H1,A.h1
{
   font-family: Times New Roman, Times, serif;
   font-size: 11pt;
   font-weight: bold;
   text-align: left;
   margin: 5px 15px;
   padding: 0px;
   color: #393;
}
H2 
{
   font-family: Arial, Helvetica, sans-serif;
   font-weight: normal;
   font-size: 10pt;
   margin: 5px 15px;
}
H3 
{
   font-family: Arial, Helvetica, sans-serif;
   font-weight: normal;
   font-size: 10pt;
   margin: 5px 15px;
}
P 
{
   font-family: Arial, Helvetica, sans-serif;
   font-weight: normal;
   font-size: 10pt;
   margin:  5px 0px 5px 15px;
   text-align: justify;
}
A
{
   color: #060;
}
A:hover
{
   color: #393;
}
UL
{
   font-family: Arial, Helvetica, sans-serif;
   font-size: 10pt;
   margin:5px 15px;
   list-style-type: none;
   padding: 0px;
}
UL.list
{
   font-family: Arial, Helvetica, sans-serif;
   font-size: 10pt;
   margin:5px 55px;
   list-style-type: square;
}

DIV 
{  
   border: none;
}
HR
{
   clear: both; 
   color: #393;
   height: 2px;
   border: 1px solid #393;
}
.nowrap
{
   white-space: nowrap;
}
.hint
{
   background-color: #FFD;
   border: solid 1px #333;
   margin: 15px;

}
.info
{
   margin: 5px 5px 5px 50px;
   text-align: left;
}
.links
{
   font-size: 7pt;
}

#head
{
   font-family: Times New Roman, Times, serif;
   padding: 0px;
   margin: 15px 15px 0px 215px; 
   font-size: 20px;
   color: #999;
   font-weight: bold;
   font-style: italic;
   text-align: right;

}
#copy
{
   font-family: Times New Roman, Times, serif;
   font-size: 150%; 
   color: #339933;
   font-weight: bold;
   font-style: italic;
   white-space: nowrap;


}
.bold {font-weight: bold;}