@charset "utf-8";
/* CSS Document */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dd, dl, dt, li, ol, ul, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    font-weight: normal;
    font-style: normal;
    font-size: 100%;
    line-height: 1;
    font-family: Arial, Helvetica, sans-serif;
    text-align: left;

}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
td{
    border: none;
    line-height:1.6em;
	padding:3px;
}
ol, ul {
    list-style: none;
}
a{
    text-decoration:none;
    border:none;
    color:inherit;
    font-weight:inherit;
}
/*--- h1, h2, h3, h4, h5, h6---*/
h1, h2, h3, h4, h5, h6{
    font-weight:bold;
}
h1 {
    font-size: 2.2em;
    margin-bottom: 10px;
    color: #e97860;
}
h2 {
    font-size: 18px;
    color:#05abe3;
	margin-bottom:5px;
}
h3 {
    font-size: 1.5em;
    margin-bottom:8px;
    color: #555555;
}
h4 {
    font-size: 1.2em;
    margin-bottom:6px;
    color: #555555;
}
h5 {
    font-size: 1em;
    margin-bottom:5px;
    color: #555555;
}
h6 {
    font-size: 0.8em;
    margin-bottom:5px;
    color: #555555;
}
p {
    line-height:1.4em;
    font-size:0.8em;
    margin-bottom:20px;
    color:#7f7f7f;
}
li{
    
}
hr {
    margin:15px 0px;
    height:5px;
    border:none;
}
