 
  /* defaults..*/
  	body,td,p,li,option,input,a,select,textarea, 
  		.default {
    font : 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
    color : #CCCCCC;
  }
  
  /* text body captions */
 	.bar_links {
 	font : bold 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
    color : #333333;
  }
  
  
  
  /* forms */
  .select,option {
  	color : #666666;
  }
   
   /* text body captions */
 	.tb_captions {
 	font : bold 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
    color : #666666;
  }


 /* rollover links and link colors */
  
  a:visited, a:link, a:visited.default, a:link.default {
    text-decoration: none;
    color : #FFFFFF;
  }
 
   a:active, a:hover,a:active.default, a:hover.default {
    text-decoration: none;
    color : #FF9900;
  }
  
  a:active.bulletLink, a:hover.bulletLink, a:active.txtDescriptionLink, a:hover.txtDescriptionLink, a.pagination:hover {
    text-decoration: none;
    color : #336699;
  }  
  
   a:visited.bulletLink, a:link.bulletLink {
    text-decoration: none;
    color : #000000;
  }
  
  a:visited.txtDescriptionLink, a:link.txtDescriptionLink {
    text-decoration: none;
    color : #666666;
  }
  
  /* forms */
  .select { font-size: large }
  
.copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}

/* Rollover bars for menu links */
#navcontainer ul
{
margin: 0;
padding: 0;
list-style-type: none;
}
#navcontainer a
{

display: block;
color: #666;
width: 10em;
padding: .5em .8em;
text-decoration: none;
}
#navcontainer a:hover
{
background-color: #FF6600;
color: #FFFFFF;
}