/* CSS Document */

p{
margin: 0;
padding: 5px;
line-height: 2em;
text-align: justify;
border-top: 0px solid #73A405;
}
#wrapper{
width: 500px;
margin: 0 auto;
}
.box{
background: #fff;
}
.boxholder{
clear: both;
padding: 0px;
background: #8DC70A;
}
.tab{
float: left;
margin: 0 1px 0 0;
text-align: left;
width:110px;
}
.tabtxt{
margin: 0;
color: #fff;
font-size: 12px;
font-weight: bold;
padding: 9px 0 0 0;
}
.state{
float: left;;
width:150px;
text-align:left;
}
.state_name {
font-weight:bold;
font-family:"Times New Roman", Times, serif;
font-style:italic;
font-size:14px;
color:#FF6600;
border-bottom:#FF3300 solid 1px;
}
.list_cat{
float: left;;
width:250px;
text-align:left;
line-height:2em;
}
.list_detail {
border-bottom: #999999 solid 1px;
text-align:center;
}
