﻿html, body, form
{
    width: 100%;
    height: 100%;
    padding: 0px;
    margin: 0px;
    border: 0px;
    font-family: Tahoma;
    font-size: 11px;
    text-align: center;
    background-color: #8c8c8c;
}
form
{
    background-color: #ffffff;
}
table
{
    border: 0px;
}
td, input, textArea, select, p, span, a
{
    font-size: 10px;
    font-family: Verdana;
}
input, textArea, select
{
    color: #000;
    font-weight: bold;
}
a
{
    color: #0a8f10;
    font-weight: bold;
    text-decoration: none;
}
a:visited
{
    color: #0a8f10;
}
a:hover
{
    color: #0a8f10;
    text-decoration: underline;
}

.file
{
    border: 1px solid silver;
    width: 340px;
    height: 20px;
}

.list
{
    padding: 0px;
    margin: 0px;
    height: 200px;
    width: 170px;
}

.MainTable
{
    width: 100%;
    height: 100%;
}

.MiddleTable
{
    width: 100%;
    height: 100%;
    border-left: 1px solid #e7e8e0;
    border-right: 1px solid #e7e8e0;
    border-bottom: 0px solid #e7e8e0;
    background-color: #edeee6;
}
.loginPageTopTd
{
    padding: 0px 5px 0px 5px;
    vertical-align: top;
    height: 60px;
}

.fullH
{
    height: 100%;
}

.fullW
{
    width: 100%;
}

.noWrap
{
    white-space: nowrap;
}

.headWelcome
{
    width: 100%;
    white-space: nowrap;
    background-color: #0a8f10;
    color: #fff;
    height: 18px;
    padding-left: 4px;
    padding-right: 4px;
}

.headWelcome td
{
    white-space: nowrap;
    color: #fff;
}

.topTable
{
    border-bottom: 1px solid #d8d8d8;
}

.headTable
{
    background-image: url(../Images/HeaderBG.gif);
    background-repeat: repeat-x;
    height: 82px;
    padding-left:15px;
    border-top: 1px solid #d8d8d8;
    border-bottom: 1px solid #d8d8d8;
}

.headLower
{
    background-image: url(../Images/topLower_bg.gif);
    background-repeat: repeat-x;
    height: 17px;
}

.topMenu
{
    color: #7c7c7c;
    background-image: url(../Images/topMenu_bg.gif);
    height: 35px;
}
.topMenu a:link
{
    color: #7c7c7c;
    text-decoration: none;
}
.topMenu a:visited
{
    color: #7c7c7c;
    text-decoration: none;
}
.topMenu a:hover
{
    text-decoration: underline;
}
.topMenu td
{
    color: #7c7c7c;
    font-weight: bold;
    white-space: nowrap;
}

.headerSep
{
    height: 1px;
    background-color:#0f843f;
}

.hSep
{
    height: 17px;
    background-image:url(../Images/HeaderSep.gif);
}

.menu
{
    height: 20px;
    background-color: #eafee7;
    white-space: nowrap;
    color: #076d0d;
    border-top: 1px solid #d5e2f2;
    border-bottom: 1px solid #d5e2f2;
    vertical-align: middle;
}
.menu td
{
    white-space: nowrap;
}

.menuBody
{
    color: #076d0d;
}
.menuBody a:link
{
    text-decoration: none;
    color: #076d0d;
}
.menuBody a:visited
{
    color: #076d0d;
    text-decoration: none;
}
.menuBody a:hover
{
    text-decoration: underline;
}

.footer
{
    height: 20px;
    vertical-align: middle;
    padding-left: 12px;
    padding-right: 12px;
    background-color: #0c8e12;
    color: #fff;
}
.footer #company
{
    font-weight: bold;
}
.footer td
{
    white-space: nowrap;
}

.IDSFooter
{
    font-size: 9px;
    color: #fff;
}
A.IDSFooter:link
{
    text-decoration: none;
    color: #fff;
}
A.IDSFooter:visited
{
    color: #fff;
    text-decoration: none;
}
A.IDSFooter:hover
{
    text-decoration: underline;
}

.mainBG, .middleTD
{
    background-color: #fff;
}

.middleTD
{
    height: 100%;
}

