//do browser stuff
dom = (document.getElementById) ? true : false;
ns5 = ((navigator.userAgent.indexOf("Gecko")>-1) && dom) ? true: false;
ie5 = ((navigator.userAgent.indexOf("MSIE")>-1) && dom) ? true : false;
ns4 = (document.layers && !dom) ? true : false;
ie4 = (document.all && !dom) ? true : false;
nodyn = (!ns5 && !ns4 && !ie4 && !ie5) ? true : false;
var zIndexXPR = 1;

function showDiv(iidee)
{
zIndexXPR++;

var theLyr = (ns4)? document.layers[iidee] : (ie4)? document.all[iidee].style : (ie5||ns5)?   document.getElementById(iidee).style: null;				
theLyr.display= '';
theLyr.zIndex = zIndexXPR;
}

function hideDiv(iidee)
{
var theLyr = (ns4)? document.layers[iidee] : (ie4)? document.all[iidee].style : (ie5||ns5)?   document.getElementById(iidee).style: null;				
theLyr.display= 'none';
}


function openhide(iidee)
{
zIndexXPR++;

var theLyr = (ns4)? document.layers[iidee] : (ie4)? document.all[iidee].style : (ie5||ns5)?   document.getElementById(iidee).style: null;				
theLyr.display= theLyr.display=='none' ? '' : 'none';
theLyr.zIndex = zIndexXPR;
}



/* TEMPLATE LAYOUT STYLES */

img
{
border:0px;
}


#bbtCredit
{
  position:absolute;
  bottom:5px;
  left:4px;
  /*height:<length>;*/
}


#bbtCreditTable
{
position: absolute;
height: 90%;
bottom: 0;
}

 div#bbtCreditFooter{
  position:absolute;
  bottom:6px;
  left:4px;
  height:<length>;
 }
 @media screen{
  body>div#bbtCreditFooter{
   position: fixed;
  }
 }



html, body 
{
text-align: center;
margin: 0; 
}

img
{
border: 0px,
}

DIV#taBody, body
{
background: #FFFFFF;
background-image: url(/media/templates/taWrapperBG.gif);
background-position: center;
background-repeat: repeat-y;
border: blue 0px solid;
}


DIV#taBodyStageWrapper 
{
width: 1000px; 
display: block;
position: relative;
margin: 0 auto;
background-color: #FFFFFF;
}


DIV#taBodyStage
{
padding-left: 0px;
padding-right: 0px;
display: block;
}


DIV#taHeader
{
padding-top: 0px;
margin-bottom: 0px;
width: 1000px;
background:#ffffff;
/*background: #990003;*/
border: blue 0px solid;
}


#taHeaderTable
{
width: 1000px;
border: blue 0px solid;
valign: top;
}
   
   
#taHeaderLeft
{
text-align: left;
padding-left: 12px;
padding-top: 10px;
border: black 0px solid;
width: 228px;
}


#taHeaderCenter
{
text-align: left;
padding-left: 20px;
padding-top: 15px;
border: red 0px solid;
}


#taHeaderRight
{
text-align: left;
padding-left:0px;
padding-top: 15px;
border: green 0px solid;
}


DIV#taMainMenu
{
width: 1000px;
height: 39px;
border: red 0px solid;
margin-bottom: 10px;
}


DIV#taContentBody
{
padding-top: 20px;
padding-bottom: 30px;
border: blue 0px solid;
width: 1000px;
}


#taContentBodyTable
{
width: 1000px;
border: black 0px solid;
}


#taContentBodyLeft
{
text-align: left;
padding-left: 17px;
border: black 0px solid;
width: 228px;
}


#taContentBodyCenter
{
text-align: left;
width: 420px;
border-left: #FFFFFF 20px solid;
border-right: #FFFFFF 20px solid;
}

#taContentBodyCenterPadding
{
/*padding-left: 16px;*/
padding-right: 16px;
margin-top: 25px;
text-align:left;
}



#taContentBodyRight
{
text-align: left;
/*padding-right: 17px;*/
width: 228px;
border-right: #FFFFFF 17px solid;
}


