td { font-family: Verdana; font-size: 10px }
.navbar     {  color: #FFFFFF; background-color: #990033}
.navbar a    {  color: #FFFFFF; }
input        { font-size: 11px; font-family: Verdana; border: 1 solid #8888AA }
// font-weight: bold; color: #FFFFFF; background-color: #CC3300;
select       {  font-size: 11px; font-family: Verdana; border: 1 solid #8888AA }
textarea     {  font-size: 11px; font-family: Verdana; border: 1 solid #8888AA  }



body         {   }
a            { color: #666666; text-decoration: none; font-weight: bold; }
a:link       {  }
a:visited    {  }
a:active     {  }
a:hover      {  }

.headlink    {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9px; font-weight: normal;  }
.headlink a:link   {  color: #aaaabb; font-weight: normal; }
.headlink a:hover   { background-color: #999999;  font-weight: normal; }
.headlink a:visited   { color: #aaaabb;  font-weight: normal; }

.homemenu    {  }
.homemenu a  {  color: #555566;  font-weight: normal; }
.homemenu a:hover { color: #222233 }

.locationlink {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 8px; 
						color: #aaaabb;  text-decoration: underline;}
.locationlink a {color: #aaaabb;  text-decoration: underline;  font-weight: normal; }
.locationlink a:hover { font-weight: normal; border: 1 solid #888899 }
.locationlink a:active   {font-weight: normal;  }

h1           { font-family: 'Trebuchet MS', Arial, sans-serif; color: #FFFFFF; font-size: 
               36px; letter-spacing: 1px }
h2           { font-family: 'Trebuchet MS', Arial, sans-serif; font-size: 16px; color: #CCCCCC }
h3           { font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif; font-size: 14px; 
               line-height: 100%; color: #990033; font-weight: bold; 
               margin-top: 0; margin-bottom: 0 }
h4           { font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif; font-size: 12px; 
               line-height: 100%; font-weight: bold; color: #FF6600; 
               margin-top: 0; margin-bottom: 0 }
h6           { font-family: 'Trebuchet MS', Arial, sans-serif; font-size: 10px }



p            {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #333333}
.small {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; line-height: 13px; font-weight: normal; color: #333333}
.quote {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 20px; line-height: 20px; font-weight: normal; color: #C0C0C0}


#transDiv {
background-color: #ffffff;
width: 100%;
filter: alpha(opacity=70);
padding: 5px;
}

#nonTransDiv { 
position: relative;
filter: alpha(opacity=100); 
width: 100%;
}