.button, .buttonWide, .buttonWider
{
    font-weight: bold;
    color: #fff;
    width: 57px;
    height: 19px;
    text-align: center;
    border: 1px solid #bbb;
    background-image: url(../Images/button_bg.gif);
    padding-bottom: 1px;
}

.buttonWide
{
    width: 75px;
}

.buttonWider
{
    width: 100px;
}

.miniTextBox
{
    width: 30px;
}

.smallTextBox
{
    width: 60px;
}

.wideTextBox
{
    width: 150px;
}

.textNorm, .text, .textPar
{
    color: #076d0d;
}

.text, .textPar
{
    font-weight: bold;
}

.textPar
{
    text-align: justify;
}

.boxTable
{
    background-color: #ddd;
}

.boxTable td
{
    background-color: #f4f4f4;
    color: #076d0d;
    font-weight: bold;
}

.boxBorder
{
    border: 1px solid #ccc;
    background-color: #fff;
}

.boxPad
{
    padding: 5px;
}

.boxSepH
{
    width: 5px;
}

.boxSepV
{
    height: 5px;
}

.title
{
    color: #4474a5;
    font-weight: bold;
}

.pageTitle
{
    color: #008100;
    font-size: 12px;
    font-weight: bold;
}

.pageHeader
{
    width: 100%;
}
.pageHeader td
{
    white-space: nowrap;
}

.pageHeader #headerLine
{
    background-image: url(../images/pageTitleBorder.gif);
    background-repeat: repeat-x;
    background-position: bottom;
    height: 4px;
}

.pageHeaderTitle
{
    padding-left: 12px;
    padding-right: 12px;
    background-image: url(../images/pageTitle_bg.gif);
}

.section
{
    color: #076d0d;
    width: 100%;
    background-color: #f4f4f4;
    border: 1px solid #ddd;
}

.linkBox
{
    color: red;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
}
A.linkBox:visited
{
    color: red;
}
A.linkBox:hover
{
    color: red;
    text-decoration: underline;
}

.DivPassTips
{
    z-index: 1;
    visibility: hidden;
    position: absolute;
    background-color: #f4f4f4;
    border: solid 1px #ddd;
    color: #076d0d;
    margin: 0px;
    padding: 3px;
}
.DivPassTips td
{
    color: #076d0d;
    font-weight: normal;
}

.errTD
{
    font-weight: bold;
}

.rText, .rTextB, .errTD
{
    color: #C00000;
}

.rTextB
{
    font-weight: bold;
}

.GTable
{
    background-color: #e6ebf0;
    border: 1px solid #d4dfe8;
}

.GV, .boxLayout
{
    background-color: #f4f4f4;
    border: 1px solid #ddd;
}

.GVHeader, .GVFixedHeader, .GVHeaderY, .GVFixedHeaderY, .GVHeaderP, .GVFixedHeaderP
{
    font-size: 11px;
    font-weight: bold;
    text-align: center;
    height: 24px;
}

.GVHeader, .GVFixedHeader
{
    color: #fff;
    background-color:#aeaf96;
    /*background-image: url(../Images/GvHeader.gif);*/
}
.GVHeader a:link
{
    color: #fff;
    text-decoration: underline;
}
.GVHeader a:visited
{
    color: #fff;
}
.GVHeader a:hover
{
    color: #fff;
    text-decoration: none;
}

.GVFixedHeader, .GVFixedHeaderY, .GVFixedHeaderP
{
    position: relative;
    top: expression(this.offsetParent.scrollTop);
}

.GVR, .GVRN, .GVRC, .GVRowY, .GVRowNumY, .GVRowP, .GVRowNumP, .GVRB
{
    color: #000000;
    border-bottom:1px solid #EAEAE2;
    background-color: #dcddd2;
    height: 20px;
}

.GVA, .GVAN, .GVAC, .GVAltY, .GVAltNumY, .GVAltP, .GVAltNumP, .GVAB
{
    color: #000000;
    border-bottom:1px solid #EAEAE2;
    background-color: #dcddd2;
    height: 20px;
}

.GVNum, .GVRN, .GVRowNumY, .GVRowNumP, .GVAN, .GVAltNumY, .GVAltNumP
{
    text-align: right;
}

.GVRC, .GVAC
{
    text-align: center;
}

.GVRB, .GVAB
{
    font-weight: bold;
}

.GVPager
{
    background-color: #eee;
}

