.whitetable
 {
	border: 1px dotted #999999;
	background-color: #181F29;
	margin: auto;
	padding: 5px;
	word-spacing: 12px;
	height: auto;
	width: auto;
	letter-spacing: 12px;
	vertical-align: baseline;
	clear: none;
	float: none;
}
.texttable
{
	border: 1px dotted #999999;
	background-color: #181F29;
	margin: auto;
	padding: 8px;
	/*word-spacing: 12px;*/
	height: auto;
	width: auto;
	/*letter-spacing: 12px;*/
	vertical-align: baseline;
	clear: none;
	float: none;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
	font-weight: normal;
}
.dotline
{
	border: thin dotted #999999;
	bottom: auto;
	background-color: #181F29;
	padding-bottom: 1px;

}
.table {
	border-top-style: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	font-family: "Times New Roman", Times, serif;
	font-size: 10px;
	font-weight: normal;
	color: #999999;
	background-color: #181F29;
} 

.textline
{
	bottom: auto;
	background-color: #181F29;
	color: #DDAB52;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #DDAC50;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	
	}