#taFooter
{
width: 100%;
text-align: center;
border: green 0px solid;
vertical-align: bottom;
}




/* ETRACKER*/


#taEtracker { 
   visibility: visible; 
   position: absolute; 
   top: -100px; 
   left: -100px; 
   width: 24px; 
   height: 29px 
}


/* ARTICLE STYLES */

DIV#taDefaultArticle
{
margin-bottom: 5px;
padding-left: 10px;
padding-right: 10px;
}


Div#taDefaultArticleTitle
{
display: block;
font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
font-weight: bold;
line-height: 15px;
font-size: 13px;
text-decoration:none;
color: #333333;
padding-bottom: 8px;
}


Div#taDefaultArticleDate
{
display: block;
font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
font-weight: normal;
font-size: 11px;
text-decoration:none;
color: #333333;
padding-bottom: 7px;
}

Div#taDefaultArticleDescription
{
display: block;
font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
font-weight: normal;
line-height: 16px;
font-size: 11px;
text-decoration:none;
color: #1B2563;
padding-bottom: 8px;
}

Div#taDefaultArticleBody
{
display: block;
font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
font-weight: normal;
line-height: 16px;
font-size: 11px;
text-decoration:none;
color: #333333;
padding-bottom: 5px;
}

Div#taDefaultArticleBody td
{
/*display: block;*/
font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
font-weight: normal;
line-height: 16px;
font-size: 11px;
text-decoration:none;
color: #333333;
}


#taFooterArticleBody
{
font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
font-weight: normal;
line-height: 16px;
font-size: 11px;
text-decoration:none;
color: #333333;
padding-bottom: 5px;
}

/* BOX STYLES*/

DIV#taBox
{
width: 240px;
margin-bottom: 0px;
}

DIV#taBoxFollowUp
{
width: 680px;
margin-bottom: 0px;
}


DIV#taBoxCenter
{
width: 417px;
margin-bottom: 0px;
}


DIV#taBoxCornerTL
{
position: relative;
background: url(/media/templates/taBoxCornerTL.jpg) no-repeat left top;
height: 22px;
overflow: hidden;
border-bottom: #CCCCCC 1px solid;
}

DIV#taBoxCornerTR
{
position: relative;
background: url(/media/templates/taBoxCornerTR.jpg) no-repeat right top;
height: 22px;
overflow: hidden;
}

DIV#taBoxCornerBL
{
position: relative;
background: url(/media/templates/taBoxCornerBL.jpg) no-repeat left bottom;
height: 22px;
overflow: hidden;
width:240px;
}


DIV#taBoxCornerBLFollowUp
{
position: relative;
background: url(/media/templates/taBoxCornerBL.jpg) no-repeat left bottom;
height: 22px;
overflow: hidden;
width:680px;
}


DIV#taBoxCenterCornerBL
{
position: relative;
background: url(/media/templates/taBoxCornerBL.jpg) no-repeat left bottom;
height: 22px;
overflow: hidden;
width:417px;
}

DIV#taBoxCornerBR
{
position: relative;
background: url(/media/templates/taBoxCornerBR.jpg) no-repeat right bottom;
height: 22px;
overflow:hidden;
}

DIV#taBoxTitle
{
display: block;
font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
font-weight: bold;
line-height: 10px;
font-size: 12px;
text-decoration:none;
color: #333333;
/*text-transform: uppercase;*/
font-style: italic;
padding-top: 6px;
padding-left: 12px;
}


DIV#taBoxBody
{
border-left: #CCCCCC 1px solid;
border-right: #CCCCCC 1px solid;


padding: 8px;
     /* IE HACK STARTS*/
        width: expression('240px'); /* width needs to be defined on IE */
        /* IE HACK ENDS */

display: block;
font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
font-weight: normal;
line-height: 12px;
font-size: 10px;
text-decoration:none;
color: #1D1A4D;
}


