body
{
	FONT-FAMILY: "Bookman Old Style", Arial, Helvetica;
	FONT-SIZE: 9pt;
	line-height:normal;
	margin: 0px 0px 0px 0px;
	background-color: #fb91b9;
}

.bodyContainer 
{
	padding-left: 70px;
}

.navLink {
	text-decoration: none; font-size: 9pt;
}

.priceText 
{
	font-size: 14pt;
	font-weight:bold;
	width: 100%;
	text-align: right;
	padding-right: 25px;
}

.currenciesText {
	font-size: 9pt;
	font-weight: normal;
} 

td
{
	font-size: 9pt;
}

a:link { color: red; }     /* unvisited link */
a:visited { color: red; }  /* visited link */
a:hover { color: #FF00FF; }   /* mouse over link */
a:active { color: red; }   /* selected link */ 

#homeText B { color: #ff0066; font-size: larger; }