/*  Centered Preview */

.centeredPreview
{
	padding: 0.5em;
}


.centeredPreview .top
{
	text-align: center;
	font-weight: bold;
}

.centeredPreview .content
{
	margin-top: 0.333em;
	text-align: center;	
}

.centeredPreview .bottom
{
	margin-top: 0.333em;
	text-align: center;
}

/*  Text Preview */

.textPreview
{
	padding: 1em;
}

.textPreview a,
.textPreview a:visited
{
	color: #0D4090;
	text-decoration: none;
}

.textPreview a:hover
{
	color: #0D4090;
	text-decoration: underline;
}

.textPreview .top
{
	font-size: 1.3em;
	font-weight: bold;
}

.textPreview .content
{
	margin-top: 0.333em;
}

.textPreview .bottom
{
	margin-top: 0.333em;
	text-align: right;
}

