/* External CSS by and for www.reidpd.com */
/* Copyright 2008-2010  Reid Product Development   All rights reserved */


body	{
  color:  #000000;
  background: #ffffff;
  font-family: Arial, sans-serif;
  /* font-size inheritance poor in many browsers */
}


a	{background: transparent; text-decoration: underline;}
a:active	{color: #cc00cc;}  /* classic alink #cc00cc, albeit a:active and alink are both obsolete*/
a:link	{color: #3399cc;}  /* classic link #006699 */
a:visited	{color: #686859;}  /* classic vlink #993366, 0.75#(d0d0b2)=9c9c86 or 0.50#(d0d0b2)=686859 */
a:hover	{background-color: #3399cc; color: #ffffff;}

h1	{font-size: 2.0em; color: black; font-weight: 600; letter-spacing: 0.0625em;} 
h2	{font-size: 1.5em; color: black; font-weight: 400;}       /*  h2 is new, use it just for breadcrumbs  */
h3	{font-size: 1.375em; color: #cc9900; padding: 3px 8px;}
h4	{font-size: 1.25em; color: black; padding: 0px 8px;}
/*  not currently using h5 or h6  */

p, li  {padding: 0 8px;}
li	{font-size: 0.9em;}

hr  {background-color: #d0d0b2; color: #d0d0b2; border: 0; height: 2px;}  /* strangely, background color req'd. */

.menu	{background-color: #d0d0b2; /* had been #cccc99; */ text-align: center; font-size: 1.0em; font-weight: bold; border-top: 6px solid #ffffff;}
/* .menu td {background-color: #d0d0b2;}  [swapped, had been #ffffff, but now not needed at all] */
.tab {background-color: #ffffff !important;}  /* swapped, had been #d0d0b2 */
.footer	{background-color: transparent; font-size: 0.8em;}
.quote	{font-size: 0.8em; font-style: italic;}
.caption	{font-size: 0.8em;}
.boxed	{border: 2px solid #d0d0b2; padding: 2px 6px;}

.gold	{color: #cc9900;}         /* old gif uses #cc9900, golder yet #ffcc00, w3.org uses 255,165,0, 
0.75#(d0d0b2)=9c9c86 ~ 999980 */
.skyblue	{color: #3399cc;}
.paleyellow	{color: #ffffcc;}
.olive	{color: #cccc99;}  /* former #f0f0cc,  new #d0d0b2 ~~ #cccc99, (5/4)*(cc9900)=ffbf00  */



