html {
	font-size:medium;
	font-family: Century Schoolbook;
}

body  {
	width:auto;
	background-color:#ffffff;
	font-size:100%;

}

table.tSmall {
	font-size:100%
}

table.tBig {
	font-size:120%

	/*
	font-size:120%
	margin-left:auto;
	margin-right:auto;
	width:100%;
	padding:5% 5% 5% 5%;
	*/
}

table.paymentChoice {
	font-size:120%;
	margin: 25px 3%;

}



div {
	font-size:100%;
}

div.Main {
	width:875px;
	margin-left:50px;
}

div.Results {
	font-size:100%;
	margin:auto;
}

div.Payment {
	font-size:100%;
	margin:auto;
}

#res1 {
	display:none;
	border:2px solid gray;
	font-size:100%
}

#pay1 {
	display:none;
	border:2px solid gray;
	font-size:100%;

	/*
	border:1px solid cyan;
	margin-left:5%;
	*/
}

.Stats {
	color: #0000FF;
	font-weight: bold;
	font-size:100%;
}

.paymentsubmitButton {
	font-size: 100%;
	/*
	padding:1px 6px 1px 6px;
	text-decoration:none;
	border-bottom:2px groove gray;
	border-right:3px groove gray;
	background-color:red;
	*/
}

.choiceButtons {
	/*
	color:#00f;
	background-color:#ddd;
	*/
	font-size:120%;
}

#buttonsBar {
	text-align:center;
	margin:100px;
	margin:5px 50px 10px 0px;

	/*
	margin:5px 10% 10px 5%;
	border:1px dotted red;
	*/
}