/* CSS Document */

p {
font-family:Arial, Helvetica, sans-serif;
font-size:10pt;
color:#000000;
}

p.price{
font-family:Arial, Helvetica, sans-serif;
font-size:10pt;
color:#CC0000;
}

p.heading{
font-family:Arial, Helvetica, sans-serif;
font-size:10pt;
font-weight:bold;
}

a {
	color: #003366;
	text-decoration: underline;
}
a:hover {
	color: #651B37;
}

td{
text-align:center;
}