.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;
}

.ImageCanvasBody
{
	background-color: #000000;
}

.PreviewCanvasBody
{
	background-color: #000000;
}

.BannerText
{
	color: #ffffff;
	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: 27px;
	text-decoration: none;
	line-height: 1;
}

.CaptionText
{
	color: #ffffff;
	font-family: Arial;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-size: 16px;
	text-decoration: none;
	line-height: 1;
}

.SmallCaptionText
{
	color: #ffffff;
	font-family: Arial;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-size: 11px;
	text-decoration: none;
	line-height: 1;
}

