/*  Here are some color numbers used in these pages
bright red, #FF0000  bright green, #008000  pure white, #FFFFFF  black, #000000
bright blue, #0000FF  navy blue, #000080  teal, #008080  aqua, #00FFFF  gray, #808080

SS Web-page creamy background, #FFF8DD  gray-brown header, margin, text, #998B8B  

*/

body {background-color:#baacac;}  /* this body style provides the grey background behind the page */

.body {background-color: #ffffff;}
  
font {font-family:"Verdana","Arial","Helvetica",sans-serif;}

p {font-family:"Verdana","Arial","Helvetica",sans-serif; font-size:12px; color:#000000; padding-top:10px; padding-right:30px;
   padding-bottom: 0px; padding-left: 20px; line-height:1.2;}

li {font-family:"Verdana","Arial","Helvetica",sans-serif; font-size: 11px; color: #000000; margin-left: 60px; margin-right: 80px;}

a {font-size: 12px; color: #fff8dd; text-decoration: none; /*padding-top: 30px; line-height: 25px;*/ }

a:link {font-family: "Courier New","Courier",mono; font-size: 12px; text-decoration: none; font-weight: normal; color: #fff8dd;}

a:hover {font-size: 12px; color: #000000; text-decoration: none; /*padding-top: 30px; line-height :25px;*/ }

a.underline:hover {font-size: 12px; color: #000000; text-decoration: underline; /*padding-top: 30px; line-height :25px;*/ }

a.faq:hover {font-size: 10px; color: #000000; text-decoration: underline;}

.samples {font-family: "Verdana","Arial","Helvetica",sans-serif; font-size: 10px; color:#000000; font-variant: normal; 
          margin-top: auto; margin-right: auto; margin-bottom: auto; margin-left: auto; padding: 10px 5px; width: 180px;}

.copyright {font-size: 10px; color: #fff8dd; text-align: center;}

.title {font-size: 18px; color: #000000; font-weight: bolder;}

.para1 {font-size: 16px; color: #000000; text-align: left;}

.para5 {font-size: 12px; color:#000000; text-align: center;}

.para2 {font-size: 12px; color: #000000; text-align: left;}

.para3 {font-size: 10px; color: #000000; margin-left: 50px; margin-right: 40px; text-align: left;}
/* Use same format except with slightly smaller font */
.para3a {font-size: 9px; color: #000000; margin-left: 20px; margin-right: 20px; text-align: left;}

.para4 {font-size: 10px; color: #000000; margin-left: 15px; margin-right: 15px; text-align: center;}

.smallpara {font-family: "Verdana","Arial","Helvetica",sans-serif; font-size:10px; color:#000000; text-align: left;}

.smallerpara {font-family: "Verdana","Arial","Helvetica",sans-serif; font-size:9px; color: #B57600; 
              margin-left: 20px; margin-right: 20px; text-align: center;}

.faqpara {font-size: 10px; color: #000000; margin-left: 10px; margin-right: 10px; text-align: left;}

/* .faqanswer {font-family:'Verdana','Arial','Helvetica',sans-serif; font-size: 10px; margin-left: 30px; margin-right: 10px; 
			  text-align: left; display: none;"} */
			  
.nojava {font-size:12px; color:#000000; font-weight:bolder;}

.lastrevised {text-align: left; font-size: 10px; color: #998b8b; font-weight: bolder;}

.example {width: 180px; font-family:"Verdana","Arial","Helvetica",sans-serif; font-size:10px; color:#000000;}

/* .biblitem {list-style-type: none; font-family:"Verdana","Arial","Helvetica",sans-serif; font-size:10px; color:#000000;} */
/* set up style for items in bibliography? */

#dhtmltooltip{
   position: absolute;
   width: 140px;
   border: 1px solid blue;
   padding: 4px;    /* keep thin to avoid white halo inside border of colored boxes? */
   background-color: #f0f8ff;    /* #ebf5fc;  originally; f0ffff is slightly more luminous; can be specified individually */
   font-family: "Verdana","Arial","Helvetica",sans-serif;
   font-size: 10px;
   visibility: hidden;
   /* z-index > 1 makes sure the popup tooltip is always on top of layer below */
   z-index: 5;

   /* Remove following line to remove shadow. The line should always appear last within this CSS
      item.  This effect is valid only in MS IE 5.5+.  See Javascript Bible 842ff., esp. 846. 
	  Other browsers seem to ignore the effect with no problem, but see warning on p. 843.
   filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135); */
}
