#list-menu {
width: 132px;
/* this width value is also effected by
the padding we will later set on the links. */
}
#list-menu ul {
margin: 0; 
padding: 0;
list-style-type: none;
font-family: verdana, arial, sanf-serif;
font-size: 10px; 
} 
#list-menu li {
margin: 2px 0 0;
} 
#list-menu a {
display: block;
width:175px;
padding: 2px 2px 2px 10px;
border: 1px solid #000000;
background: #dcdcdc;
text-decoration: none; /*lets remove the link underlines*/
} 
#list-menu a:link, #list-menu a:active, #list-menu a:visited {
color: #000000;
}

#list-menu a:hover {
border: 1px solid #000000;
background: #333333;
color: #ffffff;
} 
.style1 {font-family: Arial, Helvetica, sans-serif}
.style2 {
	font-size: 2;
	font-weight: bold;
}
.style3 {color: #000000; font-size: 12px; }
.style6 {font-size: 12px; font-weight: bold; }
.style11 {font-size: 10px; font-weight: bold; }
.style30 {font-size: 12px}
.style31 {font-family: Arial, Helvetica, sans-serif; font-size: 12px; }
.style33 {	color: #FF0000;	font-weight: bold; font-size: 24px; }
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
}
div.float {
  float: right;
  width: 100px;
  padding: 3px;
  }
div.float p {
   text-align: left;
   }
