/* 'Body' specifies white text on dark grey background */body {margin:0px 0px 5px 0px; padding:0px; color:#FFF; background-color:#484848;}/* The site's overriding link colors, designed for a dark background */a:link {color:lightblue; background:transparent; font-weight:bold; text-decoration:none;}a:visited {color:lightblue; background:transparent; font-weight:bold; text-decoration:none;}a:hover {color:turquoise; background:transparent; font-weight:bold; text-decoration:underline;}a:active {color:lightblue; background:transparent; font-weight:bold; text-decoration:underline;}p {font:12px verdana, tahoma, arial, geneva, helvetica, sans-serif; text-align:left;}p.c {font:12px verdana, tahoma, arial, geneva, helvetica, sans-serif; text-align:center;}table, tr, td, th, caption, ul, ol {font:12px verdana, tahoma, arial, geneva, helvetica, sans-serif;}h1 {font:16px verdana, tahoma, arial, geneva, helvetica, sans-serif; font-weight:bold; color:#000; margin:0;}h2 {font:13px verdana, tahoma, arial, geneva, helvetica, sans-serif; font-weight:bold; color:#000; margin:0;}h3 {font:13px verdana, tahoma, arial, geneva, helvetica, sans-serif; color:#000; margin:0;}h4 {font:11px verdana, tahoma, arial, geneva, helvetica, sans-serif; font-weight:bold;}h5 {font:11px verdana, tahoma, arial, geneva, helvetica, sans-serif;}h6 {font:10px verdana, tahoma, arial, geneva, helvetica, sans-serif; font-style:italic;}/* bbb: bold 16px, or 'boldbig', for dark backgrounds */.bbb {font:16px verdana, tahoma, arial, geneva, helvetica, sans-serif; font-weight:bold; color:#FFF;}.bbb a:link {color:#EBFFFF; background:transparent; font-weight:bold; text-decoration:none;}.bbb a:visited {color:#EBFFFF; background:transparent; font-weight:bold; text-decoration:none;}.bbb a:hover {color:lightblue; background:transparent; font-weight:bold; text-decoration:underline;}.bbb a:active {color:#EBFFFF; background:transparent; font-weight:bold; text-decoration:underline;}/* bbw: bold 16px, or 'boldbig', for white backgrounds */.bbw {font:16px verdana, tahoma, arial, geneva, helvetica, sans-serif; font-weight:bold; color:#000;}.bbw a:link {color:#006; background:transparent; font-weight:bold; text-decoration:none;}.bbw a:visited {color:#006; background:transparent; font-weight:bold; text-decoration:none;}.bbw a:hover {color:#069; background:transparent; font-weight:bold; text-decoration:underline;}.bbw a:active {color:#069; background:transparent; font-weight:bold; text-decoration:underline;}/* 12px, i.e., normal text size, for pages with white background */.whitebkgrd {font:12px verdana, tahoma, arial, geneva, helvetica, sans-serif; color:#000;}.whitebkgrd a:link {color:#006; background:transparent; text-decoration:none; font-weight:bold;}.whitebkgrd a:visited {color:#006; background:transparent; text-decoration:none; font-weight:bold;}.whitebkgrd a:hover {color:#069; background:transparent; text-decoration:underline; font-weight:bold;}.whitebkgrd a:active {color:#069; background:transparent; text-decoration:underline; font-weight:bold;}/* llpx bold for pages with dark background */.blkbkgrdsmall {font:11px verdana, tahoma, arial, geneva, helvetica, sans-serif; color:#FFF; font-weight:bold;}.blkbkgrdsmall a:link {color:#EBFFFF; background:transparent; text-decoration:none; font-weight:bold;}.blkbkgrdsmall a:visited {color:#EBFFFF; background:transparent; text-decoration:none; font-weight:bold;}.blkbkgrdsmall a:hover {color:lightblue; background:transparent; text-decoration:underline; font-weight:bold;}.blkbkgrdsmall a:active {color:#EBFFFF; background:transparent; text-decoration:underline; font-weight:bold;}/* Replaces bullets with a red arrow in unordered lists */ul {list-style-type:square; list-style-image:url("http://www.ericringsred.com/images/web/right_arrow.gif"); text-align:left;}.caption {font:11px verdana, tahoma, arial, geneva, helvetica, sans-serif; font-weight:bold;}/* hidden accessibility 'skiplink' for, e.g., blind users with non-GUI browsers */.skiplink {display:none;}/* highlight breadcrumbs for older browsers */.crumbfocus {color:#000; background-color:#FFF;}