.GVHeaderY, .GVFixedHeaderY
{
    color: #fff;
    
    background-image: url(../Images/grid_yellow_bg.gif);
}

.GVRowY, .GVRowNumY
{
    background-color: #ffff80;
}

.GVAltY, .GVAltNumY
{
    background-color: #ffffbb;
}

.GVHeaderP, .GVFixedHeaderP
{
    color: #fff;
    background-image: url(../Images/grid_pink_bg.gif);
}

.GVRowP, .GVRowNumP
{
    background-color: #ffa7fe;
}

.GVAltP, .GVAltNumP
{
    background-color: #ffd2ff;
}

.boxLayout
{
    font-weight: bold;
    white-space: nowrap;
}
.boxLayout td
{
    white-space: nowrap;
}

.boxLayoutHeader
{
    font-size: 11px;
    font-weight: bold;
    color: #076d0d;
    background-color: #eafee7;
    white-space: nowrap;
    height: 20px;
}

.boxBG
{
    background-color: #ccc;
}

.boxTD
{
    background-color: #f4f4f4;
}

.t
{
    width: 100%;
}
.t td
{
    white-space: nowrap;
    font-weight: bold;
    padding-left: 10px;
    padding-right: 10px;
}
.t span, .t td
{
    font-size: 11px;
}

.t, .s, .u, .d
{
    color: #333;
}

.s
{
    color: Maroon;
}

.u
{
    padding-left: 11px;
    background-repeat: no-repeat;
    background-position: left center;
    color: #080;
}

.d
{
    padding-left: 11px;
    background-repeat: no-repeat;
    background-position: left center;
    color: #D00;
}

.r, .rB
{
    color: #D00;
}

.g, .gB
{
    color: #080;
}

.b, .bB
{
    color: #00D;
}

.rB, .gB, .bB
{
    font-weight: bold;
}

.hand
{
    cursor: hand;
}

.excelTable
{
}
.excelTable td
{
    padding-right: 5px;
}

.alert
{
    color: #ff6600;
    font-weight: bold;
}

.ticker
{
	background-color: #ffffff;
	
}

.boxTitleC
{
    color: #2a9e47;
}

.fieldSetHolder
{
    border: 1px solid #ccc;
    padding: 4px;
    margin: 0px;
}

.fieldSetHolder legend
{
    padding: 2px;
    color: #2a9e47;
    font-weight: bold;
}

.fieldSetHolder legend span
{
    font-size: 11px;
}

.normAlign
{
    text-align: left;
}

.oppAlign
{
    text-align: right;
}

.errorLink
{
}

.errorLink a:link
{
    color: #C00;
    font-weight: bold;
    text-decoration: none;
}
.errorLink a:visited
{
    color: #C00;
}
.errorLink a:hover
{
    color: #900;
    text-decoration: underline;
}

.CancelledLink
{
}

.CancelledLink a:link
{
    color: #0000dd;
    font-weight: bold;
    text-decoration: none;
}

.CancelledLink a:visited
{
    color: #0000dd;
}

.CancelledLink a:hover
{
    color: #4474a5;
    text-decoration: underline;
}

.FAQHeader
{
    background-color: #f4f4f4;
    height: 25px;
    color: #076d0d;
    font-size: 12px;
    font-weight: bold;
}

.boxItem, .boxItemB, .boxItemN
{
    color: #000000;
    background-color: #dcddd2;
    height: 20px;
}

.boxAlt, .boxAltB, .boxAltN
{
    color: #000000;
    background-color: #dcddd2;
    height: 19px;
}

.boxItemB, .boxAltB
{
    font-weight: bold;
}

.boxItemN, .boxAltN
{
    text-align: right;
}

.loginTitle
{
    color: #076d0d;
    font-size: 13px;
    font-style: italic;
    font-weight: bold;
}

.tabsTable
{
    /*border: 1px solid #aaa;     padding: 5px;*/
    height: 125px;
}

.loginFooter
{
    padding-top: 8px;
    padding-bottom: 10px;
    padding-left: 6px;
    padding-right: 6px;
    border-top:1px solid #008900;
    border-bottom:1px solid #008900;
    background-color: #fff;
    height: 58px;
}
.loginFooter #company span
{
    font-weight: bold;
    color: #00a400;
}
.loginFooter td
{
    white-space: nowrap;
}

