td.justify
{
   text-align: justify;
}
.subtitle, .boldtext, .text, .warning
{
   font-size: 1em;
}
.subtitle
{
   font-weight: 700;
   color: #cc6666;
}
.boldtext
{
   font-weight: 700;
   color: #555555;
   line-height: 160%;
   text-align: justify;
}
.text
{
   color: #555555;
   line-height: 160%;
   text-align: justify;
}
.warning
{
   color: #660000;
}

A:visited
{
   color: #666666;
   text-decoration:none; 
}

A:active
{
   color: #00608C;
   text-decoration:none; 
}

A:link
{
   color: #00608C;
   text-decoration:none;
} 

