﻿.centeredImage
{
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    
}

.textContainer
{
	border-left: solid 2px #333333;
	border-right: solid 2px #333333;
	width: 556px;
	height: auto;
	padding-left: 20px;
	padding-right: 20px;
	font-family: Arial;
	font-weight: bold;
	font-size: 12px;
	color: #333333;
	text-align: justify;
	margin-left: auto;
	margin-right: auto;
}

.textCentered
{
	font-family: Arial;
	font-weight: bold;
	font-size: 12px;
	color: #333333;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}