﻿#Investor table.type {
	margin: 10px auto 15px auto;
}
#Investor table.type .none,
#Investor table.type .type2 .none{
	border: none;
	background-color: #FFF;
}
#Investor table.type td,
#Investor table.type th {
	border: 1px solid #999;
	padding: 3px 6px;
}
#Investor table.type th {
	background-color: #EEE;
}
#Investor table.type .type2 th {
	background-color: #CCC;
}
#Investor table.type .txtRight {
	white-space: nowrap;
}
