.regularText { font-family: Verdana, Arial, sans-serif; font-size: 10px; }

input.pink {
background-color: 
#ffcccc; 
font-size: 
12px;
}


select.FormSelect { 
font-family:Verdana; 
font-size:7pt; 
color:#333; 
background-color:#E3E6FD; 
border:1px solid #666; 
} 

input.button{
   color:#050;
   font-family:'trebuchet ms',helvetica,sans-serif;
   font-size:6pt;
   font-weight:bold;
   background-color:#fed;
   border:1px solid;
   border-top-color:#696;
   border-left-color:#696;
   border-right-color:#363;
   border-bottom-color:#363;
   filter:progid:DXImageTransform.Microsoft.Gradient
      (GradientType=0,StartColorStr='#ffffffff',EndColorStr='#E3E6FD');}

}


A {
  color: #000000;
  text-decoration: none;
}

A:hover {
  color: #000000;
  text-decoration: underline;
}
t
TR.header {
  background: #ffffff;
}


TD.tableHeader {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #000000;
  font-weight : bold;

}

.Content {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  color: #000000;
}

.contentHeader {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #000000;
  font-weight : bold;
}


#nav{list-style: none;} 

#nav ul { 
     padding: 0;
     margin:0;
     list-style: none;
     width:9em;
     z-index:99;
     position:relative;
     overflow:visible; 
} 

#nav li { 
     margin:0; 
     position: relative; 
     float:left; 
     width: 9em;
     background-color:#ffffff;
     border:solid 1px #CCC; 
     display:block;
     height:auto;
} 

#nav ul li{ border-width:1px 1px 0 0;} 

#nav ul ul li{ border-width:1px 1px 0 1px;} 

#nav ul ul li:last-child{border-bottom:1px solid #CCC;} 

#nav a { 
     text-decoration:none; 
     display:block;
     padding: 0.1em; 
     margin:0.2em 0 0.2em 0.1em; 
     width:8.5em; 
     height:1em;
} 

#nav a:hover, #nav li:hover{ 
     background-color:#ffffff; 
} 
#nav ul li:hover, #nav ul li a:hover{ 
     background-color:#ffffff; 
} 

#nav ul{ 
     display:none; 
} 

/*all see this */
#nav ul ul{ 
     display:none; 
     position:absolute; 
     margin-top:-1.8em; 
     margin-left:12em; 
} 

/* non-IE browsers see this */ 
#nav ul li>ul, #nav ul ul li>ul{ 
     margin-top:-1.4em; 
} 

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li:hover ul ul ul ul, #nav li:hover ul ul ul ul ul{ 
     display:none; 
} 

#nav li:hover ul, #nav ul li:hover ul, #nav ul ul li:hover ul, #nav ul ul ul li:hover ul, #nav ul ul ul ul li:hover ul{ 
     display:block; 
} 

li>ul { 
     top: auto; 
     left: auto; 
} 

