#heading {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #2d3b74;
	text-transform: capitalize;
	display: block;
	width: 140px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 15px;
}
#items a{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-transform: capitalize;
	display: block;
	width: 140px;
	font-size: 11px;
	text-decoration: none;
	color: #FFFFFF;
	background-color: #1A284D;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 15px;
	border: bottom;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #FFFFFF;
	font-weight: bold;
}
#items a:hover {
	display: block;
	text-decoration: none;
	background-color: #FFFFFF;
	border: bottom;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #DFDFB0;
	color: #1A284D;
}
.padTable {
	margin-top: 25px;
	margin-bottom: 5px;
	margin-right: 10px;
}