
/* Imports
----------------------------------------*/
@import url("reset.css");


/* Elements----------------------------------------*/
body{background-color:#FFFFFF;}
body, p, td, th, li
{
	font-family:"宋体",verdana,helvetica,sans-serif;
	font-size:12px;
	line-height:150%;
	color:#000000;
}
p
{margin: 0 0 1em 0;}

/*--- Link Styles ---*/
a:link, a:visited
{
	color:#B1DA67;
}

a:hover, a:active
{
	color:#5C8127;
	text-decoration:none;
}

h1
{
	color:#5C8127;
	margin:14px 0 8px 0;
	font-size:20em;
}

h2
{
	color:#5C8127;
	margin:14px 0 8px 0;
	font-size:18em;
}

h3
{
	color:#5C8127;
	margin:14px 0 8px 0;
	font-size:16em;
}

h4
{
	color:#5C8127;
	margin:14px 0 8px 0;
	font-size:14em;
}

h5
{
	color:#5C8127;
	margin:14px 0 8px 0;
	font-size:13px;
}

h6
{
	color:#5C8127;
	margin:14px 0 8px 0;
	font-size:12px;
}

blockquote	{margin: 0 0 18px 18px; color:#666666; font-style: italic;}
strong		{font-weight:bold;}
em		{font-style:italic;}

/* Standard Definitions
----------------------------------------*/
.left 		{float:left;}
.right 		{float:right;}
.clearIt 	{clear:both; font-size:0;}
/* =10px */
.small		{font-size:10px;}
/* =14px */
.large		{font-size:14px;}
/* =16px */
.larger        {font-size:16px;}
.soft		{color:#D3D3D3;}
.hide		{display:none;}
p.last		{margin-bottom:0;}

td,tr,th,table,p,div{font-size:12px;}
