BODY     {
        font-family: Verdana, Arial;
        font-size: 10pt;
		background-color: #ffffff;
        margin-top: 3%;
		margin-left: 5%;
		margin-right: 5%;
		margin-bottom: 3%;
		color: #000000;
}
td     {
		color: #046084;
}
.price	 {
        text-align: right;
}
.center {
        text-align: center;
}
th {
		color: black;
		background-color: #DDDDDD;
		text-align: left;
}
input {
		font-family: Verdana, Arial;
		color: #000000;
}
.even {
		background-color: #EEEEEE;
}
.odd {
		background-color: #DDDDDD;
}
