body {
	font-family: Verdana, Tahoma;
	background-color: #FFFFFF;
    height: 100%; min-height: 100%;
    margin: 0;
}
img {
	cursor:pointer;
    cursor:hand;
}
.c {
	cursor:custom;
}

.insser_img {
    display: table;
    height: 276px; width: 810px;
}

.content {
    width: 1000px;
	display: table; float: left;
    margin: 0px;
    padding: 0px 0px 30px 0px;
}
.bottom {
	float: left;
    width: 1000px; height: 145px;
	font-family: Tahoma;
	font-size: 10px; color: #777777;
    padding: 0px 0px 0px 20px;
}
.bottom a, .bottom a:visited {
	font-family: Tahoma;
	font-size: 11px; color: #B51A00;
	text-decoration: none;
}
.bottom a:hover {
	font-family: Tahoma;
	font-size: 11px; color: #B51A00;
	text-decoration: none;
	background-color: #FFFFFF;
}
.bottom hr {
	height: 1px;
	border: none;
    background-color: #DDDDDD;
    color: #DDDDDD;
}

.fl_left {
	float: left; width: 180px;
}
.fl_right {
	float: left; width: 816px;
	font-family: Arial;
	font-size: 12px; color: #000000;
}

.menu {
	padding: 0px 0px 0px 20px;
}
.mitem {
	padding: 20px 0px 0px 0px;
}
.menu a, .menu a:visited {
	font-family: Arial;
	font-size: 14px; color: #000000;
	text-decoration: none;
}
.menu a:hover {
	font-family: Arial;
	font-size: 14px; color: #BB0000;
	text-decoration: none;
	background-color: #FFFFFF;
}

.lmenu {
	padding: 20px 0px 0px 20px;
}
.lmenu a, .lmenu a:visited {
	font-family: Tahoma;
	font-size: 11px; color: #000000;
	text-decoration: none;
}
.lmenu a:hover {
	font-family: Tahoma;
	font-size: 11px; color: #BB0000;
	text-decoration: none;
	background-color: #FFFFFF;
}


a, a:visited {
	font-family: Verdana, Tahoma;
	font-size: 11px; color: #000000;
	text-decoration: underline;
}
a:hover {
	font-family: Verdana, Tahoma;
	font-size: 11px; color: #000000;
	text-decoration: none;
}

#s1 {
	float: left; width: 150px; height: 60px;
	cursor:pointer;
    cursor:hand;
}
#s2 {
	float: left; width: 150px; height: 60px;
	cursor:pointer;
    cursor:hand;
}

.fl_right input, .fl_right textarea {
    margin: 0px 0px 7px 0px;
	border: 1px solid #333;
}
.fl_right input.btn {
	border: none;
    background-color: #728700;
    padding: 0px 5px 0px 5px;
    color: #FFF;
}