﻿body,body.mainPage
{
	font-family: Arial;
	margin: 0px;
}

body.mainPage
{
	background-image: url('images/pageBackground.png');
	background-repeat: repeat-x;
}
.logo
{
	background-image: url('images/ecoLogo.png');
	background-position:center center;
	background-repeat: no-repeat;	
	height: 150px;
}

.contentSection
{
	background-color: White;
	width: 1000px;
}

.textCopyright
{
	font-size:small;
	color: #999999;
	text-align:left;
}

.textTitle
{
	font-size: 30pt;
	font-weight: bold;
	color: #688ac6;
}
.textSubTitle
{
	font-size: 16pt;
	color:#202946;
}

.textNormalBlue, .textNormalGray, .textStrongGray, .textNormalBlack
{
	font-family: Arial;
	font-size: 12px;
	line-height:20px;

}
.textNormalBlue
{
	color: #202946;
}
.textNormalGray, .textStrongGray
{
	color: #666666;
}
.textStrongGray
{
	font-weight: bold;	
}
.textNormalBlack
{
	color: Black;
	width: 103%;
}

.RequiredIndicator
{
	color: Red;
	font-size: xx-small;
	font-weight: bold;
}


