/* CSS Document */

.hContri {
	background-color: #B6DBE6;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
}
.tableContri td {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.tableContri select {
	color: #000000;
	background-color: #FFFFFF;
	font-size: small;
	font-weight: normal;
	border: 1px solid #333333;
	width: 30%;
}
.tablePlace {
	background-color: #EEEEEE;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}
.tablePlace select {
	color: #000000;
	background-color: #FFFFFF;
	font-size: small;
	font-weight: normal;
	border: 1px solid #333333;
	width: 80%;
}
.tablePrice td {
	color: #003399;
	text-align: center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.tablePrivacyHead td {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}
.tableCalc {
	font-size: medium;
	color: #003366;
	font-weight: bold;
}
.hInfo {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #003399;
	color: #003399;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.tableNoborder td {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
