body {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 11px;
	background: #fff;
	color: #000000;
	margin: 0px;
	padding: 0px;
}
.overflow {
	overflow: hidden;
}
.clearfix {
	clear: both;
	height: 0px;
	margin: 0px;
	overflow: hidden;
	visibility: hidden;
}
.hid {
	display: none;
}
.left {
	float: left;
	display: inline;
}
.right {
	float: right;
	display: inline;
}
.strong {
	font-weight: bold;
}
.underline {
	text-decoration: underline;
}
a {
	text-decoration: none;
	color: #2a6bab;
}
a:hover {
	text-decoration: underline;
}
a img {
	border: none;
}
.red {
	color: #ec1e1e;
}
.blue {
	color: #33a9f3;
}


#header {
	position: relative;
	height: 25px;
	padding: 5px;
}
	#header h1 {
		display: inline;
	}
		#header h1 a {
			outline: none;
			display: block;
			text-indent: -3000em;
			height: 25px;
			background: url(/htdoc/images/mobile/header.logo.gif) no-repeat;
		}

#nav {
	list-style: none;
	background: #d7d7d7;
	margin: 5px 0px 10px 0px;
	padding: 2px 5px;
}
	#nav li {
		display: inline;
		padding: 0px 15px 0px 0px
	}
	#nav a {
		color: #4a4a4a;
		font-weight: bold;
	}


#NewsStyle_3 {
	margin-bottom: 15px;
}
	#NewsStyle_3 h2 {
		font-size: 14px;
	}
	#NewsStyle_3 h3 {
		font-size: 12px;
		margin: 0px 0px 4px 1px;
		padding-left: 10px;
		background: url(/htdoc/images/dot.red.gif) 0px 5px no-repeat;
	}
	#NewsStyle_3 .news {
		overflow: hidden;
		margin-bottom: 10px;
	}
	#NewsStyle_3 .image {
		margin: 0px 10px 10px 0px;
	}


#page {
	padding: 0px 4px;
}


#language {
	position: absolute;
	top: 5px;
	right: 5px;
	list-style: none;
	margin: 0px;
	padding: 0px;
}
	#language li {
		display: inline;
	}
		#language li a {
			color: #33a9f3;
		}

