﻿.MainTable {
	width: 720px;
	background-color: #FFFFFF;
	border-style: none;
	border-collapse: collapse;
	empty-cells: show;
}
.TableCells {
	width: 50%;
}
.PhotoCell {
	background-position: 0px 36px;
	padding: 6px 0px 6px 0px;
	width: 25%;
	text-align: center;
	vertical-align: top;
	background-image: url('img/bar.gif');
	background-repeat: repeat-x;
	font-family: arial, Helvetica, sans-serif;
	font-size: 10pt;
}
.PlayerCell {
	background-position: 0px 48px;
	padding: 0px;
	width: 100%;
	text-align: center;
	vertical-align: top;
	height: 246px;
	background-image: url('img/bar.gif');
	background-repeat: repeat-x;
}
h1 {
	padding: 6px 0px 6px 0px;
	font-family: arial, Helvetica, sans-serif;
	font-size: 18pt;
	font-weight: bold;
	font-style: italic;
	color: #000000;
	text-align: center;
	margin: 0px;
}
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;
}
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: 12px 0px 3px 0px;
	text-align: center;
}
.Photos {
	border: 1px solid #000000;
	margin: 3px;
	text-align: center;
	cursor: pointer;
	width: 120px;
	height: 66px;
}
.HdgCell {
	padding: 0px;
	width: 100%;
	text-align: center;
	vertical-align: top;
}

