@import url("nav.css");
@import url("navdown.css");
html * {
    font-size:12px;
    font-family:Arial, Helvetica, sans-serif;
    }

body {
    margin:0;
	padding:0;
    font-size:12px;
	color:#444;
	background:url(../images/bg.gif) fixed;
	overflow-x:hidden;
    }

form {
    margin:0;
	padding:0;
    }
	
a, a:link, a:visited {
    text-decoration:none;
	color:#444;
    }
	
a:hover {
    text-decoration:underline;
	color:#7CA604;
    }
	
.main_color {
    color:#106A22;
    }
	
a.sw_link, a.sw_link:link, a.sw_link:visited {
    text-decoration:none;
	color:#fff;
	background:#106A22 url(../images/sw_dot.gif) no-repeat 10px center;
	display:block;
	width:80px;
	height:20px;
	padding:4px 0 0 0;
	margin:6px 3px 0 3px;
	text-indent:5px;
	font-family:"ËÎÌå";
    }
	
a.sw_link:hover {
	text-indent:0;
    background:#7CA604;
    }
	
.side_title {
    color:#FFFFC1;
	font-weight:bold;
	text-indent:23px;
	height:36px;
	line-height:36px;
	}

.footer {
    color:#E5F1CB;
    }

.footer a,.footer a:link, .footer a:visited {
    color:#E5F1CB;
    }

.footer a:hover {
    color:#E5F1CB;
    }

.dsb {
    line-height:20px;
    }
	
.side {
    margin:0;
	padding:0;
    }
	
.side li {
    list-style-type:none;
	background:url(../images/a_dot.gif);
	height:25px;
	line-height:25px;
	margin:5px 0;
	}
	
.side li a,.side li a:link,.side li a:visited {
    display:block;
	height:25px;
	width:215px;
	color:#116821;
	border:1px dashed #116821;
	text-decoration:none;
	}
	
.side li a:hover {
	text-decoration:none;
	color:#7CA604;
	font-weight:bold;
	border:1px solid #7CA604;
	}

.youp {
    color:#126726;
	height:25px;
	line-height:30px;
	margin-top:5px;
	text-align:right;
    }

.youp a,.youp a:link,.youp a:visited {
    color:#126726;
    }

.youp a:hover {
    color:#7CA604;
    }