/* Style sheet for LWHomepage */
body {
   color:#000000;
   background-color:#ffffff;}

h1 {font-size:18pt;}
h2 {font-size:14pt;}

p.one {font-size:12pt;}
p.two {font-size:9pt;}

/* Navigation table */
table.one {
   width:200px;
   border-style:groove;
   border-width:2px;
   border-color:#339900;   
 /*  background-image: url(/longwalk/images/LWTableBG.gif);*/
 /*  background-position: 10% 30%; */
   background-repeat: no-repeat;
   background-color:#ccffcc;}
   
/* Extra wide table */
table.two {
   background-color:#efefef;
   width:700px;
   border-style:solid;
   border-width:1px;
   border-color:#999999;
   font-family:arial, verdana, sans-serif;} 
   
/* medium width table */
table.three {
   background-color:#efefef;
   width:300px;
   border-style:solid;
   border-width:1px;
   border-color:#999999;
   font-family:arial, verdana, sans-serif;}
   
/* small width table */   
table.four {
   background-color:#efefef;
   width:150px;
   border-style:solid;
   border-width:1px;
   border-color:#999999;
   font-family:arial, verdana, sans-serif;}
   
caption {
  font-weight:bold;
  text-align:left;
  border-style:solid; border-width:1px; border-color:#666666;}

th {
  height:50px;
  font-weight:bold;
  text-align:left;
  background-color:#cccccc;}

td, th {padding:5px;}

a {
  font-family: arial, verdana, sans-serif; 
  font-size:12px;
  font-weight:bold;}

a:link {
  color:#0000ff;
  text-decoration:none;}

a:visited {
  color:#333399;
  text-decoration:none;}

a:active {
  color:#0033ff;
  text-decoration:underline;}

a:link:hover {
  background-color:#e9e9e9;
  text-decoration:underline;}


