/* Jenny Hendershott Style Sheet Definition File */
/* Created: July 1, 2002                     */
/* Updated:                                  */

/* ********************************************************
   IE will use the BODY tag and Netscape will only use the
   P tag.  Therefore, make sure that the next two styles
   stay the same at all times
*/
	  
/* body - used as standard text throughout the site */
body {
background-color: black; 
font-family: verdana, arial, helvetica, sans-serif; 
font-size: 10pt; 
color: white;
margin: 0px;
padding: 0px
}

/* paragraph - used as standard text throughout the site */
p {
background-color: white; 
font-family: verdana, arial, helvetica, sans-serif; 
font-size: 8pt; 
color: black
}

/* ******************************************************** */

/* tables -  NOT USED */
table.red {
background-color: white;
border-style: solid;
border-width: 1px;
border-color: #ff6666;
margin: 0px;
padding: 0px;
padding-top: 0px
}

/* header cells - bold black text on off-red*/
td.head {
background-color: #ff6666; 
font-family: verdana, arial, helvetica, sans-serif; 
font-size: 8pt;
font-weight: bold;
color: black;
padding: 0px
}

/* header cells - bold black text on off-red*/
td.ghead {
background-color: #999999; 
font-family: verdana, arial, helvetica, sans-serif; 
font-size: 8pt;
font-weight: bold;
color: black;
padding: 0px
}

/* table cells - plain black text on white */
td.plain {
background-color: white;               /* #6699cc; */
font-family: verdana, arial, helvetica, sans-serif; 
font-size: 8pt; 
color: black;
padding: 1px
}

/*table cells - plain text on black */
td.dark {
background-color: black;              
font-family: verdana, arial, helvetica, sans-serif; 
font-size: 8pt; 
color: #ff6666;
padding: 1px
}

/*table cells - plain text on black */
td.dark2 {
background-color: black;              
font-family: verdana, arial, helvetica, sans-serif; 
font-size: 10pt; 
color: #ff6666;
padding: 1px
}

/* anchors - blue underlined text on white */
a {
background-color: white;
font-family: verdana, arial, helvetica, sans-serif;
font-size: 8pt;
color: blue
}

/* anchors - for use in header bars, bold underlined black on off-red */
a.head {
background-color: #ff6666;
font-family: verdana, arial, helvetica, sans-serif;
font-size: 8pt;
font-weight: bold;
color: black;
}

/* anchors - for use on main page, blue underlined text on black */
a.dark {
background-color: black;
font-family: verdana, arial, helvetica, sans-serif;
font-size: 8pt;
color: white
}

/* div - for use with form elements, plain black text on white */
div.frm {
background-color: white;
font-family: verdana, arial, helvetica, sans-serif;
font-size: 8pt;
color: black}

input.frm {
background-color: white;
font-family: verdana, arial, helvetica, sans-serif;
font-size: 8pt;
color: white;
}


/* ********************************************************
   IE will use the LI tag and Netscape will only use the
   UL tag.  Therefore, make sure that the next two styles
   stay the same at all times
*/

/* unordered list */
ul{
margin: 15px;
left-margin: 15px;
background-color: white; 
font-family: verdana, arial, helvetica, sans-serif; 
font-size: 8pt;
color: black
}

/* bulleted list item */
li {
background-color: white; 
font-family: verdana, arial, helvetica, sans-serif; 
font-size: 8pt; 
color: black
}
/* ******************************************************** */

/* anchors - generic for large links to other sites */
a.biglink {
background-color: black;
font-family: verdana, arial, helvetica, sans-serif;
font-size: 14pt;
color: white
}

/* header - generic for any non-specific link */
h2        {background-color: black;
          font-family: verdana, arial, helvetica, sans-serif;
	  font-size: 15pt;
	  color: white}


 THE STYLES BELOW ARE NOT USED... YET  
 IF YOU USE THEM, UPDATE THE FONT SIZES AND COLORS 

/* images - generic for any non-specific img tag */
img      {
	  border: 0}

