<style type="text/css">
<
A{}
A:link
{
  text-decoration: none; 
  font-weight: bold;
  font-size: 12pt; 
  font-family:  serif; 
  color: black;
}
A:visited 
{
  text-decoration: none; 
  font-weight: bold;
  font-size: 12pt; 
  font-family: serif; 
  color: black;
}
A:hover 
{
  color: darkred
}
A:active 
{
  color: darkred
}
p
{  
  color: black
}
p.title
{
  text-decoration: none; 
  font-weight: bold;
  font-size: 18pt;   
  color: darkred;
}
p.subtitle_red
{
  text-decoration: none; 
  font-weight: bold;  
  color: darkred;
}
p.subtitle
{
  text-decoration: none; 
  font-weight: bold;
}
p.disabledLink
{
  padding-top:0pt;  
  text-decoration: none; 
  font-weight: bold;
  font-size: 12pt; 
  font-family:  serif; 
}
p.small
{  
  text-decoration: none; 
  font-size: 8pt;
}
p.small_white
{  
  text-decoration: none; 
  font-size: 8pt;
  color: #FFFFCC;
}
div.hr 
{
  height: 18;
  background: url(images/divider.gif) no-repeat scroll center;
}
div.hr hr 
{
  display: none;
}
img.bd 
{ 
   border: 2px solid #FFFFCC;
   vertical-align:middle ;
}

</style>