body {
	color: rgb(51,51,153);
	background-color: rgb(255,255,204);
	font-family: 'Trebuchet MS', Arial, Helvetica;
}

h1 {
	font-family: 'Trebuchet MS', Arial, Helvetica; font-weight: normal;
	font-style: normal; font-size: 24pt;
}

table {
	font-family: 'Trebuchet MS', Arial, Helvetica;
	font-style: normal;

}

th {
	font-family: 'Trebuchet MS', Arial, Helvetica;
	font-style: normal;
}

#headline {
	background-color: #FFFF00;
	text-align: center;
	border-style: ridge;
	border-color: #FFFFFF;
	padding: 3pt;
}

tr.button {
	height: 40px;
	text-align: center;
	font-weight: bold;
}

div.price {
	font-family: Times;
	font-size: 12pt;
}

tr.price {
	font-family: Times;
	font-size: 12pt;
}

a.button {
	width: 120px;
	height: 24px;
	position: absolute;
}

a.button:link {
	color: #FFFFFF;
	background-color: #0000FF;
	text-decoration: none;
}

a.button:visited {
	color: #FFFFFF;
	background-color: #0000FF;
	text-decoration: none;
}

a.button:hover {
	color: #FFFFFF;
	background-color: #000080;
	text-decoration: none;
}

a.button:active {
	color: #FFFFFF;
	background-color: #000080;
	text-decoration: none;
}


