﻿@charset "utf-8";
/* CSS Document */
/* Author: Webnergy Solutions (http://www.webnergy.com.my) */
/* Copyright: MyPositiveParenting.org */
/* Created Date: 06-07-2009 */

@import url("layout.css");

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

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

html, body {
	margin:0 auto;
	padding:0;
	width:100%;
	height:100%;
	height:auto;
	color:#6e6e6e;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}


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

h3 {color: #00923F; margin: 10px 0;}
.h3 {color: #00923F; font-size: 14px; font-weight: bold; text-transform: uppercase;}
.h4 {color: #FF5A18; font-size: 12px; font-weight: bold; text-transform: uppercase;}

.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;}
.red {color:#FF0000;}







