.header
{
   text-decoration: none;
   font-size: x-small;
   color: #666666;
   font-family: Times New Roman;
}

.level1links
{
   text-decoration: none;
   font-size: small;
   color: #FF9900;
   font-family: Arial;
   cursor: default;
}

.level2links
{
   text-decoration: none;
   font-size: small;
   color: #9C9DB9;
   font-family: Arial;
   cursor: default;
}

.link
{
   text-decoration: none;
   font-size: xx-small;
   color: #606060;
}

.link:hover
{
   text-decoration: underline;
}

.news
{
   text-decoration: none;
   font-size: xx-small;
   color: #9C9DB9;
   font-family: Arial;
}

.email
{
   font-size: x-small;
   color: #808080;
   font-family: Arial;
}

.email:hover
{
   color: #9C9DB9;
}

INPUT.str
{
   background-color: #EEEEEE;
   border-color: #CCED57;
   color: #FF9900;
   font-size: xx-small;
}

INPUT.button
{
   background-color: #EEEEEE;
   border-color: #EEEEEE;
   color: #FF9900;
   font-size: xx-small;
}
////////

.pdtlink { color: black;
           font-size: xx-small;
           font-family: Arial;
           text-decoration: none }


TD.pad { padding: 5 }


.promo
{
   text-decoration: none;
   color = #444444;
   font-size = small;
   border-color = #FF9900;
   padding-left: 15;
   padding-right: 15;
   position: absolute;
   left: 143;
   top: 86;

   text-align: justify;
}

.PromoItem
{
   background-color: #FFFFE1;
   color: #444444;
   PADDING-RIGHT: 15px;
   PADDING-LEFT: 15px;
   border: 1;
   border: #FF9900 1px solid;
   border-top: 0;
   font-family : Verdana, sans-serif;
   font-size : 10px;
}

.PromoItemHeader
{
   background-color: #FFC744;
   color: #444444;
   PADDING-RIGHT: 15px;
   PADDING-LEFT: 15px;
   font-size: 10px;
   font-family: Verdana;
   border: 1;
   border: #FF9900 1px solid;
   border-top: 0;
   text-align: center;
}

A {
	TEXT-DECORATION: none;
	color : #4C535C;
}

A:hover {
	TEXT-DECORATION: underline;
	color : Black;
}
