table {
	font-family: Verdana;
	font-size: 8pt;
	}
body {
	font-family: Verdana;
	}

h1 {
	font-size: 10pt;
	}

#ratesTable {
	font-size: 8pt;
	}

#ratesTable p {
	font-size: 9pt;
	line-height: 20px;
	}

#ratesTable tr {
/*	height: 25px; */
	}

#ratesTable tr.header {
	height: 40px;
	vertical-align: center;
	}

#ratesTable tr.odd {
	background-color: #EEE;
	}

#ratesTable tr.information td {
	color: #733;
	font-weight: bold;
	}

#ratesTable table {
	padding: 0;
	margin: 0 10px 10px 10px;
	}
	
#ratesTable tbody
{
	margin-right: 20px;
}

div#ratesTable
{
	padding-right: 10px;
}

#ratesTable tr.addNew, tr.submit {
	text-align: right;
	vertical-align: center;
	}

#ratesTable tr.submit td {
	height: 40px;
	border-top: 1px solid #ccc;
	}

#ratesTable tr.addNew td {
	border-top: 1px solid #ccc;
	}

#ratesTable a {
	text-decoration: none;
	}

#ratesTable a:hover, a:active {
	text-decoration: underline;
	}
