body {
	margin: 0px;
	padding: 0px;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
	margin: 0px;
	padding: 0px;
}
.blue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #004080;
}
h1 {
	font-size: 12px;
	color: #999999;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}
h2 {
	font-size: 12px;
	color: #999999;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}
h3 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
	margin: 0px;
	font-weight: normal;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: -5px;
	padding-left: 0px;
}
.bottom td{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
}

.bottom a {
	color: #999999;
	text-decoration: none;

}
.bottom a:hover {
	color: #999999;
	text-decoration: underline;
}

/* added this rule to remove the double white lines on the internal cells */
.tnav { border-collapse:collapse; }

.tnav td {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #FFFFFF;
border: 1px solid #FFFFFF;
text-align:center; /* centers the text in the cell */
line-height:40px; /* added this to increase the cell space in height */
line-width:130px;
/* padding: 10px;*/ /* removed the padding */ 
}

.tnav a {
display:block;
color:#FFF;
text-decoration:none;
}
.tnav a:hover {
background-color: #77B658; 
}
