﻿@charset "utf-8";
/* CSS Document */
/* Author: Webnergy Solutions */
/* Copyright: Billion Network Sdn Bhd */
/* Created Date: 10-21-2009 */

@import url("layout.css");

/* ========================================= 全局定义 ============================================ */

/* * {margin:0;padding:0;} */

html, body {
	margin:0 auto;
	padding:0;
	width:100%;
	height:100%;
	height:auto;
	color:#333;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	text-align /**/:center; /* for IE5 */
	background:url(../images/topbg.jpg) #f3f3f3 repeat-x;
}


a {text-decoration:none;}
a:link, a:visited {color:#222;}
a:hover {color:#686868;}

.clear, .clean {
	content:".";
	font:0px/0px sans-serif;
	clear:both;
	height:0;
	line-height:0;
	display:block;
	overflow:hidden;
	visibility:hidden;
}
img {border:0;}
.l {text-align:left;}
.c {text-align:center;}
.r {text-align:right;}
.b {font-weight:bold;}
.i {font-style:italic;}
.fl {float:left;}
.fr {float:right;}
hr {height:1px;border:0;background:#f3f3f3;color:#f3f3f3;}
hr.clearfix {height:0;}
span.red {color:#FF0000;}
.line {
	margin:28px 0 0 0;
	width:100%;
	background:#dfdfdf;
	height:2px;
	overflow:hidden;
}




