@charset "utf-8";
/* CSS Document */

.Buttons {
	border: 2px groove #B5281F;
	cursor: auto;
	
}
ul {
	line-height: 22px;
}
.Tcol {
	width: 178px;
	height: 100%;
	margin: 0px;
	padding: 0px;
	border: 1px dotted #B5281F;
}
#male {
	background-color: #C7D6E4;
	text-align: center;
	font-size: 20px;
	line-height: 20px;
	font-family: "Baskerville Old Face";
	padding: 0px;
	margin: 0px;
}
#female {
	background-color: #F7D6C4;
	text-align: center;
	font-size: 20px;
	line-height: 20px;
	font-family: "Baskerville Old Face";
	padding: 0px;
	margin: 0px;

}
#maxT {
	height: 100%;
	border-top-style: groove;
	border-right-style: groove;
	border-bottom-style: groove;
	border-left-style: groove;
	border-top-color: #B5281F;
	border-right-color: #B5281F;
	border-bottom-color: #B5281F;
	border-left-color: #B5281F;
}
#maxTD {
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
	
}