.loginHdr
{
    background-image: url(../Images/HeaderBG.gif);
    text-align: left;
    width:100%;
padding-bottom:4px;
}

.membersLogin, .enterSite
{
    background-image: url(../Images/membersLogin.gif);
    background-repeat: no-repeat;
    height: 30px;
    width: 107px;
    text-align: center;
}

.membersLoginTD
{
    text-align: center;
    padding: 2px 5px 2px 0px;
}

.enterSite
{
    /*background-image: url(../images/Keys_green.png);*/
}

.membersLoginLink, .enterSiteLink
{
    font-size: 11px;
    font-weight: bold;
    font-style: italic;
    color: #fff;
}
A.membersLoginLink:link, A.enterSiteLink:link
{
    text-decoration: none;
    color: #fff;
}
A.membersLoginLink:visited, A.enterSiteLink:visited
{
    color: #fff;
    text-decoration: none;
}
A.membersLoginLink:hover, A.enterSiteLink:hover
{
    text-decoration: underline;
}

.quickLinksTitle
{
    color: #00a400;
    font-size: 13px;
    font-style: italic;
    font-weight: bold;
}

.quickLinksTable
{
}

.quickLinksTable td
{
    padding: 0px 0px 0px 10px;
}

.quickLinksTable a
{
    font-size: 10px;
    font-weight: normal;
    color: #055c0b;
    text-decoration: underline;
}
.quickLinksTable a:visited
{
    color: #055c0b;
}
.quickLinksTable a:hover
{
    color: #055c0b;
    text-decoration: normal;
}

.IDS
{
    padding: 3px;
    background-color: #fff;
    text-align: center;
    color: #757575;
}

.IDS span, .IDS a
{
    font-size: 10px;
}

.pageMiddleTd
{
    width: 100%;
    padding-left: 0px;
    padding-right: 50px;
    padding-top: 1px;
}

.RSS
{
    height: 20px;
    widows: 20px;
    vertical-align: middle;
    text-align: center;
}

.rssLink
{
    font-size: 11px;
    color: #ff7e00;
    white-space: nowrap;
}

A.rssLink:link
{
    text-decoration: none;
    color: #00a400;
}
A.rssLink:visited
{
    color: #00a400;
    text-decoration: none;
}
A.rssLink:hover
{
    text-decoration: underline;
}

.logoutLink
{
}
A.logoutLink:link
{
    color: #FF5555;
    font-weight: bold;
    text-decoration: none;
}
A.logoutLink:visited
{
    color: #FF5555;
    text-decoration: none;
}
A.logoutLink:hover
{
    color: #DD5555;
    text-decoration: underline;
}

.loginMainTable
{
    width: 100%;
    height: 100%;
}

.loginMiddleTd
{
    height: 100%;
    background-color: #fff;
}

.loginLeftTd
{
    width: 185px;
    vertical-align: top;
}

.loginCenterTd, loginCenterWideTd
{
}

.loginCenterWideTd
{
}

.loginRightTd
{
    /*     padding-right: 0px;     padding-left: 3px;     width: 400px;     vertical-align: top;     */
}

.loginCenterTable
{
    width: 100%;
    height: 100%;
}

.loginPageHeaderTd
{
    padding: 5px 10px 5px 10px;
    border-left: 1px solid #e7e8e0;
    border-right: 1px solid #e7e8e0;
    border-bottom: 0px solid #e7e8e0;
    background-color: #edeee6;
}

.loginPageTitle
{
    color: #008100;
    font-size: 13px;
    font-weight: bold;
    font-style: italic;
    white-space: nowrap;
}

.mainForm
{
    width: 1024px;
    background-color: #ffffff;
}

.homeRightTable
{
    width: 100%;
}

.leftMenuTD
{
    vertical-align: top;
}

.loginHeaderBottomSep
{
    height: 1px;
    background-color: #fff;
}

.tradeMenu
{
    padding: 3px;
}

.leftMenuItem
{
    background-image: url(../images/left_menu_bg_en.gif);
    background-repeat: no-repeat;
    background-position: left;
    height: 20px;
    width: 107px;
    padding-left: 35px;
    padding-bottom: 10px;
}

.leftMenuItem a
{
    font-size: 10px;
    font-weight: normal;
    color: #000000;
}
.leftMenuItem a:hover
{
    text-decoration: underline;
}
.leftMenuItem a:visited
{
    color: #000000;
}

