HTML {
	OVERFLOW-Y: scroll
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: #ffffff;
	font-size: 12px;
	line-height: 18px;
	color: #000000;
}

h1, h2 {
	font-family: Times New Roman;
}


td, th, ol, li, tr, ul, dl, ol, p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #000000;
	list-style: none;
}   
        
.six {font-size: 11px; 
  color: #999999; /*this is for small text*/
  background: transparent;}
.mit {text-align: justify;}/*justified text*/
.red {color : #FF0000; background: #FFFFFF;}
.mint {color: #009999; background: #FFFFFF;}
.ROT {font-size: 16px; /*also red, but bigger and in bold*/
  color: #FF0000; 
  font-weight: 600; 
  background: ;#ffffff}

    
A:link {/*normal links in the text*/
  color: #ffffff; 
  text-decoration : none;
  background: transparent;}
A:visited {
  color: #ffffff; 
  text-decoration : none;
  background: transparent;}
A:hover { 
  color: #ffff00; 
  text-decoration : none;
  background: transparent;}	

/*now follow the section links in the navigation bar on the left side*/        
A.nav:link {
  color: #006600; 
  text-decoration : none; 
  background: transparent;}
A.nav:visited {
  color: #006600; 
  text-decoration : none;
  background: transparent;}
A.nav:hover { 
  color: #33cc00; 
  text-decoration : underline; 
  background: transparent;}
A.navtot {/*the style for the actual page*/
  color: #CDCDCD; 
  text-decoration: none; 
  font-weight: 600; 
  font-size: 13px; 
  background: transparent;}