@charset "utf-8";
table {
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #FFFFFF;
}
#imgcell {
	vertical-align: middle;
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;
}
#textcell {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
	font-style: normal;
	line-height: 30px;
	text-align: center;
}
#namecell {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-style: normal;
	line-height: 40px;
	font-weight: bold;
	text-transform: uppercase;
}

#tdnavigation {
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
	display: inline;
	padding-top: 10px;
	padding-bottom: 10px;
}
body {
	background-color: #666666;
	margin-left: 200px;
	margin-top: 50px;
}

