.blacktext 
{  font-family: Arial, sans-serif;
 font-size: 10pt;
  line-height: 24px; 
 font-style: normal;
 font-weight: bold;
 text-decoration: none;
 color: #000000
}

.whitetext 
{  font-family: Arial, sans-serif;
 font-size: 10pt;
  line-height: 24px; 
 font-style: normal;
 font-weight: bold;
 text-decoration: none;
 color: #ffffff
}

.rusttext 
{  font-family: Arial, sans-serif;
 font-size: 9pt;
  line-height: 24px; 
 font-style: normal;
 font-weight: bold;
 text-decoration: none;
 color: #993333
}

.rosetext 
{  font-family: Arial, sans-serif;
 font-size: 10pt;
  line-height: 13px; 
 font-style: normal;
 font-weight: bold;
 text-decoration: none;
 color: #996666
}

.boldblacktext 
{  font-family: Arial, sans-serif;
 font-size: 14pt;
  line-height: 16px; 
 font-style: normal;
 font-weight: normal;
 text-decoration: none;
 color: #000000
}

.boldwhitetext 
{  font-family: Arial, sans-serif;
 font-size: 14pt;
  line-height: 16px; 
 font-style: normal;
 font-weight: bold;
 text-decoration: none;
 color: #ffffff
}

.smallwhitetext 
{  font-family: Arial, sans-serif;
 font-size: 9pt;
  line-height: 24px; 
 font-style: normal;
 font-weight: bold;
 text-decoration: none;
 color: #ffffff;
}

.smallblacktext
{  font-family: Arial, sans-serif;
 font-size: 10pt;
  line-height: 13px; 
 font-style: normal;
 font-weight: bold;
 text-decoration: none;
 color: #000000;
}

.blacklink
{  font-family: Arial, sans-serif;
 font-size: 12pt;
  line-height: 16px; 
 font-style: normal;
 font-weight: bold;
 text-decoration: underline;
 color: #000000
}

.whitelink 
{  font-family: Arial, sans-serif;
 font-size: 12pt;
  line-height: 16px; 
 font-style: normal;
 font-weight: bold;
 text-decoration: underline;
 color: #ffffff
}

.smallwhitelink
{  font-family: Arial, sans-serif;
 font-size: 10pt;
  line-height: 13px; 
 font-style: normal;
 font-weight: bold;
 text-decoration: underline;
 color: #ffffff;
}

.smallblacklink
{  font-family: Arial, sans-serif;
 font-size: 10pt;
  line-height: 13px; 
 font-style: normal;
 font-weight: bold;
 text-decoration: underline;
 color: #000000;
}