.TransparentImage
{
	filter: alpha(opacity=0);
	opacity: 0;
	MozOpacity: 0;
	KhtmlOpacity: 0;
}

.OpaqueImage
{
	filter: alpha(opacity=100);
	opacity: 100;
	MozOpacity: 100;
	KhtmlOpacity: 100;
}

.AdornmentCanvasBody
{
	background-color: #000000;
}

.PreviewCanvasBody
{
	background-color: #000000;
	filter:progid:DXImageTransform.Microsoft.Gradient(endColorstr='#000000', startColorstr='#000000', gradientType='1');
}

.BannerText
{
	color: #ff0000;
	font-family: Arial;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-size: 32px;
	text-decoration: none;
	line-height: 1;
}

.TitleText
{
	color: #ffffff;
	font-family: Arial;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-size: 24px;
	text-decoration: none;
	line-height: 1;
}

.CaptionText
{
	color: #ff0000;
	font-family: Arial;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-size: 48px;
	text-decoration: none;
	line-height: 1;
}

.SmallCaptionText
{
	color: #ffffff;
	font-family: Arial;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	font-size: 32px;
	text-decoration: none;
	line-height: 1;
}

