﻿.MainTable {
	width: 720px;
	background-color: #FFFFFF;
	border-style: none;
	border-collapse: collapse;
}
.TableCells {
	width: 50%;
}
.PhotoCell {
	background-position: 0px 36px;
	padding: 10px 0px 10px 0px;
	width: 100%;
	text-align: center;
	vertical-align: top;
	background-image: url('img/bar.gif');
	background-repeat: repeat-x;
}
.PlayerCell {
	background-position: 0px 48px;
	padding: 0px;
	width: 100%;
	text-align: center;
	vertical-align: top;
	height: 280px;
	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-style: ridge;
	border-width: 8px;
	border-color: #CC0000 #6699CC #6699CC #CC0000;
	margin: 0px 64px 0px 64px;
	text-align: center;
	cursor: pointer;
}
.HdgCell {
	padding: 0px;
	width: 100%;
	text-align: center;
	vertical-align: top;
}