.tradeMenuItem
{
    /*background-image: url(../images/bullet_en.png);     background-repeat: no-repeat;     background-position: left;*/
    padding-left: 13px;
    padding-right: 16px;
    color: #055c0b;
}

.tradeMenuItem a
{
    font-size: 10px;
    font-weight: normal;
    color: #055c0b;
    text-decoration: underline;
}
.tradeMenuItem a:hover
{
    text-decoration: none;
    color: #055c0b;
}
.tradeMenuItem a:visited
{
    color: #055c0b;
}

.HeaderText, .HeaderText td
{
    text-align:center;
    color: #1b9621;
}

.LoginClock
{
     text-align:center;
}

.LoginClock td
{
    color: #1b9621;
}


.AdminClock td
{
    color: #fff;
}


.loginHdrLogo
{
    width: 100%;
    background-image:url(../Images/HeadBG.jpg);
}

.calButton
{
    width: 30px;
    border-right: #000 1px solid;
    padding-right: 1px;
    border-top: #fff 1px solid;
    padding-left: 1px;
    padding-bottom: 1px;
    border-left: #fff 1px solid;
    padding-top: 1px;
    border-bottom: #000 1px solid;
    text-align: center;
}

.leftMenuTop
{
    background-image: url(../images/LoginMenuTop.gif);
    width: 185px;
    height: 100%;
    background-repeat: no-repeat;
}

.loginLeft
{
    /*background-image: url(../images/left_bg_en.gif);     background-repeat: repeat-y;    */
    padding-left: 13px;
    width: 185px;
    height: 100%;
}

.leftMenuBottom
{
    background-image: url(../images/LoginMenuBottom.gif);
    height: 86px;
}

.rightSep
{
    height: 10px;
}

.StockSearch td, .MarketStatus td
{
    color:#076d0d;
    font-weight:bold;
}

.NewsDate
{
    white-space: nowrap;
    color: #1b9621;
    text-align: right;
}

.NewsRotatorLink a:link
{
    color: #000000;
    font-weight: normal;
    font-size: 11px;
    text-decoration: none;
}

.NewsRotatorLink a:visited
{
    color: #000000;
}

.NewsRotatorLink a:hover
{
    color: #333333;
    text-decoration: underline;
}

.errTDBold
{
	
	font-weight: bold;
	color     : #C00000;
}

.errTDWide
{
	width:100%;
	background-color:#C00000;
	color:#ffffff;
	font-weight:bold;
	height:20px;
	text-align:center;
}

.alert
{
    background-color: yellow;
    color: Red;
    font-weight: bold;
}

.newShare
{
    vertical-align: middle;
    text-align: center;
    width: 144px;
    height: 30px;
    padding-top: 7px;
    font-size: 12px;
    color: Red;
    background-color: white;
    font-weight: bold;
    border: 1px solid #C3C3C3;
}

.newShareError
{
    vertical-align: middle;
    text-align: center;
    background-color: yellow;
    color: Red;
    font-weight: bold;
    width: 144px;
    height: 30px;
    border: 1px solid #C3C3C3;
}

.GvItem
{
    color: #008100;
    font-size: 10px;
    font-weight: bold;
}
.Banner
{
    border: 0;
    padding: 0;
    height: 8px;
    margin-top: 0px;
    background-color: #eaeae2;
    color: #067944;
}

.BannerText
{
    font-weight: bold;
    font-size: 18pt;
    font-family: Tahoma;
    height: 0px;
    margin-top: 0;
    margin-left: 10;
    margin-bottom: 0;
    padding: 0;
    white-space: nowrap;
}

.Verisign
{
    vertical-align: middle;
    text-align: center;
}

.HeaderLogo
{
    padding-left: 35px;
    vertical-align: middle;
}

.NewsTitle
{
    background-image: url(../Images/news_en.gif);
    width: 18px;
    height: 48px;
    background-position: 2px 0px;
    background-repeat: no-repeat;
}

.NewsData
{
    padding: 0px;
    width: 287px; height: 44px;
    background-color: #f4f5ef;
    border: 1px solid #0d8d14;
}

.loginRightHeader
{
    padding-right: 20px;
    height:100%;
}

.TradingLinks
{
    padding-left:10px;
}

.LoginTicker
{
    background-image: url(../Images/loginTickerBG.gif);
    height: 30px;
}

