﻿*
{
    margin: 0 0 0 0px;
    padding: 0;
     /*color: #585858;*/
} /* Needed to center layout in old IE browsers. */

a
{
    text-decoration:none;
}

img
{
    border-width:0px;
}

body
{
    font-size: 12px;
    font-family: 宋体;
    text-align:center;
    background-color: #FFFFFF;
    height:100%;
}

p
{
    margin: 2px;
    text-align: left;
    line-height: 2em;
}

a:hover
{
    color: #0000FF;
}

/* Text Style Start Here */
h1 {
	font-size:20px;	
	font-weight:100;
	border-bottom:1px solid #558F2A;
	padding:0px 0px 0px 0px;
	margin:0px 0px 19px 0px;
}

h2
{
    font-size: 15px;
    color: #408080;
    font-weight: 600;
    padding: 6px 0px 0px 0px;
    margin: 5px;
}

h3
{
    font-size: 13px;
    color: #336699;
    font-weight: 600;
    padding: 6px 0px 0px 0px;
    margin: 5px;
}

h4
{
    text-align:left;
    font-size: 13px;
    color: #336699;
    font-weight: 600;
    padding: 6px 0px 0px 0px;
}

.txtContent {
    font-size: 13px;
    color: #000000;
}

.hidden
{
    display: none;
}

