/*
 * Eric Meyer full CSS reset
 */
html, body, div, span, applet, object, iframe, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, b, u, center, dl, dt, dd, ol, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {margin: 0;padding: 0;border: 0;font-size: 100%;font: inherit;vertical-align: baseline;}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {display: block}
body {line-height: normal}

ol {list-style-type: decimal}
blockquote, q {quotes: none}
blockquote:before, blockquote:after,
q:before, q:after {content: '';content: none}
table {border-collapse: collapse;border-spacing: 0}
/*
 * End Eric Meyer full CSS reset
 */


/* 
 * IE6 Warning message 
 */
#ie-message {z-index:1;font-size:18px;background:#C00;text-align:center;border-bottom:3px solid #900;color: #fff;position:absolute;top:0;padding:8px;width:100%}
#ie-message a {color: #fff}
/*
 * End IE6 Warning message 
 */


/*
 * Text attributes 
 */
html {font-family:"Helvetica Neue",  Helvetica, Arial, sans-serif;overflow-x: hidden;font-size: 13px}
html {width:100%;height:100%}
body {position: relative;min-height: 100%;height: auto !important;height: 100%;background: url(../_images/background/background.gif);width: 980px;margin: 0 auto}
h1 {padding: 0px;margin: 0px;font-size: 16pt}
h3 {font-size:13pt}
h4 {margin-bottom: 2px;margin-top: 8px;font-weight: bold}
h5 {margin: 0px; padding: 0px; font-weight: normal; font-size: 10pt}
h6 {font-size: 24px; font-family: Helvetica Neue; font-weight: 500}
.tiny {font-size: 6pt}
.bold {font-weight:bold}
.normal {font-weight: normal}
/*
 * End Text attributes 
 */