
h3{
	border-bottom: none;
	color: Red;
	background-color: transparent;
	font-size: larger;
	text-decoration: none;
}

.frontPage{
	margin: 5px;
	width: 400px;
	background-color: #EEE9CB;
	color: Black;
}

.page{
	float:left;
	width: 400px;
	padding: 20px 50px 0 50px;
	margin: 5px auto 5px auto;
	background-color: #EEE9CB;
	color: Black;
	font-size: medium;
	font-weight: normal;
	text-align: justify;
	height: 800px;
	vertical-align: middle;
}

.page2{
	float:left;
	width: 500px;
	padding: 0 0 0 0;
	margin: 5px auto 5px auto;
	background-color: #EEE9CB;
	color: Black;
	font-size: medium;
	font-weight: normal;
	text-align: justify;
	height: 820px;
	vertical-align: middle;

}

.pageBlue{
	float:left;
	width: 500px;
	padding: 0 0 0 0;
	margin: 5px auto 5px auto;
	background-color: #95AAAD;
	color: Black;
	font-size: medium;
	font-weight: normal;
	text-align: justify;
	height: 820px;
	vertical-align: middle;
	font-style: italic;
}

.doublePage{
	clear: both;
	width: 1000px;
	padding: 0 0 0 0;
}

.page img{ margin: 5px; }

.pageNumber{
	margin-top: 30px;
	padding-bottom: 10px;
	font-size: x-small;
	text-align: center;
}

#brochure{
	margin-left: auto;
	width: 410px;
	margin-right: auto;
	color: Black;
	font-size: medium;
	background-color: transparent;
	font-weight: normal;
}

.pageSmall{
	float:left;
	width: 300px;
	padding: 20px 100px 0 100px;
	margin: 5px auto 5px auto;
	background-color: #EEE9CB;
	color: Black;
	font-size: medium;
	font-weight: normal;
	text-align: justify;
	height: 800px;
	vertical-align: middle;
}

.data{
	width: 400px;
	border-bottom: thick solid #95AAAD;
	border-right: thick solid #95AAAD;
	border-left: medium solid #95AAAD;
	border-top: medium solid #95AAAD;
}

.data td{
	background-color: #EEE9CB;
	color: Black;
	padding: 4px;
	font-weight: normal;
}

.l{
	text-align: left;
}

.r{
	text-align: right;
}