
* { font: 12px/16px "Lucida Grande", Arial, Verdana, sans-serif; }

body 
{
    margin: 0px;
    text-align: center;
    background-color: #3A4758;
	color: #555555;
}

strong { font-weight:bold; font-size: 1.0em; }

h1, h2 { font-size: 16px; font-weight: bold; color: #143c6f; }
h3, h4 { font-size: 12px; font-weight: bold; color: #143c6f; }

a { color: #143c6f; }
a:hover { text-decoration: none; }

.nocr { margin-bottom: 0px; }
.subnocr { margin-top: 0px; }

#tblContainer { margin: 0 auto; width:931px; }
.tdContentContainer { margin: 0px; background-color: #FFFFFF; }

##tblContent { width:100%; }

.tdNews 
{
    padding: 10px 5px 10px 5px; 
    background-image: url('../images/news_bg.gif'); 
    background-repeat:repeat-x;
    color: #143c6f;
    vertical-align:top; 
}
.tdNews strong { font-weight: bold; }
.tdNews strong a { font-weight: bold; }

#trFooter { background-color: #FFFFFF; }
#trFooter td { padding: 10px 100px 10px 10px; text-align: right; font-size: 0.8em; color: #BBBBBB; }

.trLinksFooter { background-color: #FFFFFF; }
.trLinksFooter td { padding: 10px 10px 10px 10px; text-align: center; font-size: 0.8em; color: #BBBBBB; white-space:nowrap; }

.divBackToTop { width:100%; text-align:left; }

