body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	text-decoration: none;
	background-color: #FFFFFF;
	background-image: url(../images/spacer.gif);
	background-repeat: repeat;
	margin: 5px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	text-align: right;
	vertical-align: top;
	min-width: 800px

}
table {
	font-size: 12px;
	color: #666666;
}

a:link {
	font-size: 12px;
	color: #666666;
	text-decoration: none;
}
a:visited {
	font-size: 12px;
	color: #666666;
	text-decoration: none;
}
a:hover {
	font-size: 12px;
	color: #FF6600;
	text-decoration: underline;
}
a:active {
	font-weight: normal;
	text-decoration: underline;
	color: #FF6600;
}
p {
	margin: 0px;
	padding: 0px;
}
#samplequotes
{
	background-color: #F9F9F9;
	border: 1px solid #999999;

}
#samplequotes td
{
	padding: 5px;
	width:20%;
	margin-bottom:5px;
}
#samplequotes th
{
	padding: 5px;
	text-align:center;
}