#taBoxBody_charts
{
text-align: center;
border-left: #CCCCCC 1px solid;
border-right: #CCCCCC 1px solid;
font-size: 9px;

padding: 8px;
     /* IE HACK STARTS*/
        width: expression('240px'); /* width needs to be defined on IE */
        /* IE HACK ENDS */

display: block;
}

#taBoxBody_charts td
{
font-size: 12px;
}



DIV#taBoxCenterBody
{
border-left: #CCCCCC 1px solid;
border-right: #CCCCCC 1px solid;


padding: 8px;
     /* IE HACK STARTS*/
        width: expression('417px'); /* width needs to be defined on IE */
        /* IE HACK ENDS */

display: block;
font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
font-weight: normal;
line-height: 12px;
font-size: 10px;
text-decoration:none;
color: #1D1A4D;
}

DIV#taBoxBody td
{
font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
font-weight: normal;
line-height: 12px;
font-size: 10px;
text-decoration:none;
color: #1D1A4D;
}


/*DIV#taBoxBodyImage
{
border-left: #CCCCCC 1px solid;
border-right: #CCCCCC 1px solid;
border-bottom: #CCCCCC 1px solid;
overflow: hidden;
}*/

DIV#taBoxBodyTitle
{
display: block;
font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
font-weight: bold;
line-height: 12px;
font-size: 10px;
text-decoration:none;
color: #333333;
padding-bottom: 4px;
/*text-transform: uppercase;*/
}

DIV#taBoxBodyDate
{
display: block;
font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
font-weight: bold;
line-height: 12px;
font-size: 10px;
text-decoration:none;
color: #666666;
padding-bottom: 4px;
font-style: italic;
}

DIV#taBoxBodyDescription
{
display: block;
font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
font-weight: normal;
line-height: 14px;
font-size: 10px;
text-decoration:none;
color: #444444;
}


.taBoxBodyDescription
{
display: block;
font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
font-weight: normal;
line-height: 16px;
font-size: 10px;
text-decoration:none;
color: #1D1A4D;
text-decoration: none;
}

a.taBoxBodyDescription
{
display: block;
font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
font-weight: normal;
line-height: 16px;
font-size: 10px;
text-decoration:none;
color: #1D1A4D;
text-decoration: none;
}


a:hover.taBoxBodyDescription, a.taBoxBodyDescriptionActive, a:hover.taBoxBodyDescriptionActive
{

font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
font-weight: normal;
line-height: 16px;
font-size: 10px;
text-decoration:none;
color: #1D1A4D;
text-decoration: underline;
}



DIV#taBoxBodyAlert
{
display: block;
font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
font-weight: normal;



line-height: 13px;
font-size: 10px;
text-decoration:none;
color: #1D1A4D;
padding-top: 5px;
padding-bottom: 5px;
}


DIV#taBoxRegistrationForm
{
display: block;
padding-top: 6px;
padding-bottom: 8px;
}

* html DIV#taBoxRegistrationForm {margin-top: 3px; height: 16px;} /* IE Hack - IE bottom 0 = 1 */


.taBoxBodyLink
{
font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
font-weight: normal;
line-height: 12px;
font-size: 10px;
text-decoration:none;
color: #444444;
text-decoration: none;
}

a.taBoxBodyLink
{
font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
font-weight: normal;
line-height: 12px;
font-size: 10px;
text-decoration:none;
color: #1D1A4D;
text-decoration: none;
}


a:hover.taBoxBodyLink, a.taBoxBodyLinkActive, a:hover.taBoxBodyLinkActive
{
font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
font-weight: normal;
line-height: 12px;
font-size: 10px;
text-decoration:none;
color: #1D1A4D;
text-decoration: underline;
}


/* HEADER BANNER STYLES */

DIV#taBannerCenter
{
position: relative;
margin-bottom: 4px;
margin-top: 8px;
}

DIV#taBannerCenterMaskTop
{
position: absolute;
top: 0px;
left: 0px;
background-image: url(/media/templates/taBannerCenterMaskTop.gif);
background-repeat: no-repeat;
background-position: top;
height: 100%;
width: 417px;
}

