﻿html {
    overflow-y: scroll;
}
body
{
    font: 12px/1.5 宋体,Arial,sans-serif;    
	position:relative;
	background-color:#fff;
    margin: 0px;
    padding: 0px; 
}
div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, blockquote, p{
    margin: 0;
    padding: 0;
}
table, td, tr, th, label,a{
    font-size: 9pt;
}
ol, ul {
    list-style-type:none;
}
li {
    list-style-type: none;
}
img {
    border: 0 none;
    vertical-align: top;
}
h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: normal;
}
address, cite, code, em, th, i {
    font-style: normal;
    font-weight: normal;
}

img
{
    border:0px;
}

a
{
    text-decoration : none;
	color:#5f5f5f;
}

a:link
{
    
}

a:visited
{
    
}

a:hover
{
    text-decoration:underline;
    color:#4832D6;
}

a:active
{
    
}
