/* My Health Sciences Toolbar CSS Snippet */
/* Only contains style definitions used by toolbar */

/* NOTE: Image references here are relative to this style sheet, */
/* as is called for in the CSS Level 1 Spec.  A bug in Netscape  */
/* causes these images to be called relative to the referencing  */
/* document, causing the background images to be broken.  This   */
/* can be fixed by making the below references absolute or       */
/* calling two seperate browser-specific style sheets. - JG      */

body { margin-top:0px; margin-left:0px; margin-right:0px; margin-bottom:0px;
       background-color:#ECF2FB; font-family: "Arial","Verdana","Times New Roman",sans-serif;
	   font-size: 9pt; color: #899FB7; }

a	 { font-family: "Arial","Verdana","Times New Roman",sans-serif; 
		/* Repetitive, but fixes NS4.0 bug */
		color:brown; }

a:hover { color:white; }

a:visited { color:  white;  }
 
td.topnav-topgrad { background-image: url('/images/topnav-bkgd-topgrad.jpg'); }
td.topnav-topbar  { background-image: url('/images/topnav-bkgd-topbar.jpg'); 
				    background-color: #3C7DAD; font-size: 14pt; font-weight: bold;
					color: #FFFFFF; font-family: "Arial","Verdana","Times New Roman",sans-serif; 
					/* Repetitive, but fixes NS4.0 bug */	}

td.topnav-botbar  { background-image: url('/images/topnav-bkgd-botbar.jpg'); 
					background-color: #A4BCF0; font-size: 9pt; color: #000000; }

span.medium		  { font-family: "Arial","Verdana","Times New Roman",sans-serif;
					font-size: 8pt; }



