﻿@charset "utf-8";
/* CSS Document */
/* Author: Webnergy Solutions */
/* Copyright: Webnergy Solutions */
/* Created Date: 11-04-2008 */

@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:11px;
	font-family:Geneva, "Myriad Pro", Arial, Helvetica, sans-serif;
	*font-family:Geneva, Arial, Helvetica, sans-serif; /* for IE */
	text-align /**/:center; /* for IE5 */
	background:#000;
}
@media screen and (-webkit-min-device-pixel-ratio:0) { /*for Safari3 & Opera9 */
	html, body {
		font-size:10px;
	}
}

img, div, input { behavior: url("css/iepngfix.htc") } /* PNGFix for IE5.5,IE6 */

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

.clear, .clean {
	font:0px/0px sans-serif;
	clear:both;
	height:0;
	line-height:0;
	display:block;
	overflow: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;}

.red {color:#d71920;}
.orange {color:#f26f21;}
.yellow {color:#fcb813;}
.green {color:#a5cd39;}
.blue {color:#00a0e3;}

.lh24 {line-height:24px;}






