body
{
	background-color: white;
	color: black;
	font-family: Verdana, Helvetica, Sans-serif; /* our standard web fonts */
	font-size: 81.25%; /* most browsers start with font size 16px (or 12pt) - reduce to 13px or 10pt*/
	margin: 0;
	padding: 0;
}

table { font-size: 1em; } /* Pages with xml tag at start tag seem to size table font 
														 incorrectly in MSIE.  Set the font for this situation. */

img { border: none; }

form { margin: 0; padding: 0; }

a.linkedlogo {
	text-decoration: none; /* opera seems to still show underline */
}

.footer { font-size: 0.85em; }

.error { color: red; }

.error a:hover {
	color: salmon;
}

input.disabled { background-color: #FAFAFA; color: black; }