/* font pixcel */
  .font8 { font-size:8pt; }
  .font85 { font-size:8.5pt; }
  .font9 { font-size:9pt; }
  .font10 { font-size:10pt; }
  .font10margin { font-size:10pt ; line-height:130% ; }
  .font105 { font-size:10.5pt }
  .font105margin { font-size:10.5pt ; line-height:130% ; }
  .fontwhite { color:white ; background-color:blue ; }
  .fontblue { color:blue ; }
  .fontred { color:red ; }

/* Standard */

A:HOVER { color: #FF2121 }

body {
  width: 910px;
  margin-top: 0px;
  margin-bottom: auto;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  line-height:1.4;
  background-color: #fff;
} 

#container {
  text-align: center;
  width: 900px;
  /* border-bottom: 1px solid #DDDDDD; border-left: 1px solid #DDDDDD; border-right: 1px solid #DDDDDD; */
}

#breadcrumbs {
  position: absolute; top: 90px;
  font-size: 9pt;
  color: gray;
  text-align: left;
  margin: 5px 0px 5px 5px;
}

#globallink {
  font-size:8pt;
  text-align:center;
  color:blue;
}
  
#footer {
  clear: both;
  margin: 0 auto 20px auto;
  width: 900px;
  font-size: 9pt;
  text-align: center;
}

