﻿/*--- Elements ---*/
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: 0px;
    padding: 0px;
    border: 0px;
}
a img
{
    border: 0px;
}
body
{
    background-color: #FFFFFF;
}
body, div, label, a, td, th, li, input, textarea
{
    font-family: 宋体, Arial, sans-serif;
    font-size: 12px;
    color: #000000;
}
/*--- Link Styles ---*/
a:link, a:visited
{
    color: #000000;
    text-decoration: none;
}
a:hover, a:active
{
    color: #0099FF;
    text-decoration: underline;
}
ul
{
    list-style-type: none;
}
strong
{
    font-weight: bold;
}
/*--- Standard Definitions ---*/
.left
{
    float: left;
}
.right
{
    float: right;
}
.clearFloat
{
    clear: both;
	height: 0px;
	overflow: hidden;
	border: 0px;
	margin: 0px;
	padding: 0px;
}
.hide
{
    display: none;
}
.last
{
    margin-bottom: 0px;
}
