
.copy, li {
font-family: verdana, arial;
font-size: 12px;
font-weight: normal;
color: 333333;
}

.copyForm {
font-family: verdana, arial;
font-size: 11px;
font-weight: normal;
color: 333333;
}

.copyLink {
font-family: verdana, arial;
font-size: 12px;
font-weight: normal;
color: 003399;
}
A:HOVER.copyLink{
color: ff6600;
}

.close {
font-family: verdana, arial;
font-size: 12px;
font-weight: normal;
text-decoration: none;
color: ffffff;
}

.copyright {
font-family: verdana, arial;
font-size: 10px;
font-weight: normal;
text-decoration: none;
color: 003399;
}
A:HOVER.copyright {
font-family: verdana, arial;
font-size: 10px;
font-weight: normal;
text-decoration: underline;
color: 003399;
}

.footer {
font-family: verdana, arial;
font-size: 10px;
font-weight: bold;
text-decoration: none;
color: ffffff;
}
A:HOVER.footer {
text-decoration: underline;
}

.formButton {
color: ffffff;
background-color: 003399;
border-color: 000000;
border-width: 1px 1px 1px 1px;
border-style: solid;
}
.formField  {
height: 23px;
width:100%;
border-color: 6699cc;
border-width: 1px 1px 1px 1px;
border-style: solid;
}
.formTitle {
font-family: verdana, arial;
font-size: 11px;
font-weight: bold;
color: 003399;
}

.navLeft {
font-family: verdana, arial;
font-size: 11px;
font-weight: normal;
text-decoration: none;
color: 003399;
}
A:Hover.navLeft {
text-decoration: underline;
color: ff6600;
}
.navTitle {
font-family: verdana, arial;
font-size: 12px;
font-weight: bold;
color: 003399;
}

strong {
color: 003399;
}

.titleProdOrange {
font-family: arial;
font-size: 16px;
font-weight: bold;
color: FF6600;
}
.titleProdBlue16px {
font-family: arial;
font-size: 16px;
font-weight: bold;
color: 003399;
}
.titleProdBlue {
font-family: arial;
font-size: 14px;
font-weight: bold;
color: 003399;
}


/* USED FOR LEFT EXPANDING MENU NAVIGATION */
.mainDiv
{
  width:175px;
}
.topItem
{
  padding:3px;
  width:176;
  height:20px;
  cursor:pointer;
  background: #E2DED5;
  text-decoration: none;
  color: black; 
  font-weight:bold;
  font-family:verdana;
  font-size:11px;
  /*border-right:1px solid #484848;*/
}

.baseline
{
  text-decoration: none;
  color: black; 
  font-weight:bold;
  font-family:"verdana";
  font-size:11px;
}

.dropMenu
{
  background:#F3EEE8;
  border-top:1px solid #eaeaea;
  /*border-left:1px solid #eaeaea;*/
  /*border-right:1px solid black;*/
  border-bottom:1px solid #484848;
}

.subMenu
{
   display:none;
}
.subItem
{
   padding-left:3px;
   cursor:pointer;
   font-weight:bold;
   text-decoration:none;
   font-weight:none;
   font-family:"verdana";
   font-size:11px;
   color:black;
   line-height:16px;
}

.subItem a
{
   text-decoration:none;
   color:black;
}

.subItemOver
{
   cursor:pointer;
   color:black;
   text-decoration:underline;
   font-weight:none;
   font-family:"verdana";
   font-size:11px;
   padding-left:3px;
   line-height:16px;
}

.subItemOver  a
{
   color:maroon;
   text-decoration:underline;
   font-weight:none;
   font-family:"verdana";
   font-size:11px;
   line-height:16px;
}

.drop
{
   border-left:0px solid black;
   border-right:0px solid black;	
}