/* controls basic properties of the entire document */body { 	background-color: #FFFFFF;    font-family: Arial, Helvetica, sans-serif;    text-color: #000000;    text-decoration: none;	 color: #000000;}/* White text that starts "Call us Toll Free */.left_nav_title   {font-family: Arial, helvetica, sans-serif;font-size: 14px;text-color: #FFFFFF;color: #FFFFFF;text-decoration: none;}/* Properies for dark blue left nav */.navbar   {background-color: #000080;color: #000080E;}/* Table that holds nav links */.navtable {margin-left:10 px;}/* All the links on the dark blue table on left */.navlinks {font-family: Arial, helvetica, sans-serif;font-size: 11px;text-color: #FFFFFF;color: #FFFFFF;text-decoration: none;font-weight: bold;}a.navlinks:link {font-family: Arial, helvetica, sans-serif;font-size: 11px;text-color: #FFFFFF;color: #FFFFFF;text-decoration: none;font-weight: bold;}a.navlinks:hover {font-family: Arial, helvetica, sans-serif;font-size: 11px;text-color: #FFBC8A;color: #FFBC8A;text-decoration: underline;font-weight: bold;}a.navlinks:visited {font-family: Arial, helvetica, sans-serif;font-size: 11px;text-color: #FFFFFF;font-weight: bold;}/* END Navbar links */