/* anchors - generic for links in the body */
a.link	{background-color: black;
          font-family: verdana, arial, helvetica, sans-serif;
	  font-size: 12pt;
	  color: #FF0000}

/* breadcrumb - used for links, non-links */
div.breadcrumb {background-color: white;
          font-family: verdana, arial, helvetica, sans-serif;
	  font-size: 10pt;
	  color: #000000}

/* top-nav anchors */
a.topnav {background-color: white;
          font-family: verdana, arial, helvetica, sans-serif; 
          font-size: 12pt; 
	  font-weight: bold;
          color: #ff6600}

/* table cells for sub-header */
td.subhead  {background-color: silver; 
          font-family: verdana, arial, helvetica, sans-serif; 
          font-size: 10pt;
	  font-weight: bold;
          color: #FFFFFF}

/* table cells for page titles */
td.title  {background-color: C0C0C0; 
          font-family: verdana, arial, helvetica, sans-serif; 
          font-size: 16pt;
	  font-weight: bold;
          color: #000000}

/* table cells for footer */
p.foot    {background-color: black; 
          font-family: verdana, arial, helvetica, sans-serif; 
          font-size: 10pt; 
          color: #ff6600}

/* hidden text */
p.hid   {background-color: black; 
          font-family: verdana, arial, helvetica, sans-serif; 
          font-size: 10pt; 
          color: #FFFFFF}
  












/* table cells for tinted body */
td.tint    {background-color: #ffffcc; 
          font-family: verdana, tahoma, arial, helvetica, sans-serif; 
          font-size: 8pt; 
          color: #000000}

/* table cells for nav menu header */
td.nav  {background-color: #ffffcc; 
          font-family: verdana, tahoma, arial, helvetica, sans-serif; 
          font-size: 10pt; 
          color: #FF6600}

/* table cells for light rows */
td.a  {background-color: #000000; 
          font-family: verdana, tahoma, arial, helvetica, sans-serif; 
          font-size: 9pt; 
          color: #FFFFFF}

/* table cells for dark rows */
td.b  {background-color: #333333; 
          font-family: verdana, tahoma, arial, helvetica, sans-serif; 
          font-size: 9pt; 
          color: #FFFFFF}

/* links for dark rows */
a.b      {background-color: #999999;
          font-family: verdana, tahoma, arial, helvetica, sans-serif; 
          font-size: 9pt; 
          color: #ffffcc}

/* links for headlines */
a.news   {
          font-family: verdana, tahoma, arial, helvetica, sans-serif; 
          font-size: 9pt; 
          color: #ff6600}

/* links for news sources and times */
a.newt  { 
          font-family: verdana, tahoma, arial, helvetica, sans-serif; 
          font-size: 8pt; 
          color: #ff6600}

/* anchor for tinted cells */
a.tint   {
          font-family: verdana, tahoma, arial, helvetica, sans-serif; 
          font-size: 8pt; 
          color: #ff6600}

/* anchor for black footer */
a.foot   {background-color: #000000; 
          font-family: verdana, tahoma, arial, helvetica, sans-serif; 
          font-size: 8pt; 
          color: #0099FF}

/* anchor for nav links */
a.n      {background-color: #ffffff; 
          font-family: verdana, tahoma, arial, helvetica, sans-serif; 
          font-size: 8pt; 
          color: #ff6600}

/* anchor for ISDS Message Board links */
a.f      {background-color: #ffffff; 
          font-family: verdana, tahoma, arial, helvetica, sans-serif; 
          font-size: 10pt; 
          color: #ff6600}
.navover {
	background-color: #000000;
}
.navtable {
	font-family: "Franklin Gothic Demi Cond", sans-serif;
	font-size: 12pt;
	color: #FF6666;
	line-height: 18pt;

}
a.navtablelink {
	font-family: "Franklin Gothic Demi Cond", sans-serif;
	font-size: 12pt;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #000000;
	line-height: 18pt;
}
A.navtablelink:hover {
FONT-SIZE: 12pt; COLOR: #FF6666; LINE-HEIGHT: 18pt; FONT-FAMILY: "Franklin Gothic Demi Cond", sans-serif
}

a.smalllink {
background-color: black;
font-family: verdana, arial, helvetica, sans-serif;
font-size: 9pt;
color: white
}
