/* PDS cascading style sheet include file.
   Written By: John A. Beach
         Date: July 5, 2000     */

			
/* Set all the standard text parameters here in the Body tag */
BODY {
   /* margin: 0px; */
   /* text-align:justify; */
   font-family: Helvetica,Arial,sans-serif;
   color: black;
   background-color: white;
   font-size: small;
}			

/* Add a paragraph and TD section 
    Not is use yet... */
P.PageText {
	font-family: Helvetica,Arial,sans-serif;
   color: black;
   background-color: white;
   font-size: small;
}		
						
/* Standard pseudo active and hover classes
   transparent backgrounds make them work with any foreground color   */
A:active { color: red; background-color: transparent; }
A:hover  { color: red; background-color: transparent; }

/* No-Visited Link color change - used in Scroller */
A.NoVis:link    { color: blue;  background-color: transparent; }
A.NoVis:visited { color: blue;  background-color: transparent; }
A.NoVis:active  { color: red; background-color: transparent; }
A.NoVis:hover   { color: red; background-color: transparent; }

/* ThumbNail Anchor class
   sets the border width and color when an image is used in a link.  */
A.ThumbNail:link img    { border-style : solid; border-width : 1px; border-color : #000000 }
A.ThumbNail:visited img { border-style : solid; border-width : 1px; border-color : #000000 }
A.ThumbNail:active img  { border-style : solid; border-width : 1px; border-color : #000000 }
A.ThumbNail:hover img   { border-style : solid; border-width : 1px; border-color : #ff0000 }

/* Original green - ccffcc */
Table.Footer { 
   background-color: #ccffcc;
   border: 1px solid Black;
	width: 100%;
	color: Black;
}

/* Add margins for images in tables */
IMG.MarginAll { margin-left: 12px;  margin-right: 12px;  margin-top: 12px;  margin-bottom: 12px;    }

/* Color the TOC bars */
TD.BlueBar {
	/* color: rgb(205,196,126); */
	color: rgb(255, 255, 255);
	background-color: rgb(36,81,107);
	font-family: Verdana,Arial,Helvetica,sans-serif;
	letter-spacing: -0.5pt;
	line-height: 10pt;
	text-align: center;
	font-size: 10pt;
	font-weight: 700;
	height: 18px;
}

/* Change this to a class */
#SingleBackground {
   background-position: 50% 50%;  /* X distance, Y distance from top-left of page  */
   background-repeat: no-repeat;  /* repeat (default) repeat-x, repeat-y, or no-repeat */
   background-attachment: fixed;  /* Fixed or Scroll (default) */
}
