/* Navigational Links */

a.nav       { color: #FFFFFF; text-decoration: none }
a.nav:hover { text-decoration: underline }

/* Other links */

/* Mortgage calculator form */
.CalculatorTextField { width: 70px; border: 1px solid #565656; font-family: "times new roman"; font-size: 16; background-color: #EFEFEF; color: #343434; }
.CalculatorResultDIV { width: 70px; border-bottom: 1px solid #565656; text-align: right; float: bottom; font-family: "times new roman"; font-size: 16 }
.CalculatorBTN       { width: 70px; border: 1px solid #565656; cursor:hand }
