a:link { color: #0c3c8e; text-decoration: underline; }
a:hover { text-decoration: none; }
a:visited { color: #0c3c8e; }
a:active { color: #f00; }
a:focus, input:focus, textarea:focus, select:focus { outline: 1px dotted #939393; }
label { cursor: pointer; border-bottom: 1px dotted #777; }

.center { text-align: center; }
.right { text-align: right; }
.bold { font-weight: bold; }
.italic { font-style: italic; }

#content { font-size: 1.45em; }

#content, #content pre, #content blockquote, #content ul, #content #newsList li { overflow: hidden; }
#content h1 { margin: 0 0 1.3em; font-size: 2.1em; }
#content h2 { margin: 1.05em 0 .65em; font-size: 1.7em; }
#content h3 { margin: 1.15em 0 .7em; font-size: 1.55em; }
#content h4 { margin: 1.3em 0 .8em; font-size: 1.45em; }
#content h5 { margin: 1.45em 0 .9em; font-size: 1.2em; }
#content h6 { margin: 1.65em 0 1.3em; font-size: 1em; }
#content p, #content pre, #content blockquote, #content ul, #content ol, #content dl, #content table, #content address, #content fieldset, #content .form { margin-bottom: 1.3em; }
#content p { color: #404040; }
#content pre, #content code, #content samp, #content kbd, #content var, #content tt { font-family: "Courier New", Courier, monospace; }
#content pre, #content code, #content samp, #content del { color: #686868; }
#content pre { padding: 2em 5em; color: #686868; white-space: pre; }
#content blockquote { padding: 2em 5em 1em; font-style: italic; }
#content address, #content em, #content cite, #content q, #content i, #content var { font-style: italic; }
#content cite:before, #content q:before { content: open-quote; }
#content cite:after, #content q:after { content: close-quote; }
#content dl { margin-left: 25px; }
#content dt { font-weight: bold; }
#content dd { margin-bottom: .6em; padding-left: 1em; font-style: italic; }
#content ul { padding-left: 10px; }
#content ol { padding-left: 27px; }
#content h2 + dl, #content h3 + dl, #content h4 + dl, #content h5 + dl, #content h6 + dl, #content h2 + ul, #content h3 + ul, #content h4 + ul, #content h5 + ul, #content h6 + ul, #content h2 + ol, #content h3 + ol, #content h4 + ol, #content h5 + ol, #content h6 + ol { margin-top: -.5em; }
#content ul > li { list-style: disc inside; }
#content ol > li { list-style: decimal; }
#content li { margin-bottom: .15em; }
#content li ul, #content li ol { margin: .5em 0 .5em 25px; }
#content strong, #content dfn, #content b, #content kbd, #content acronym, #content abbr, #content var { font-weight: bold; }
#content acronym, #content abbr, #content ins, #content del { color: #488dc6; border-bottom: 1px dotted #488dc6; cursor: help; }
#content kbd { padding: 0 .5em; background: #fff; font-size: 1.1em; border-top: 1px solid #aaa; border-left: 1px solid #aaa; border-bottom: 2px solid #333; border-right: 2px solid #333; }
#content var { color: #d00837; }
#content ins { color: #1c8400; border-bottom: 1px dotted #1c8400; text-decoration: none; }
#content del, #content strike, #content s { text-decoration: line-through; }
#content sup { vertical-align: super; }
#content sub { vertical-align: sub; }
#content big { font-size: 1.5em; }
#content small { font-size: .75em; }
#content u { text-decoration: underline; }
#content table { width: 100%; }
#content table caption { padding-bottom: .5em; font-weight: bold; }
#content table tr.odd { background: #f0f0f0; }
#content table tr:hover { background: #95ff87; }
#content table td, #content table th { padding: .5em; border: 1px solid #dcdcdc; vertical-align: top; }
#content table .middle { vertical-align: middle; }
#content table .bottom { vertical-align: bottom; }
#content table th { background: #c1c1c1; font-weight: bold; }
#content fieldset { padding: 1em .5em 0; border: 1px dotted #dcdcdc; }
#content fieldset:hover { border-color: #454545; }
#content legend { padding: .2em 1em; color: #fff; background: #c1c1c1; font-weight: bold; font-style: italic; }
#content input, #content select, #content textarea { margin: 0; font-size: 1em; }
#content .field, #content textarea { padding: .2em .2em 0; border: 1px solid #dcdcdc; }
#content .field { height: 1.4em; }
#content textarea { font-family: Arial, Helvetica, sans-serif; }

#content .box { text-align: center; color: #fff; background: #808080; }
#content .box.left { float: left; margin: 0 2em 2em 0; }
#content .box.right { float: right; margin: 0 2em 0 2em; }
#content .box img { display: block; }
#content .box p { margin: 0; padding: .5em; color: #fff; font-size: .75em; }