.TickerLeft
{
    background-image: url(../Images/tickerLeft_en.gif);
    background-repeat: no-repeat;
    width: 10px;
    height: 30px;
}

.TickerRight
{
    background-image: url(../Images/tickerRight_en.gif);
    background-repeat: no-repeat;
    width: 10px;
    height: 30px;
}

.PageTopBG
{
    background-image: url(../Images/pageTopBG.gif);
    height: 30px;
}

.PageTopLeft
{
    background-image: url(../Images/pageTopLeft_en.gif);
    background-repeat: no-repeat;
    height: 30px;
    width: 10px;
}

.PageTopRight
{
    background-image: url(../Images/pageTopRight_en.gif);
    background-repeat: no-repeat;
    height: 30px;
    width: 10px;
}

.yourAccount
{
    background-image: url(../Images/yourAccountBG.gif);
    height: 209px;
}

.yourAccountLeft
{
    background-image: url(../Images/yourAccountLeft.gif);
    background-repeat: no-repeat;
    height: 209px;
    width: 18px;
}

.yourAccountRight
{
    background-image: url(../Images/yourAccountRight.gif);
    background-repeat: no-repeat;
    height: 209px;
    width: 18px;
}

.LoginControl
{
    background-color:White;
    border:1px solid #c4c5b3;
    text-align:center;
    height:114px;
}


.Chart
{
    border: 1px solid #c4c5b3;
    background-color: #fff;
    text-align:center;
}

.tabBg
{
    background-image: url(../Images/tab_BG.gif);
    height: 24px;
    padding-left: 15px;
}

.TabItem
{
    background-image: url(../Images/tabBG.gif);
    background-repeat: no-repeat;
    color: white;
    font-weight: bold;
    padding-top: 5px;
    padding-left: 2px;
    width: 110px;
    text-align: center;
    height: 24px;
}

.rowSep
{
    /*background-image: url(../Images/rowSep.gif);*/
    background-color:#eaeae2;
    background-repeat: repeat-x;
    height: 1px;
}

.RadTabs
{
    background-color: #b5b7a1;
    vertical-align: middle;
}

.RadTabItem
{
    width: 80px;
    height: 25px;
    border-bottom: 1px solid red;
}

.LeftCorner
{
    background-image: url(../Images/LeftCorner.gif);
    background-repeat: no-repeat;
    width: 17px;
    height: 17px;
}

.RightCorner
{
    background-image: url(../Images/RightCorner.gif);
    background-repeat: no-repeat;
    width: 17px;
    height: 17px;
}

.BottomBG
{
    background-image: url(../Images/BottomBG.gif);
    background-repeat: repeat-x;
    width: 100%;
    height: 17px;
}

.popupwindow
{
	filter: alpha(opacity=100);
	background-color: #cfe1f7;
	display: none;
	width: 200px;
	height: 100px;
	position: absolute;
	/*color: white;*/
	border: 1px #0c8e12 solid;
}

.popupwindowheader
{
	background-color: #b6e0ae;
	color: #0c8e12;
	height: 10px;
	width: 200px;
}


.MenuTop
{
    background-image: url(../Images/topmenuBG.gif);
    background-repeat:repeat-x;
    height: 23px;
}

.MenuTop td
{
    padding-left:4px;
    padding-right:4px;
}

.MenuLeft
{
    background-image: url(../Images/topMenuLeft.gif);
    background-repeat: no-repeat;
    width: 17px;
    height: 23px;
}

.MenuRight
{
    background-image: url(../Images/topMenuRight.gif);
    background-repeat: no-repeat;
    width: 17px;
    height: 23px;
}

.HeaderMenu
{
    text-align:Right;
    padding-Right:10px;
    vertical-align:top;
}


.portfolio
{
	color: #ee0000;
	text-decoration: none;
}

.ForceBreak
{
	word-wrap:break-word;
	direction:ltr;
	white-space:normal;
}

.DivSiteTips
{
	z-index: 1;
	visibility: hidden;
	position: absolute;
	background-color: #e6ebf0;
	border: solid 1px #d4dfe8;
	color: #0f3060;
	margin: 0px;
	padding: 3px;
}
.DivSiteTips td
{
	color: #0f3060;
	background-color: #e6ebf0;
	font-weight: normal;
}