DIV#taBannerCenterMaskBottom
{
position: absolute;
bottom: 0px;
left: 0px;
background-image: url(/media/templates/taBannerCenterMaskBottom.gif);
background-repeat: no-repeat;
background-position: bottom;
height: 40px;
width: 417px;
}


DIV#taBannerRight
{
position: relative;
margin-bottom: 4px;
margin-top: 8px;
}

DIV#taBannerRightMaskTop
{
position: absolute;
top: 0px;
left: 0px;
background-image: url(/media/templates/taBannerRightMaskTop.gif);
background-repeat: no-repeat;
background-position: top;
height: 100%;
width: 240px;
}

DIV#taBannerRightMaskBottom
{
position: absolute;
bottom: 0px;
left: 0px;
background-image: url(/media/templates/taBannerRightMaskBottom.gif);
background-repeat: no-repeat;
background-position: bottom;
height: 40px;
width: 240px;
}

/* EMAIL FORM STYLES */

DIV#taEmailBody
{
}


#taEmailForm input
{
border: #CCCCCC 1px solid;
background-color: #F5F5F7;
color: #494a4c; 
font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
border: 1px solid #999999; 
}

.taEmailForm
{
border: #CCCCCC 1px solid;
background-color: #F5F5F7;
color: #494a4c; 
font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
border: 1px solid #999999; 
}


#taEmailForm td
{
font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
font-weight: normal;
line-height: 16px;
font-size: 11px;
text-decoration:none;
color: #000000;
}

.taEmailFormBlank
{
border: #CCCCCC 0px solid;
background-color: #FFFFFF;
}

/* GLOBAL MENU STYLES */

a
{
color: #444444;
text-decoration: none;
line-height: 16px;
}

a:hover
{
color: #1D1A4D;
text-decoration: underline;
line-height: 16px;
}


/* MAIN MENU STYLES */


DIV#taMainMenuBG
{
background: url(/media/templates/taMainMenuBG.gif) repeat-x;
height: 37px;
}



a.taMainMenuItem
{
display: block;
height: 21px;
font-weight: bold;
font-size: 12px;
font-family: Verdana, Arial, Helvetica, Geneva, sans-serif; 
color: #FBA74C;
text-decoration: none;
text-transform: uppercase;
padding-left: 8px;
padding-top: 10px;
}

a:hover.taMainMenuItem, a.taMainMenuItemActive, a:hover.taMainMenuItemActive
{
display: block;
height: 21px;
font-weight: bold;
font-size: 12px;
font-family: Verdana, Arial, Helvetica, Geneva, sans-serif; 
color: #FFFFFF;
text-decoration: none;
text-transform: uppercase;
padding-left: 8px;
padding-top: 10px;
}



/* MAIN MENU STYLES LEVEL 2 */

Div#menuItem 
{
position: relative;
z-index: 500;
}

.ptMainMenuLevel2
{
width: auto;
background: #D87326;
z-index: 500;
}


a.taMainMenuItemLevel2
{
display: block;
white-space: nowrap;
font-family: Verdana, Arial, Helvetica, Geneva, sans-serif; 
text-transform: uppercase;
font-size: 10px;
font-weight: bold;
text-decoration: none;
text-align: left;
background: #FBA74C;
color: #D87326;
padding-left: 10px;
padding-right: 5px;
padding-top: 2px;
padding-bottom: 6px;
height: 100%;
border-bottom: 0px solid #CCC;
z-index: 500;
}

a:hover.taMainMenuItemLevel2, a.taMainMenuItemLevel2Active,
a:hover.taMainMenuItemLevel2Active
{
display: block;
white-space: nowrap;
font-family: Verdana, Arial, Helvetica, Geneva, sans-serif; 
text-transform: uppercase;
font-size: 10px;
font-weight: bold;
text-decoration: none;
text-align: left;
background: #FFCC33;
color: #D87326;
padding-left: 10px;
padding-right: 5px;
padding-top: 2px;
padding-bottom: 6px;
height: 100%;
border-bottom: 0px solid #CCC;
z-index: 500;
}


