body {
        background: #ffffff url(../images/bg.jpg) top center repeat-y fixed;
        font:76% arial, tahoma;
		color:#000000;
        margin: 0;
        padding: 0;
}
#marqee_div {
	background:url(../images/nb_bg.png) top center no-repeat;
	width:730px;
	height:45px;
	padding:10px 0px;
	margin:0 auto;
}
.font1 {
        font-size: 16px;
        text-align: justify;
        line-height: 22px;
        padding: 5px;
}
.fontw {
        font-size: 14px;
        color: #ffffff;
        text-align: justify;
        line-height: 20px;
        padding: 1px 12px;
}
.white_head {
        padding:5px 10px;
        font-size: 25px;
        color: #946214;
        font-weight: bold;
        line-height: 19px
}
.black_head {
        padding:0 10px;
        font-size: 18px;
        color: #946214;
        font-weight: bold;
        line-height: 19px
}
a {
        font-size: 16px;
        color: #000000;
        text-decoration: none;
}
a:hover {
        text-decoration: underline;
}
a.menu {
        font-size: 16px;
        color: #fad99f;
        text-decoration: none;
}
a.menu:hover {
        text-decoration: underline;
}
a.menu2 {
        font-size: 14px;
        font-weight: bold;
        color: #5B5B5B;
        text-decoration: none;
}
a.menu2:hover {
        color: #999999;
        text-decoration: underline;
}
a.wlink {
        font-size: 16px;
        font-weight: bold;
        color: #ffffff;
        text-decoration: none;
}
a.wlink:hover {
        color: #cccccc;
        text-decoration: underline;
}
.input {
        border: 1px solid #e98d00;
        width: 200px;
        height: 26px;
        margin-top:10px;
}