

<style>
body { text-decoration: none;
 	color: black;
 	font-family:Helvectica,sans-serif;
 	font-size: 12pt; font-weight: medium; } 
.toktab{
 	color: black;
 	font-family:Helvectica,sans-serif;
 	font-size: 12pt;
	font-weight: medium; } 
 



}

a.tok:link { text-decoration: underline;
 	color: navy;
 	font-family:Helvectica,sans-serif;
 	font-size: 12pt;
 	font-weight: normal; }
a.tok:hover { text-decoration: underline;
 	color: red;
 	font-family:Helvectica,sans-serif;
 	font-size: 12pt;
 	font-weight: normal; }

ul#menu {
  width: 120px;
  list-style-type: none;
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-weight: bold;
  font-family:Helvectica,sans-serif;
}

ul#menu ol {

  text-align: left;
  list-style-type: square;
  list-style-position:inside;
  margin: 0;
  padding: 5px;
  font-size: 11px;
  font-weight: 100;	
}

ul#menu li, ul#menu a {
  font-family: Helvectica, sans-serif;
  font-weight: bold;
  list-style-type: none;
  color: #003399;
}

ul#menu li {

  line-height: 19px;

}

ul#menu ol li,ul#menu ol li a{
  border-bottom: none;
  line-height: 15px;
  list-style-type: square;
  list-style-position:inside;
  font-weight: normal;	
}

ul#menu ol li:before {
  content: "";
}


ul#menu a {
  text-decoration: none;
  outline: none;
	
}

ul#menu a:hover {
  color: #539dbc;
}

ul#menu a.active {
  color: #be5028;
}

</style>