h1{
	margin-top:80px;
	font-size:14px;
	font-weight:bold;
}

.txt_format   { color: black; font-size: 10px; font-family: "Times New Roman", Courier, Verdana, Arial }
h3 { font-weight: bold; font-size: 16px; text-align: center }
td   { color: black; font-size: 10px; font-family: Verdana; padding: 2px }
.maincontainer   { margin-top: 50px; margin-right: 20px; margin-left: 20px; top: 100px; width: 800px; min-height: 400px }
.border_white { border: solid 2px #f5f5f5 }
.title { color: black; font-weight: bold; font-size: 18px; font-family: Verdana }
table.tariff{
			width: 500px;
			background-color: #ff9966;
			font-size: 10px;
			font-family: verdana;
}
table.tariff th{
				background-color:#ffcc66;
				padding:5px;
				font-weight: bold;
				font-size: 10px;
}
table.tariff td{
				padding:5px;
}
table.tariff td.price{
				background-color: #ffcc99;
}
