/* --------------------------------------------------------------

   reset.css
   * Resets default browser CSS.

-------------------------------------------------------------- */

fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
}

blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

a img { border: none; }

h1, h2, h3, h4, h5, h6 {
    /* margin: 0 0 1em; */
	margin: 10px 0;
	font-weight: normal;
}

h1 {
    font-size: 2.2em;
    color:#000;
}

h2 {
    font-size: 27px;
    font-weight: 500;
    line-height: 1.3em;
}

h3 {
    font-size: 24px;
    font-weight: 500;
    line-height: 32px;
    color:#000;

	margin:18px 0;
}

h4 {
    font-size: 22px;
    border-bottom: 1px solid #efefef;
    line-height: 22px;
    padding: 10px 0;
    margin-bottom: 10px;
}

h5 {
    font-size: 1.1em;
}

h6 {
    font-size: 1em;
}

ul {
    margin-bottom: 10px;
    padding: 0;
}

li {
	margin-top: 5px;
}

ul li ul{
	padding-left: 15px;
}

ul li {
   /* background: rgba(0, 0, 0, 0) url("../images/li.png") no-repeat scroll 0px 6px;
    list-style: outside none none;
    padding: 0 0 0 25px; */
	margin-left:20px;
}
ol{
    margin: 10px 0;
    padding: 0 0 0 35px;
}
ol li{

}
p {
	margin: 8px 0;
	text-align: left;
}
.subpage p{
	margin: 0.6em 0;
}

a {
    text-decoration: none;
    color: #42A8DF;
}

a:hover {
    text-decoration: underline;
}
dl, dt, dd{
    margin: 0;
    padding: 0;
}
/*em{
    background: url("../images/em.png") no-repeat scroll 20px center #4fc0e8;
    color: #ffffff;
    display: block;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    margin: 27px 0 0;
    padding: 22px 5px 22px 56px;
}
ul li em,
ol li em,
p em{
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #000;
    display: inline;
    font-size: 16px;
    line-height: 1.5;
    margin: 0;
    padding: 0;
}
em a{
	color:#fff;
	text-decoration:underline;
}
em a:hover{
	text-decoration:none;
}
*/
b{
	font-weight:600;
}

strong{
	font-weight:600;
}
