.Text
{
  font-size : 12px;
  font-family : "Arial", "verdana", "Times New Roman", "Helvetica", Serif; 
  color: #000000;
  font-weight: normal;   
}

.TextLarge
{
  font-size : 14px;
  font-family : "Arial", "verdana", "Times New Roman", "Helvetica", Serif; 
  color: #000000;
  font-weight: normal;   
}

.LinkRed
{
  font-size : 12px;
  font-family : "Arial", "verdana", "Times New Roman", "Helvetica", Serif; 
  color: #CC0001;
  text-decoration: underline;     
}
A.LinkRed:visited {color : #CC0001; font-size : 12px; text-decoration: underline;}
A.LinkRed:link {color : #CC0001; font-size : 12px; text-decoration: underline;}
A.LinkRed:active {color : #CC0001; font-size : 12px; text-decoration: underline;}
A.LinkRed:hover {color : #FF0000; font-size : 12px; text-decoration: underline;}

.HeadingLargeBlack
{
  font-size : 18px;
  font-family : "Arial", "verdana", "Times New Roman", "Helvetica", Serif; 
  color: #000000;
  font-weight: bold;   
}

.HeadingLargeRed
{
  font-size : 18px;
  font-family : "Arial", "verdana", "Times New Roman", "Helvetica", Serif; 
  color: #CC0000;   
  font-weight: bold;   
}


.HeadingSmallBlack
{
  font-size : 14px;
  font-family : "Arial", "verdana", "Times New Roman", "Helvetica", Serif; 
  color: #000000;   
  font-weight: bold;   
}

.HeadingSmallRed
{
  font-size : 14px;
  font-family : "Arial", "verdana", "Times New Roman", "Helvetica", Serif; 
  color: #CC0000;   
  font-weight: bold;   
}


.FooterGrey
{
  font-size : 10px;
  font-family : "Arial", "verdana", "Times New Roman", "Helvetica", Serif; 
  color: #333333;    
}

