﻿/************************************************
* 编写：高开勇
* 日期：2009-11-25
* 说明：公用样式
************************************************/
* { word-break: break-all; }
body { font-family: "宋体"; height: 100%; margin: 0; }
body, table, input, select, textarea { font-size: 12px; }

input, select, textarea { font-family: arial; }
a { text-decoration: none; }
img { border: 0; }
h1, h2, h3, h4, h5, h6, p, dl, dt, dd, form { margin: 0; }
h1 { font-size: 22px; }
h2 { font-size: 18px; }
h3 { font-size: 16px; }
h4 { font-size: 14px; }
h5 { font-size: 13px; }
h6 { font-size: 12px; }
.Fl, .Fr { display: inline; }
.Fl { float: left; }
.Fr { float: right; }
.Fn { clear: both; }
.Tl { text-align: left; }
.Tc { text-align: center; }
.Tr { text-align: right; }
.Rw { padding-left: 110px; }

#Nav { color: #666; width: 100%; height: 27px; background: url(../img/Nav/bg.gif); border-bottom: 1px solid #999; position: fixed; _position: absolute; top: 0; z-index: 10000; }
#Nav .UI { height: 19px; background: url(../img/Nav/logo.gif) no-repeat 16px 0; word-spacing: 5px; padding: 7px 0 0 126px; }
#Nav .UI a { color: #f60; }
#Nav .UI a:hover { text-decoration: underline; }
#Nav .Announce { height: 19px; background: url(../img/Nav/speaker.gif) no-repeat 20px 5px; word-spacing: 5px; padding: 7px 0 0 42px; }
#Nav .Announce a { color: #666; }
#Nav .Announce a:hover { text-decoration: underline; }
#Nav .DDL { width: 108px; height: 18px; background: url(../img/Nav/ty.gif) no-repeat 0 3px; padding: 7px 0 0 11px; position: relative; cursor: pointer; }
#Nav .DDL p { width: 86px; height: 199px; background: url(../img/Nav/p.gif); padding: 11px 8px 8px 8px; position: absolute; display: none; top: 24px; left: 0; cursor: default; }
#Nav .DDL a { color: #666; height: 18px; background: url(../img/Nav/a.gif) no-repeat 5px center; display: block; border-bottom: 1px solid #fff; padding: 6px 0 0 13px; }
#Nav .DDL a:hover { background-color: #f5f5f5; }
