/* CSS Document */
@import url("general.css");
@import url("layoutbox.css");
@import url("menu.css");

*{/* wҦPsΤ@]w*/
	padding:0;
	margin:0;
}
body{
	margin:0;
	padding:0;
	/*line-height: 160%;*/
	*text-align:center;
	background-image: url(../images/bk.gif);
	background-attachment:fixed;
	font-size:13px;
	color:#333;
}
/* link*/
a{
	font-size:12px;
	line-height:150%;
	}
a:link {
	color: #606060;
	text-decoration: none;
}
a:visited {
	color: #606060;
	text-decoration: none;
}
a:hover {
	color: #DF7527;
	text-decoration: none;
}
a:active {
	color: #606060;
	text-decoration: none;
}
h2 { 
font-size:18px; 
text-align:left; 
line-height:180%;
color:#FD9437;}

/*  CSS FORM SwұM*/
.inputborder{
	border:1px solid #999;
	font-size:12px;
	color: #999;
}
.imgadvpad{ padding:10px 0 10px 20px}
input { border-width: expression(this.type=="radio"?'0px':this.type=="checkbox"?'0px':'1px');border:1px soild #B3B3B3; }
form { margin: 0px; padding: 0px; }
/* Sw*/
li{
	color: #606060;
	line-height:150%;
	font-size:12px;
	text-align: left;
}
li a:link {
	color: #606060;
	text-decoration: none;
}
li a:visited {
	color: #606060;
	text-decoration: none;
}
li a:hover {
	color: #DF7527;
	text-decoration: none;
}
li a:active {
	color: #606060;
	text-decoration: none;
}
