/*bodytext used for main text in body*/

.bodytext
  {
   font-family: helvetica, sans-serif;
   line-height: 150%;
   text-align: left;
   font-size: 12px;
   padding-right: 10px;
   color: #000000;
   text-decoration: none;
   }

.keywords
  {
   font-family: helvetica, sans-serif;
   font-size: 8px;
   color: #FFFFFF;
   text-decoration: none;
   }




/*subtitle used for subtitles in body*/
.subtitle
  {
   font-family: helvetica, sans-serif;
   line-height: 150%;
   font-size: 12px;
   font-weight: bold;
   padding-right: 12px;
   color: #000000;
   text-decoration: none;
   }


/*internal is used for internal body links*/

A.internal:link
  {
   font-family: helvetica, sans-serif;
   line-height: 150%;
   font-size: 12px;
   color: #000000;
   text-decoration: underline;
   }

A.internal:visited
  {
   font-family: helvetica, sans-serif;
   line-height: 150%;
   text-align: left;
   font-size: 12px;
   color: #000000;
   text-decoration: underline;
   }

A.internal:active
  {
   font-family: helvetica, sans-serif;
   line-height: 150%;
   text-align: left;
   font-size: 12px;
   color: #000000;
   text-decoration: underline;
   }

A.internal:hover
  {
   font-family: helvetica, sans-serif;
   line-height: 150%;
   text-align: left;
   font-size: 12px;
   color: #00928F;
   text-decoration: underline;
   }


