﻿.MainPageButtonBar
{
	background-image: url(  'images/ButtonBarBack.gif' );
	background-repeat: repeat-x;
	width: 900px;
	height: 40px;
}

.MainPageButton
{
	position: relative;
	top: 4px;
	left: 0px;
}

.MainPageArea
{
	background-color: #D3E4EE;
}

.MainSaying
{
	padding: 30px 100px 30px 100px;
	font-size: 12pt;
	color: #000000;
	text-align: justify;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 30px;
}

.MainSaying p
{
	font-size: 10pt;
}


