/* css_manning01.css: 08/08,23,25/02 To implement this CSS file, insert it into the head element of pages where it's needed. *//* Add tr to the list below?  Add span?  Delete div?  Delete hr? *//* The rule below sets the default font to Arial and the size to 1 em. */body, p, ul, ol, dir, menu, div, dt, dd, address, blockquote, pre, br, hr, form, table, dl, td, th, span	{	font-family: Arial, Helvetica, sans-serif;	font-size: 1em;	}.sansserifsmall	{	font-family: Arial, Helvetica, sans-serif;	font-size: .8em;	}.serifnormal	{	font-family: "Times New Roman", serif;	font-size: 1.05em;	}.serifsmall	{	font-family: "Times New Roman", serif;	font-size: .87em;	}.hoverbutton a	{	color: white;	background-color: black;	text-decoration: none;	font-weight: bold;	font-family: Arial, Helvetica, sans-serif;	font-size: .8em;	}.hoverbutton a:hover	{	color: "#FFCC66";	background-color: black;	text-decoration: none;	}.hoverclaimsbutton a	{	color: black;	background-color: "#FFCC66";	text-decoration: none;	font-weight: bold;	font-family: Arial, Helvetica, sans-serif;	font-size: .8em;	}.hoverclaimsbutton a:hover	{	color: white;	background-color: blue;	text-decoration: none;	}.hoverhomebutton a	{	color: white;	background-color: black;	text-decoration: none;	font-weight: bold;	font-family: Arial, Helvetica, sans-serif;	font-size: .8 em;	}.hoverhomebutton a:hover	{	color: white;	background-color: blue;	text-decoration: none;	}.hover00gatewaybutton a	{	color: white;	background-color: black;	text-decoration: none;	font-weight: bold;	font-family: Arial, Helvetica, sans-serif;	font-size: .8em;	}.hover00gatewaybutton a:hover	{	color: black;	background-color: white;	text-decoration: none;	}.hover02gatewaybutton a	{	color: white;	background-color: black;	text-decoration: none;	font-weight: bold;	font-family: Arial, Helvetica, sans-serif;	font-size: .8em;	}.hover02gatewaybutton a:hover	{	color: black;	background-color: "#FFCC66";	text-decoration: none;	}