/******************************************************************************/
/* Main body, html features  **************************************************/
HTML, BODY {
    margin:0;
    padding:0;
    font-family: Arial, Verdana, Helvetica, sans-serif;
    color: #666666;
    font-size: 10pt;
	  background-color: #FFF;
	  background: url(../images/back-01.gif);
}

a, a:link, a:visited { text-decoration: none; ; color: #999999; font-size: 10pt}
a:hover { text-decoration: underline; color:#666666; ; font-size: 10pt }

/* IMG, TD {font-size: 9pt;behavior: url(css/iepngfix.htc);} */
TD, TH {font-family: Arial; font-size: 10pt; color: #666666; text-decoration: none}
IMG A , A IMG {border:0}
noscript {color: red}
/***************************************************************************************************/
/***************************************************************************************************/

/***************************************************************************************************/
/* Main Menu */
#Menu{background: #EBEBFF}
#Menu A {display: block; text-align: right; font-weight: bold; padding: 2px;; border: 1px solid #FFF}
/***************************************************************************************************/

DIV#pageTitle {
  text-align: center; font-weight: bold;
  color: #0000CC; line-height: 35px;
  border-top: 5px solid #CCCCFF; border-bottom: 5px solid #CCCCFF; 
  background: #FFFFCC; 
  margin-bottom: 15px;
}

DIV#pageTitle A {color: #0000CC;text-decoration:none;border-bottom: 1px dotted #0000CC;}
DIV#pageTitle A:Hover {color: #0000CC;text-decoration:none;border-bottom: 0px dotted #0000CC;}

DIV#subTitle {
  padding: 5px;
  text-align: center; 
  font-weight: bold;
  color: #009900;
  background: #FFFFCC; 
  margin-bottom: 10px;
}

DIV#pageSubmenu {width:100%}
DIV#pageSubmenu A.sb {
    width:184px; float:left; 
    font-weight: bold; text-align:center; 
    background: #E6E6FF;
    padding: 2pt 0;
}
DIV#pageSubmenu A.sbSel {
    width:184px; float:left; 
    font-weight: bold; text-align:center; 
    background: #CCCCFF;
    color: #9999FF;
    padding: 2pt 0;
}

UL {list-style-image: url(../images/fing-02.gif)}
LI {margin-bottom: 1em}

/***************************************************************************************************/
/* Document table style */
.docTbl{ width:100%; background: #FFFFFF; border: 1px solid #CCCCCC; }
.docTbl TH {padding: 3px; text-align: center; border-collapse: collpase; border: 1px solid #CCCCCC; background: #E6E6E6 }
.docTbl TD {padding: 3px; border-collapse: collpase; border: 1px solid #CCCCCC }
/***************************************************************************************************/

DIV.dotted {height: 1px; border-bottom: 1px dotted #000 }


/***************************************************************************************************/
/* Thickbox Content */
#thickboxContent {padding: 10pt; text-align: justify; background:url(../images/lightbox_back.jpg) repeat-x;background-color:#fff;}
#thickboxContent H1, #thickboxContent H2,
#thickboxContent H3, #thickboxContent H4,
#thickboxContent H5, #thickboxContent H6 {color: #1671AB; font-weight: normal }
#thickboxContent H2 {border-bottom: 1px dotted #1671AB }
#thickboxContent H3 {font-size: 12pt}
#thickboxContent UL {list-style-image: url(../images/list1.gif); margin-left: 15px;}
#thickboxContent LI {padding-left: 10px; margin-bottom: 0.5em}
#thick_info {font-size: 8pt; color: red;}
/***************************************************************************************************/

#news_ticker {background: #fff; padding-bottom: 20px; border: 2px solid #CCCCFF;}


/******************************************************************************/
/* Fixing a clear float problem in IE7 ****************************************/
 .clearfix:after {
     content: ".";
     display: block;
     height: 0;
     clear: both;
     visibility: hidden;
 }

 .clearfix {display: inline-block;}

 /* Hides from IE-mac \*/
 * html .clearfix {height: 1%;}
 .clearfix {display: block;}
/* End hide from IE-mac */
/***************************************/
