@charset "utf-8";
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0em; padding: 0em; border: 0em;
    font-weight: inherit;
    font-style: inherit;
    font-family: inherit;
    vertical-align: baseline;
    font-size: 12px;
    font-family:Tahoma,SimSun,Arial;
    color: #333;
}
.bar{
	overflow:hidden;
}
.bar h1{
	display:block;
	overflow:hidden;
	width:285px;
	height:92px;
	float:left;
	background:url(/images/logo.gif) no-repeat scroll 0 0;
	margin-top:9px;
}
.bar h1 a{
	width:285px;
	height:86px;
	display:block;
	overflow:hidden;
	text-indent:-9999px;
}
ul, ol {
    list-style: none;
}

h1 {
    font-size: 200%;
}

h2 {
    font-size: 180%;
}

h3 {
    font-size: 160%;
}

h4 {
    font-size: 140%;
}

h5 {
    font-size: 120%;
}

h6, p {
    font-size: 100%;
}

table {
    border-collapse: separate;
    border-spacing: 0;
}

caption, th, td {
    text-align: left;
    font-weight: normal;
}

table, td, th {
    vertical-align: middle;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: "";
}

blockquote, q {
    quotes: "" "";
}

a img {
    border: none;
    outline: none;
}

a:link, a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

