/* ----- import styles ----- */
@import url("header.css"); 
@import url("content.css"); 
@import url("footer.css"); 

/* ----- all defaults ----- */
html, body, h1, h2, h3, h4, h5, h6, div, table, td, ul, ol, li, a, p { margin: 0px; padding: 0px; }


/* -------------------- html & body styles -------------------- */
html, body { width: 100%; height: 100%; padding: 0px; margin: 0px; border: 0px; border-width: 0px; outline: 0px; text-align: left; }
body { font-family: 'tahoma'; font-size: 8pt; line-height: 14px; color: #000; background: #fff url("/img/mbgt.gif") repeat-x; }

/* ----- headers style ----- */
h1 { font-size: 14pt; line-height: 32px; }
h2 { font-size: 12pt; line-height: 28px; }
h3 { font-size: 10pt; line-height: 24px; }
h4 { font-size: 9pt; line-height: 20px; }
h5 { font-size: 8pt; line-height: 16px; }
h6 { font-size: 7pt; line-height: 14px; }

/* ----- table style ----- */
table { border-collapse: collapse; border-spacing: 0px; border-width: 0px; }
td, th { vertical-align: top; }

/* ----- 23.12 ----- */
/* ----- list style ----- */
ul, ol, dl, li { margin: 0px; padding: 0px; }
ul, ol { margin: 10px 0 10px 20px; list-style-type: none; }
#mc-center ul, #mc-center ol, #mc-center dl { list-style-type: circle; }
/* ----- / 23.12 ----- */

/* ----- other default ----- */
a { color: #000; background-color: transparent; text-decoration: underline; }
a:link, a:visited  { outline: none; -moz-outline: 0px; }
a:hover, a:active { text-decoration: none; outline: none; -moz-outline: 0px; }
*:focus { outline: 0px; -moz-outline: 0px; }
p { margin: 0; padding: 0; background-color: transparent; }
span { color: #999; }
strong { font-weight:bold; }
em { font-style: italic; }
img { border: 0px; border-width: 0px; }

/* ----- forms default ----- */

/* ----- clear ----- */
.clear { clear: both; font-size: 0pt; line-height: 0px; height: 0px; }

/* -------------------- MAIN -------------------- */
#m-bg { width: 100%; min-height: 100%; background: url("/img/mbgb.gif") left bottom repeat-x; }
#main { width: 100%; min-width: 1000px; max-width: 1280px; min-height: 100%; position: relative; margin: 0 auto; }


.tb_p { margin: 8px 0 12px 0; font: normal 11px Tahoma;}
.tb_p td { padding-top: 3px; padding-bottom: 2px; }
.tb_th { white-space: nowrap; font: bold 11px Tahoma; color: #5a574e; background: url('../img/sep_tv.gif') no-repeat center right; }
.tb_th div { padding: 0 10px 0 10px; }
.tb_th_l { white-space: nowrap; text-align: center; font: bold 11px Tahoma; color: #5a574e; background: url('../img/sep_tv.gif') no-repeat center right; }
.tb_th_2 { white-space: nowrap; text-align: left; font: normal 11px Tahoma; color: #5a574e; background: url('../img/sep_tv.gif') no-repeat center right; }
.tb_th_l div { padding: 0 10px 0 10px; }
.tb_th_r { white-space: nowrap; font: bold 11px Tahoma; color: #5a574e; }
.tb_th_r div { padding: 0 10px 0 10px; }



