
/* General Stylesheets */
  
  body
  { 
    font-family:                 arial,helvetica,geneva;
    font-size:                   12px;
	font-color:					 #000066;
    
    scrollbar-base-color:        #000066;
    scrollbar-track-color:       #9999FF;
    scrollbar-face-color:        #000066;
    scrollbar-highlight-color:   #000066;
    scrollbar-3dlight-color:     #000066;
    scrollbar-darkshadow-color:  #000033;
    scrollbar-shadow-color:      #000066;
    scrollbar-arrow-color:       #9999EE;
  }

tr
{ font-size:12px; color:#000066; 
font-family:                 arial,helvetica,geneva;

}

	
	
				
  a:link
  {
    text-decoration:             underline;
	color:						#000066;
  }
  	
  a:visited
  {
    text-decoration:             none;
	color:						#000066;
  }
  	
  a:hover
  {
    text-decoration:             blink;
	color:						#000066;
  }
  	
  a:active
  {
    text-decoration:             bold;
	color:						#000066;
  }
  
/* Classes */ 

  /* TD */
  
  td.sub-nav
  {
    vertical-align:              top;
    color:                       #FFFFFF;
    font-size:                   10px;
	
	font-family:                 arial,helvetica,geneva;
    font-size:                   12px;
	font-color:					 #000066;
  }
  
  a:link
  {
    text-decoration:             underline;
	color:						#000066;
  }
  	
  a:visited
  {
    text-decoration:             none;
	color:						#000066;
  }
  	
  a:hover
  {
    text-decoration:             blink;
	color:						#000066;
  }
  	
  a:active
  {
    text-decoration:             bold;
	color:						#000066;
  }
  
  /* HREF */
  
  a.sub-nav
  {
    color:                       #FFFFFF;
    font-size:                   10px;
	
	  }
	  
	  

.menuskin{
position:absolute;
width:165px;
background-color:9999EE;
border:2px #000066;
font:normal 12px Arial;
line-height:18px;
z-index:100;
visibility:hidden;
}

.menuskin a{
text-decoration:none;
font-weight:bold;
color:#000066;
padding-left:10px;
padding-right:10px;
}

#mouseoverstyle{
background-color:highlight;
}

#mouseoverstyle a{
color:#90BBF5;
}
