﻿@charset "utf-8";
/* CSS Document */
/* Author: Webnergy Solutions */
/* Copyright: SPEEDWORKS (M) SDN BHD */
/* Created Date: 04-10-2009 */

@import url("layout.css");

/* ========================================= 全局定义 ============================================ */

/* * {margin:0;padding:0;} */

html, body {
	margin:0 auto;
	padding:0;
	width:100%;
	height:100%;
	height:auto;
	color:#fff;
	font-size:12px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	background:url(../images/background.gif) #1f1f1f;
}


a {text-decoration:none;}
a:link, a:visited {color:#ffe6a8;}
a:hover {color:#ffc539;}

.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;}
span.red {color:#ffb400;}

ul.normal li {line-height:20px;margin:0 0 10px 0;}






