
BODY {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	color : #000000;
	margin: 10px;
	padding: 0px;
	background-color: #FFFFFF;
	font-size: small;


      }

h1 { font-family: verdana,arial,helvetica,sans-serif; font-size: 16px; color: #000080 }
h2 { font-family: verdana,arial,helvetica,sans-serif; font-size: 14px; color: #000080 }


A:link {color: #000080; text-decoration : underline; background: transparent;}/*normal links in the text*/
A:visited {color: #000080; text-decoration : underline; background: transparent;}
A:hover { color: #000080; text-decoration : underline; background: #CCCCCC;}
A:active {color: #000080; text-decoration : none; background: transparent;}

.Content li a:visited {color: #3366cc;}

/*now follow the section links in the navigation bar on the left side*/        
A.nav {color: #FFFDFB;
  font-weight: 600; 
  text-decoration : none; 
  background: transparent; 
  display: block; 
  width: 120px;  
}
A.nav:visited {color: #FFFFFF; 
  font-weight: 600; 
  text-decoration : none;
  background: transparent;
  display: block; 
  width: 120px;  
  }
A.nav:hover { color: #336699; 
  font-weight: 600; 
  text-decoration : none; 
  background: #ececec;
  display: block; 
  width: 120px;  
  }
A.navtot {color: #ffffff; 
  text-decoration: none; 
  background: transparent; 
  font-weight: 800;
  display: block; 
  width: 120px;  
}/*the actual page*/

/*now follow the section links in the footer*/        
A.nav2:link {color: #ffffff;
  font-weight: 600; 
  text-decoration : none; 
  background: transparent; 
}
A.nav2:visited {color: #ffffff; 
  font-weight: 600; 
  text-decoration : none;
  background: transparent;
  }
A.nav2:hover { color: #336699; 
  font-weight: 600; 
  text-decoration : none; 
  background: #ececec;
  }
A.navtot2 {color: #ececec; 
  text-decoration: none; 
  background: transparent; 
  font-weight: 800;
  }/*the actual page*/
  
strong, b {font-weight: 800;}/*NN 4.xx needs that...*/ 
big {font-size: larger;}/*to emphasize words, use it inline with a <span> class*/ 
small {font-size: 11px; font-weight: 400;}/*not really necessary, but one never knows...use it inline with a <span> class*/


FORM {
	font-family : "Trebuchet MS", Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 13px;
	color: #666666;
	margin-left: 0;
	width: auto;

}

INPUT, TEXTAREA {
	font-family : "Trebuchet MS", Verdana, Arial, Geneva, Helvetica, sans-serif;
	padding: 2px;
	font-size: 13px;
	color: #006699;
	background-color: #FFFDFB;
	border: solid 1px #FFCC99;
}

.button {    
	font-family: "Trebuchet MS", Verdana, Arial, Geneva, Helvetica, sans-serif;
	padding: 2px;
	font-size: 13px;
	color: #FFF3E7;
	background-color: #006699;
  border: outset 1px #FFCC99;
}
  .tinybutton {    
	font-family: "Trebuchet MS", Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-weight: 200;
	padding: 0px;
	font-size:12px;
	color: #cccccc;
	background-color: #003399;
  border: outset 1px #003399;
}   
}    


.border {
	border: thin solid #000000;
}
.navtable {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #000000;
	border: thin solid #000080;
}




.Reference {cursor:pointer;cursor:hand;text-decoration: underline;}