body{
    margin: 0;
    padding:0;
    font-family: sans-serif;
    text-align:left;
}

#list_table{
    height:377px;
    width:650px;
    margin:0;
}
#list_nav{
    height:23px;
    width:100%;
    border:0;
    border-top:1px solid;
    margin:0 auto 0 auto;
    text-align: center;
    padding-top:3px;
    font-size: 13px;
    voice-family:"\"}\"";
    voice-family:inherit;
    font-size: 12px;
    height:20px;
}
html>body #list_nav{
  font-size: 12px;
  height:20px;
 }

#list_table table{
     margin:0;
     border:0;
     border-collapse: collapse;
     width:100%;
     font-size: 13px;
     voice-family:"\"}\"";
     voice-family:inherit;
     font-size: 12px;
 }
 html>body #list_table table{
  font-size: 12px;
 }
 
 #list_table table tr{
     margin:0;
     padding:0;
     font-weight:normal;
     text-align: center;
     height:20px;
 }
 #list_table table tr.hover{
     background-color: #ddd;
 }
 #list_table table tr td.title{
     text-align: left;
     width:550px;
 }
 #list_table table tr td{
     height:20px;
 }
 #list_table a {
    color: #000;
    margin:0 0 0 5px;
	text-decoration: none;
}
#list_table a:hover {
	color: #ff9900;
	font-weight: bold;
	text-decoration: none;
}
#list_table span{
    color:#f00;
    font-style: italic;
}

