/* finance.css */

#container { margin:0px; padding:0px; position:relative; }
#pageHeader { /** /background-image:url(/images/headerRepeat.png); background-repeat:repeat-x;/**/ }
.bold { font-weight:bold; }
.center { text-align:center; }
.bad, .error, .note { color:#FF0000; }
.gray { color:#999999; }
.hidden { display:none; }
.inline { display:inline; }
.left { text-align:left; }
.nobr { white-space:nowrap; }
.normal { font-weight:normal; }
.ok { color:#00C000; }
.quote { font-family:Verdana, Arial, Helvetica, sans-serif; font-size:10px; font-weight:normal; color:#000000; font-style:normal; }
.right { text-align:right; }
.section { margin:5px; margin-top:10px; }
.select {background-color:#FFBB80; }
.smaller { font-size:10px; line-height:12px; }
.smallest { font-size:8px; line-height:10px; }
.titleNormal { font-family:Arial, Helvetica, sans-serif; font-size:18px; color:#006699; font-weight:bold; }
.titleNormalError { font-family:Arial, Helvetica, sans-serif; font-size:18px; color:#FF0000; font-weight:bold; }
.titleNormalOrange { font-family:Arial, Helvetica, sans-serif; font-size:18px; color:#FF9900; font-weight:bold; }
.titleSmall { font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#006699; font-weight:bold; }
.titleSmallBlack { font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#000000; font-weight:bold; }
.titleSmallError { font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#FF0000; font-weight:bold; }
.titleSmallOrange { font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#FF9900; font-weight:bold; }
.warning { color:#FF9900; }
a { color:#FF9900; }
a.smallLinks { font-family:Verdana, Arial, Helvetica, sans-serif; font-size:10px; font-weight:normal; color:#FF9900; font-style:normal; }
a.smallLinks:visited { color:#666666; }
a.smallLinks:hover { color:#006699; }
a:visited { color:#666666; }
a:hover { color:#006699; }
body { background-color: #FFFFFF; color:#000000; font-family:Arial, Helvetica, sans-serif; font-size:12px; line-height:18px; margin:0px; }
div { border:0px; margin:0px; padding:0px; }
/**/form { border:0px; margin:0px; padding:0px; }/**/
img { border:0px; }
input[type="submit"] { text-align:center; padding-left:2px; padding-right:2px; }
input[type="button"].current, input[type="submit"].current { color:#C0C0C0; }
input[type="submit"].parent { color:#006699; }
input[type="button"].fromto { margin-right: 2px; padding: 0 2px; }
p { margin-top:12px; margin-bottom:0px; }
select { display:inline; }
sup { font-size:smaller; text-decoration:underline; vertical-align:text-top; }
table { margin:0px; }
table.grayline { border-top:1px solid silver; }
td, th { padding-left:1px; padding-right:1px; }
td.grayleft, th.grayleft { border-left:1px solid silver; empty-cells:show; }
td.grayline, th.grayline, table.grayline th, table.grayline td { border-bottom:1px solid silver; font-size:smaller; empty-cells:show; }
td.grayright, th.grayright { border-right:1px solid silver; empty-cells:show; }
td.graysize, th.graysize { font-size:smaller; empty-cells:show; }
td.w250 { /*width:250px; */ }
td.w500 { /*width:500px; */ }
tr { vertical-align:top; }
tr.bottom { vertical-align:bottom; }

@media print { 
a:link { color: #006699; text-decoration:underline; }
a:visited { color: #006699; text-decoration:underline; }
a:hover { color: #006699; text-decoration:underline; }
a:active { color: #006699; text-decoration:underline; }
.hideFromPrint { display: none; } 
}
