body{
    font-family: arial;
    background-color: #efefef;
    font-size: 12px;
}
img{
	border-width: 0px;
}
th{
    font-size: 13px;
    background-color: #efefef;
}
.form{
    margin: auto;
    width: 440px;
    height: 200px;
}
.cim{
    margin: auto;
    width: 1024px;
    height: auto;
}
#menu{
    margin: auto;
    width: 1024px;
    height: 30px;
}
.menu_item{
    float: right;
    width: auto;
    height: 30px;
    background-color: #fff;
    margin-left: 5px;
    font-size: 14px;
}
#content{
    margin: auto;
    width: 1150px;
    height: auto;
    background-color: #fff;
}
.content_title{
    margin: auto;
    padding-top: 10px;
    width: 950px;
    font-size: 15px;
    font-weight: bold;
    color: #555;
}
.text{
    margin: auto;
    width: 950px;
    font-size: 12px;
}

.menu_info{
    float: left;
    width: 300px;
    height: 30px;
    font-size: 11px;
}

a:link{color: blue;}
a:visited{color: blue;}
a:active{color: blue;}
a:hover{color: blue;}