
/* GENERAL STYLES */
body { background-color: #FFFFFF;}

p, body, td, th, textarea, li, ol, div {
   font-family: verdana, arial, helvetica, sans-serif;
   color: black;
   font-size: 10pt;
  }
  
/* 'NORMAL' STYLE TO FORCE NETSCAPE INTO SUBMISSION */  
ul.normal, p.normal, .normal, td.normal, span.normal, div.normal  {
   font-family: verdana, arial, helvetica, sans-serif;
   color: black;
   font-size: 10pt;
   font-weight: normal;
  }

div.visprof {
	font-family: veranda, arial, helvetica, sans-serif;
	color: black;
	font-size: 9.5pt;
	font-weight: normal;
	}
  
th {font-weight: bold;
    text-align: left}
	
th.lecture {
   font-family: verdana, arial, helvetica, sans-serif;
   font-size: 11pt;
   font-weight: bold;
   text-align: left;
   color: #006699;
   vertical-align: bottom;
   }  
   
 td.lecture, a.lecture, span.lecture, div.lecture {
    font-family: verdana, arial, helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	font-color: black;
	vertical-align: top;
	}
 
th.call {
   font-family: verdana, arial, helvetica, sans-serif;
   font-size: 10pt;
   font-weight: bold;
   text-align: left;
   color: #006699;
   vertical-align: top;
   } 
	   
 td.call {
    font-family: verdana, arial, helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	font-color: black;
	vertical-align: top;
	}
/* FORM STYLES */	
td textarea, textarea {background-color: #F0F8FF ;}
td input, input {background-color: #F0F8FF ;}
td select, select {background-color: #F0F8FF ;}

/* styles for on-page links. NN4 recognizes 'link' element */
/* removed the forced underline of link so user can set browser to own preferences */
td a:link {color: #006699;}
td a:visited {color: #990000;}
td a:active {color: #006699;}
td a:hover {color:#006699;} 

/* styles for 'navtop' navbar. If we go back to graphics, change first font back to Arial */
a.nav, td.nav {text-decoration: none; 
        font-family: verdana, arial, sans-serif; 
		font-size: 8pt; 
		font-weight: bold; }
       
a.nav a:link, td.nav a:link {color: #b0c4de;
        text-decoration: none; 
		font-size: 8pt; 
		font-weight: bold; }
a.nav a:visited, td.nav a:visited {color: #b0c4de;
		font-size: 8pt; 
        text-decoration: none; }
a.nav a:visited, td.nav a:hover {color: white;
		font-size: 8pt; 
        text-decoration: none;
        background-color: #006699;}
/* td.nav a:active {color: gold;
        text-decoration: none; } */


/* styles for 'navside' navbar */
td.navside {text-decoration: none; 
            font-family: verdana; 
			font-size: 8pt; 
		    font-weight: normal; }
td.navside {text-decoration: none; 
            color: #cccccc; 
            text-align: right;}       
td.navside a:link {text-decoration: none; 
            color: #006699;
		    font-weight: normal; }
td.navside a:visited {text-decoration: none; 
            color: #006699;
		    font-weight: normal; }
td.navside a:hover {color: #990000; 
            text-decoration: underline;
			font-weight: normal; }
td.navside a:active {text-decoration: none; 
            color: 006699;
		    font-weight: normal; }	
			

/* styles for 'navbot' navbar */
td.navbot {text-decoration: none; 
        font-family: verdana, arial ; 
		font-size: 7.5pt; 
		font-weight: bold; }
td.navbot a:link {text-decoration: none; 
        color: #006699;
		font-size: 7.5pt; }
td.navbot a:visited {text-decoration: none; 
        color: #006699;
		font-size: 7.5pt; }
td.navbot a:hover {color: #990000; 
        text-decoration: underline;
		font-size: 7.5pt; }
td.navbot a:active {text-decoration: none; 
        color: 006699;
		font-size: 7.5pt; }
		

/* H4 style without the leading below */
.head4 {font-size: 12pt;
        font-weight: bold;
		margin-left: 0px;
		text-indent: 0px;}
		
		
/* copyright notice at bottom inside navbottom.cfm*/		
div.copy {text-align: center;
		 font-size: 70%;}		 
		 
/* Home page links for index3.cfm test */
td.home, a.home, span.home, div.home {
    font-family:  arial, helvetica, verdana, sans-serif;
	font-size: 9pt;
	font-weight: normal;
	font-color: black;
	vertical-align: top;
	}
		 
td hr, hr {color: #990000; }

td h1, h1 {font-size: 18pt ;
   font-family: verdana, arial, helvetica, sans-serif;
   font-weight: bold;
   color: black;}
td h2, h2 {font-size: 18pt ;   
   font-family: verdana, arial, helvetica, sans-serif;
   font-weight: bold;
   color: black;}
td h3, h3 {font-size: 14pt ;
   font-family: verdana, arial, helvetica, sans-serif;
   font-weight: bold;
   color: black;}
td h4, h4 {font-size: 12pt ;
   font-family: verdana, arial, helvetica, sans-serif;
   font-weight: bold;
   color: black;}
td h5, h5 {font-size: 10pt ;
   font-family: verdana, arial, helvetica, sans-serif;
   font-weight: bold;
   color: black;}

