/* Style Sheet For Expense Section   */

#expense
{
	font-family: "Times New Roman", Times, serif;
	font-size: 1em;
	margin: 0px 90px 25px 90px;
	width: 520px;
	text-align: left;
	border-collapse: collapse;
}
#expense th
{
	font-size: 1em;
	font-weight: bold;
	padding: 5px;
	background: #d0d0d0;
	border-bottom: 1px solid #fff;
	color: #000;
	text-align: center;
}
#expense td
{
	padding: 5px 25px 5px 20px;
	background: #e4e4e4;
	border-bottom: 1px solid #fff;
	color: #000;
	font-weight:normal;
	border-top: 1px solid transparent;
}
#expense tr:hover td
{
	background: #fff;
	color: #000;
}
.smalltext {
	text-align: left;
	font-size: 0.8em;
	color: #000;
	font-style: italic;	
	font-weight: normal;
	letter-spacing:1px;
	}
#disclosure {
	font-size: 0.9em;
	font-weight: normal;
    color: #303030;
	text-align: left;
	padding-left: 95px;
	padding-right:90px;
	padding-bottom:20px;
	
	
	}