body {
	background-image: url(images/bg_red.gif);
}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.yellowbgtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #FFFF00;
}

div#trade {
	position: absolute;
	left: 610px;
	top: 315px;
	width: 130px;
	height: 200px;
	font-family: arial, helvetica, sans serif;
	font-size: 12px;
	font-weight: bold;
	color: black;
	text-align: center;
}

div#tradetext {
	position: absolute;
	border: 1px solid black;
	left: 0px;
	top: 18px;
	width: 130px;
	height: 180px;
	font-family: arial, helvetica, sans serif;
	font-size: 11px;
	padding: 0px;
	text-align: left;
	overflow: auto;
	font-weight: normal;
}

div#tradetext p.header {
	font-weight: bold;
	font-size: 11px;
	border-bottom: 1px solid black;
	background-color: #A4A4FE;
	padding: 2px 5px 2px 5px;
	margin-bottom: 0px;
}

div#tradetext p {
	margin-top: 0px;
	padding: 4px 5px 4px 5px;
}

div#tradetext a {
	color: black;
}
.red {
	font-size: 20px;
	color: #990000;
	text-decoration: underline;
}
.red2 {
	font-size: 20px;
	color: #FF0000;
	font-style: italic;
	font-variant: small-caps;
	letter-spacing: .2em;
}
