/* css v1.0 */

/* Zero down margin and paddin on all elements */
body {
	font: 12px;
	background-color:#EFEFEF;
	text-align:left;
	line-height:140%;
	margin: 0 auto; 
}
tr,td,th {
	font: 12px , sans-serif;
}
img{
	border:0;
}
form{
	border:0;
	margin:0;
	padding:0;
	}

/* common Link style */
a:link {
	text-decoration: none;
	color:#000000;
}
a:visited {
	text-decoration: none;
	color:#000000;
}
a:hover {
	text-decoration: none;
	color: #000000;
	text-decoration:underline;
		}
a:active {
	text-decoration: none;
	color:#000000;
}
a.nav:link {
	text-decoration: none;
	color:#FFFFFF;
}
a.nav:visited {
	text-decoration: none;
	color:#FFFFFF;
}
a.nav:hover {
	text-decoration: none;
	color:#FFFFFF;
	text-decoration:underline;
		}
a.nav:active {
	text-decoration: none;
	color:#F4E32A;
}
a.na:link {
	text-decoration: none;
	color:#009966;
}
a.na:visited {
	text-decoration: none;
	color:#009966;
}
a.na:hover {
	text-decoration: none;
	color:#009966;
	text-decoration:underline;
		}
a.na:active {
	text-decoration: none;
	color:#F4E32A;
}
.submenu {
	font-size:16px;
	letter-spacing: 0.5em;
	color:#F4E32A
	}

p {
	text-indent: 2em;
	white-space: normal;
	margin:0;
	line-height:140%;
}
.kwidth {
	width:50px;
	}
.nav td {
	font-size:11px;
	}
.mtitle {
	letter-spacing: 0.5em;
	font-size: 13px;
	color:#000000
}
.menu {
	font-size:12px;
	letter-spacing: 0.5em;
	}
.footer{font-size:12px;
    text-indent: 2em;
	white-space: normal;
	margin:0;
	line-height:140%;}
.newslist{
	white-space: normal;
	margin:0;
	line-height:140%;
	border-bottom:#CCCCCC 1px solid;
	}
.zuo {
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #009966;
	letter-spacing: 0.5em;
}
.azuo {
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #009966;	}	
.welcome {
	font-size: 13px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #FF0000;	}		
.welcomeb {
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #999999;	}
.mtitleb {
	letter-spacing: 0.2em;
	font-size: 12px;
	color:#000000
}	
.mtitled {
	font-size: 12px;
	color:#000000
}	
.mtitlec {
	font-size: 12px;
	color:#000000
}	
.text {
	font-size: 12px;
	color:#CB6F00
}
#loader {
  background-color: #FFFFCC;
  border: 1px solid #CC0000;
  position: fixed;
  color: #CC0000;
  z-index: 1000;
  left: 0px;
  bottom: 0px;
  padding: 5px 15px;
  /*display: none;*/
  filter: progid:DXImageTransform.Microsoft.BasicImage(opacity=.65);
  opacity: 0.65;
}
* html #loader {
  position: absolute;
}
.clear {
  clear: both;
}