/* SUB MENU STYLES */

DIV#taArticleMenu
{
display: block;
border-right: 1px solid #CCCCCC;
border-left: 1px solid #CCCCCC;
border-bottom: 1px solid #CCCCCC;
}

a.taArticleMenuItem
{
display: block;
font-weight: bold;
font-size: 10px;
font-family: Verdana, Arial, Helvetica, Geneva, sans-serif; 
color: #333333;
background-color: #FFFFFF;
text-decoration: none;

padding-left: 8px;
padding-right: 5px;
padding-top: 5px;
padding-bottom: 5px;
}

a:hover.taArticleMenuItem, a.taArticleMenuItemActive, a:hover.taArticleMenuItemActive
{
display: block;
font-weight: bold;
font-size: 10px;
font-family: Verdana, Arial, Helvetica, Geneva, sans-serif; 
color: #FFFFFF;
background-color: #333333;
text-decoration: none;

padding-left: 8px;
padding-right: 5px;
padding-top: 5px;
padding-bottom: 5px;
}


a.laArticleMenuItemLevel2
{
display: block;
font-weight: bold;
font-size: 10px;
font-family: Verdana, Arial, Helvetica, Geneva, sans-serif; 
color: #333333;
background-color: #FFFFFF;
text-decoration: none;

padding-left: 18px;
padding-right: 5px;
padding-top: 5px;
padding-bottom: 5px;
}

a:hover.laArticleMenuItemLevel2, a.laArticleMenuItemLevel2Active, a:hover.laArticleMenuItemLevel2Active
{
display: block;
font-weight: bold;
font-size: 10px;
font-family: Verdana, Arial, Helvetica, Geneva, sans-serif; 
color: #333333;
background-color: #FFFFFF;
text-decoration: none;

padding-left: 18px;
padding-right: 5px;
padding-top: 5px;
padding-bottom: 5px;
}
/* PIPES ALIGHT MENU STYLES */

.taPipesAlightDate
{
font-size: 9px;
font-family:arial,verdana,geneva;
text-decoration: italic;
color:#666666;
font-weight:normal;
}

/*SEARCH STYLES*/

.taSearchSlider
{
width: 180px;
height: 18px;
font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
font-weight: normal;
font-size: 11px;
text-decoration:none;
color: #69615b;
border: 0px;
padding-bottom: 2px;
padding-left: 3px;
background: white url(/media/templates/taSearchSlider.gif) repeat-x; 
}

* html .taSearchSlider {margin-top: -1px; border: 0px red solid;} /* IE Hack - IE bottom 0 = 1 */


#taSearchLeft
{
background-image: url(/media/templates/taSearchLeft.gif);
background-repeat: no-repeat;
width:9px;
height:18px;
}


/* SEARCH RESULT STYLES */

DIV#SearchResults
{
display: block;
padding-right: 25px;
}

DIV#SearchResultsTitle
{
display: block;
font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
font-size: 11px;
color: #000000;
}

.SearchResultPages
{
color: #000000;
font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
font-weight: normal;
line-height: 17px;
font-size: 11px;
text-decoration:none;
}


DIV#searchResultsBody
{
color: #000000;
display: block;
font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
font-weight: normal;
line-height: 17px;
font-size: 11px;
text-decoration:none;
padding-left: 17px;
margin-bottom: 20px;
}

.searchResultBodyRed
{
color: #336699;
font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
font-weight: normal;
line-height: 17px;
font-size: 11px;
text-decoration:none;
}


DIV#SearchResultsPagenumbers
{
display: block;
color: #336699;
font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
font-weight: normal;
line-height: 17px;
font-size: 11px;
text-decoration:none;
padding-left: 0px;
padding-bottom: 20px;
padding-top: 0px;
border: green 0px solid;
}

DIV#SearchResultsWrapper
{
padding: 3px;
}

