﻿.Photo {
	margin: 3px;
	border-style: none;
	width: 300px;
	height: 200px;
}
.MainTable {
	width: 720px;
	background-color: #FFFFFF;
	border-style: none;
	border-collapse: collapse;
	empty-cells: show;
}
.LeftCells {
	width: 56%;
	text-align: center;
	vertical-align: top;
}
.RightCells {
	width: 44%;
	text-align: center;
	vertical-align: top;
}
h1 {
	font-family: arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	font-style: normal;
	color: #000000;
	text-align: center;
	margin: 9px 0px 9px 0px;
}
h2 {
	font-family: arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #000000;
	margin: 0px 0px 6px 0px;
	text-align: center;
	font-style: italic;
}
h3 {
	font-family: arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #990000;
	margin: 9px 0px 0px 0px;
	text-align: center;
}

p {
	margin: 0px 18px 6px 18px;
	font-family: verdana;
	font-size: 10pt;
	font-weight: normal;
	font-style: normal;
	color: #000000;
	text-align: justify;
	text-indent: 12px;
}

