@charset "utf-8";
/* CSS Document */

body {
	font-family: Tahoma,sans-seif;
	font-size: .8em;
}

table {
	background-color: #000000;
	width: 300px;
	margin-bottom: 30px;
}

td {
	background-color: #FFFFFF;
	padding: 3px;
}

.tblTitle {
	font-weight: bold;
	background-color: #339999;
	color: #FFFFFF;
	text-align: center;
}

.tblPrice {
	width: 60px;
	text-align: right;
}

.tblTotal {
	text-align: right;
	font-weight: bold;
}

.GrandTotal {
	width: 60px;
	font-weight: bold;
	text-align: right;
	background-color: #FFFF66;
}

a {
	color: #993399;
	text-decoration: underline;
}

a:hover {
	color: #411170;
	text-decoration: underline;
}
