﻿body{
	background-color:rgb(250, 248, 246);
}

.stocktable, .stsTable{
	border: 1px dashed #E9D3BE;
	width: 167px;
}
.stocktable td, .stsTable td{
	background-color: rgb(250, 248, 246);
	border-top: 1px dotted #D3A97E;

	font-family:"Times New Roman", Times, serif;
	font-size:10px;
	text-align:center;
	height:14px;
}

.stsTable{
	margin-left:30px;
	font-weight:bold;
}
.stsTable td{
	border-top: 1px dotted #CB9967;
	font-size:12px;
	font-family:Tahoma;
}

#divider{
	float:left;
	border-left:1px brown dotted;
	height:5px;
	margin:4px 0 0 0;
	padding-right:5px;
}

.green {
	color: #008000;
}

.red {
	color: #FF0000;
}
