#PromoTitle 
{
    color: Blue;
    line-height: 24px;
    font-size: 21px;
    font-weight: bold;
    font-style: italic;
}
.PromoText
{
    background-image:url(promo-bg.png);
	background-position: top right;
	background-repeat: no-repeat;
	background-color: #efefef;
	padding:5px;
}
.PromoText, .PromoText table, .PromoText span, .PromoText div, .PromoText span.Normal
{
	color: #446FA2;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.PromoText span a:Link, .PromoText span a:Active, .PromoText span a:Visited
{
	color: #E8691A;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: underline;
}
.PromoText span a:Hover
{
	color: #E8691A;
	text-decoration: none;
}
