body {color: black; }
/* current
a:link     {color: #FF9900;}
a:visited  {color: #FF9900;}
a:active   {color: #FF9900;}
a          {text-decoration: underline }
a:hover    {text-decoration: underline } 
*/

/* wv orange always
a:link     {color: #ff6600;}
a:visited  {color: #ff6600;}
a:active   {color: #ff6600;}
a          {text-decoration: underline }
a:hover    {text-decoration: underline } */

/* wv official colors 
a:link     {color: #ff6600;}
a:active   {color: #FFCC33;}
a:visited  {color: #FF8533;} */
a:hover    {color: #FFA366;}
a          {text-decoration: underline }
/*a:visited  {color: #C84E00;}*/

/* blues
a:link     {color: #0066CC;}
a:visited  {color: #003399;}
a:active   {color: #0099FF;}
a          {text-decoration: underline }
a:hover    {text-decoration: underline } 
*/


p               { font-family: Arial, Helvetica, sans-serif; font-size: 10pt }
.menu           { position:absolute; visibility:hidden; width: 110px; height: auto; font-size : 10px; font-family: "verdana", "arial", "helvetica"; line-height: 12px; z-index: 200; top: 40 }
.inactive       { font-family: verdana, arial, helvetica; font-size: 8pt; color: #ffffff; text-decoration: none; font-weight: normal; z-index:50; }
.pulldownForms  { font-family: verdana, arial, helvetica; font-size: 10px; color: #000000; text-decoration: none; font-weight: normal; }
.pulldown       { font-family: verdana, arial, helvetica; font-size: 10px; color: #ffffff; text-decoration: none; font-weight: normal; z-index:50; }
.pulldown2      { font-family: verdana, ms sans serif, Arial; font-size: 8pt; color: #ff6600; text-decoration: none; font-weight: bold; z-index:50; }
.fontlarge      { font-family: Arial, Helvetica, sans-serif; font-size: 11pt }
.fontnormal     { font-family: Arial, Helvetica, sans-serif; font-size: 10pt }
.fontsmall      { font-family: Arial, Helvetica, sans-serif; font-size: 8pt }
.headinglarge   { font-family: Arial, Helvetica, sans-serif; font-size: 17pt; font-weight: bold; color: #FF6600 }
.headingnormal  { font-family: Arial, Helvetica, sans-serif; font-size: 15pt; font-weight: bold; color: #FF6600 }
.headingsmall   { font-family: Arial, Helvetica, sans-serif; font-size: 11pt; font-weight: bold; color: #FF6600 }
.formnormal     { font-family: Courier New, Courier, mono; font-size: 10pt }

td.footer       { font-family: Arial, Helvetica, sans-serif; color:#666666; background-color:#f1f1f1; padding:5px; font-size: 8pt }

/* forms */
input.disabled        { color: #666666; background-color:#EEEEEE;} 
input.submitOrange    { color: #ffffff; background-color: #ff6600; font-weight: bold; }

/* used by: my worldvision news; */
.whitemenu { font-size: 14px; font-family: Gill Sans MT, arial, verdana; color: #ffffff; text-decoration: none; line-height: 14px; }
.whitemenu a:hover { color:#FFFFFF; text-decoration:underline;}


div.figure {
  float: right;
  padding: 5px;
  border: solid #666666 1px;
  }
  
@media all {			/* Avoid a problem with NS 4.7 ... margin seems to throw out div align in NS so put here, not in div.figure above */
  div.figure {margin-left: 10px;}
  }
  
div.figure p {
  text-align: left;
  font-size: 8pt;
  text-indent: 0;
  margin: 0px;
  margin-bottom: 5px;
  }

/*  OLD STUFF
.ddsn { font-family: Verdana, Arial, Helvetica; font-size: 8pt; color: #CCCCCC }
.news { font-family: Verdana, Arial, Helvetica; font-size: 8pt; font-weight: bold; color: #FFFFFF }
*/
