body
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #666666;
	margin: 0px;
	padding: 0px;
}

a
{
	text-decoration: none;
	font-weight: bold;
	font-size: 8pt;
}

td
{
	padding: 2px;
	margin: 2px;
}

.buy,
a.nav,
a.nav:visited,
a.buy,
a.buy:hover,
a.buy:visited
{
	color: #002664;
	
}

.sell,
a.currentNav,
a.currentNav:hover,
a.currentNav:visited,
a.nav:hover,
a.sell,
a.sell:hover,
a.sell:visited
{
	color: #A70240;
}

td.nav img
{
	border: 0px;
	margin: 5px;
}

table.question
{
	border: solid 2px #002664;
	font-size: 1em;
	text-align: center;
}

tr.header
{
	background-color: #002664;
	color: #FFFFFF; 
	font-weight: bold;
	text-align: center;
}

tr.header td
{
	padding: 5px;
}

tr.details td
{
	padding: 2px;
}

tr.spacer
{
	height: 5px;
}

td.nav
{
	width: 25%;
	text-align: center;	
}

td.buy
{
	width: 10%;
	font-weight: bold;
	border: solid 2px #002664;
}

td.buyHover
{
	width: 10%;
	font-weight: bold;
	border: solid 2px #002664;
	background-color: #002664;
	color: #FFFFFF;
	cursor: pointer;
}

td.sell
{
	width: 10%;
	font-weight: bold;
	border: solid 2px #A70240;
}

td.sellHover
{
	width: 10%;
	font-weight: bold;
	border: solid 2px #A70240;
	background-color: #A70240;
	color: #FFFFFF;
	cursor: pointer;
}

p.calculation
{
	font-style: italic;
}

span.answer,
span.questionTitle
{
	font-weight: bold;
	color: #002664;
}

div.content
{
	width: 565px;
}
div.marketInfo
{
	font-style: italic;
}

a.moreInfo,
a.moreInfo:hover,
a.moreInfo:visited
{
	color: #AAAAAA;
}
