html, body
{
	font-family: Sans-Serif;
	font-size: 12px;
	background-color: #A0A5B0;
	margin: 0px;
	padding: 0px;
}

.main
{
	border-left: 1px solid #030303;
	border-right: 1px solid #030303;
}

.mainTitle
{
	font-size: 19px;
	font-weight: bold;
	text-align: center;
	background-color: #375DB0;
	color: #FFFFFF;
	padding-top: 10px;
	padding-bottom:10px;
}

.subTitle
{
	text-align: center;
	font-style: italic;
}

.title
{
	font-size: 18px;
	font-weight: bold;
	background-color: #375DB0;
	padding: 5px;
	padding-left: 20px;
	color: #FFFFFF;
	margin-bottom: 4px;
	
}

.saying
{
	background-color: #375DB0;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	color: #FFFFFF;
	padding-top: 3px;
	padding-bottom: 3px;
}

.sayingText
{
	font-size: 11px;
	padding: 5px;
}

.content
{
	padding: 5px;
	padding-top: 20px;
}

.contact
{
	font-size: 12px;
	padding: 5px;
}