﻿/* Classes used when creating text with radeditor */
.CampaignHeader
{
  color:#620000;
  font-family: Verdana;
  font-weight: bold;
  font-size: 12px;
}
.CampaignSmallHeader
{
  color:#620000;
  font-family: Verdana;
  font-weight: bold;
  font-size: 10px;
}
.CampaignBodyText
{
  color:#620000;
  font-family: Verdana;
  font-weight: normal;
  font-size: 10px;
  padding-right:4px;
}
.CampaignMargin
{
  font-size:12px;
  height:12px;
}
.CampaignBoldLink
{
  color:#ac2e00;
  font-family: Verdana;
  font-weight: bold;
  font-size: 10px;
}
.CampaignLink
{
  color:#ac2e00;
  font-family: Verdana;
  font-weight: normal;
  font-size: 10px;
}
.CampaignSmallBorder
{
  border-bottom:1px solid #dddbcc;
  padding-bottom:5px;
}
/* End classes used when creating text with radeditor */
