body {
	margin: 0;
	padding: 0;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCCCCC;
	background-color: #303030;
}
h1 {
	font-size: 18px;
	line-height: 22px;
	font-weight: normal;
	margin-top: 0px;
	color: #b3d9e9;
}
h2 {
	font-size: 14px;
	line-height: 18px;
	font-weight: normal;
	margin-top: 0px;
	color: #b3d9e9;
}
.instruction-num{
	font-size:24px;
	font-weight:normal;
	margin:0px;
	color:#b3d9e9;
}
.quote {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 20px;
	font-weight:normal;
	padding-top: 5px;
	padding-left: 7px;
	padding-bottom: 5px;
}
td.header {
	vertical-align: top;
	font-size: 11px;
	color:#FFFFFF;
}
td.header a {
	color:#99ccff;
	text-decoration: none;
}
td.header a:hover {
	color:#99ccff;
	text-decoration: underline;
}
a {
	color:#99ccff;
	text-decoration: underline;
}
td {
	vertical-align:top;
}

td.buyheader
{
	font-weight: bold;
	background-color: #4d4d4d;
}

td.buyheader2
{
	text-align: right;
	font-weight: bold;
	background-color: #4d4d4d;
}

td.subtotals
{
	text-align: right;
	background-color: #333333; 
	padding-top: 8px;
}

.error
{
	color: #FF0000;
}