a.SearchItem
{
color: #336699;
/*display: block;*/
font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
font-weight: normal;
line-height: 17px;
font-size: 11px;
text-decoration:none;
margin-top: 0px;
text-transform: uppercase;
padding-right: 5px;
}

a:hover.SearchItem, a.SearchItemActive, a:hover.SearchItemActive
{
color: #999999;
/*display: block;*/
font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
font-weight: normal;
line-height: 17px;
font-size: 11px;
text-decoration:none;
text-transform: uppercase;
padding-right: 5px;
}


 a
{
color: #444444;
text-decoration: none;
line-height: 16px;
}

a:hover
{
color: #1D1A4D;
text-decoration: underline;
line-height: 16px;
}


/* NEWSLETTER LAYOUT STYLES */

DIV#ta_newsletterBodyStage
{
/*display: block;*/
width: 600px;
}

DIV#ta_newsletterHeader
{
text-align: left;
padding-top: 25px;
margin-bottom: 16px;
width: 600px;
}

#ta_newsletterHeaderTable
{
width: 600px;
border: blue 0px solid;
}

   
#ta_newsletterHeaderLeft
{
text-align: left;
width: 208px;
padding-left: 20px;
}


#ta_newsletterHeaderRight
{
text-align: left;
}


DIV#ta_newsletterInfoRight
{
background: url(/media/templates/taNewsletterInfoRight.gif) no-repeat left top;
height: 96px;
vertical-align: bottom;
}


DIV#ta_newsletterInfoRightTitle
{
display: block;
font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
font-weight: bold;
line-height: 15px;
font-size: 13px;
text-decoration:none;
color: #1B2563;
vertical-align: bottom;
height: 80px;
width: 325px;
padding: 8px;
padding-top: 66px;
bottom: 12px;
}



DIV#ta_newsletterContentBody
{
padding-bottom: 30px;
width: 600px;
}

#ta_newsletterContentBodyTable
{
width: 600px;
border: black 0px solid;
}


#ta_newsletterContentBodyCenter
{
margin-bottom: 30px;
padding-left: 20px;
padding-right: 23px;
padding-top: 9px;
}


DIV#ta_newsletterFooter
{
margin-top: 10px;
margin-bottom: 10px;
padding-left: 20px;

display: block;
text-align: left;
font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
font-weight: normal;
line-height: 12px;
font-size: 10px;
text-decoration:none;
color: #336699;
}


/* NEWSLETTER ARTICLE STYLES */

DIV#ta_newsletterDefaultArticle
{
margin-bottom: 10px;
}

Div#ta_newsletterDefaultArticleTitle
{
display: block;
font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
font-weight: bold;
line-height: 15px;
font-size: 13px;
text-decoration:none;
color: #333333;
padding-bottom: 8px;
}

Div#ta_newsletterDefaultArticleDate
{
display: block;
font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
font-weight: normal;
font-size: 11px;
text-decoration:none;
color: #1B2563;
padding-bottom: 7px;
}

Div#ta_newsletterDefaultArticleDescription
{
display: block;
font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
font-weight: normal;
line-height: 16px;
font-size: 11px;
text-decoration:none;
color: #1B2563;
padding-bottom: 8px;
}

Div#ta_newsletterDefaultArticleBody
{
display: block;
font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
font-weight: normal;
line-height: 16px;
font-size: 11px;
text-decoration:none;
color: #333333;
padding-bottom: 5px;
}

Div#ta_newsletterDefaultArticleBody td
{
display: block;
font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
font-weight: normal;
line-height: 16px;
font-size: 11px;
text-decoration:none;
color: #333333;
}

/* NEWSLETTER FOOTER STYLES */

#ta_newsletterFooterArticleBody
{
font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
font-weight: normal;
line-height: 16px;
font-size: 11px;
text-decoration:none;
color: #333333;
padding-bottom: 5px;
}


/* ETRACKER*/


#ta_newsletterEtracker { 
   visibility: visible; 
   position: absolute; 
   top: -350px; 
   left: -350px; 
   width: 24px; 
   height: 29px 
}



