p{
font-family: calibri,arial,helvetica,sans;
font-size: 12px;
font-weight: normal;
line-height: 1.6em;
}

a{
  font-family: calibri,arial,helvetica,sans;
  font-size: 12px;
  font-weight: normal;
  text-decoration: none;
  color: blue;
}

a:hover{
  font-family: calibri,arial,helvetica,sans;
  font-size: 12px;
  font-weight: normal;
  text-decoration: underline;
  color: green;
}

ul.noBullet {
  list-style-type: none;
}

p.bold{
  font-weight: bolder;
}

p.indent{
  margin-left: 20px;
}
p.address{
  font-family: calibri,arial,helvetica,sans;
  font-size: 9px;
  line-height: 1em;
  font-weight:lighter;
  color: grey;
}
h1{
  font-family: calibri,arial,helvetica,sans;
  color: white;
  font-size: 20px;
  padding: 2px;
}
h3{
  font-family: calibri,arial,helvetica,sans;
  font-weight: lighter;
  font-size: 16px;
  padding: 2px;
}
ul,ol{
  font-family: calibri,arial,helvetica,sans;
  font-size: 12px;
  font-weight: normal;
  line-height: 2em;
}
#addressBox{
  position:absolute;;
  float:left;
  right:80px;
  top: 10px;
}
#wrapper{
  width: 100%;
  height: 100%;
  position: absolute;
  border: 0;
}
#inner{
  border: 1px;
  padding: 10px 80px 10px 80px;
  position: relative;
}
div.fusionGreen{
  background-color: #92D050;
  width: 100%;
  padding:0px;
  text-transform: uppercase;
}
div.blueStrip{
  background-color: #DBE5F1;
  width: 100%;
  padding:0;
  text-transform: uppercase;
  font-weight: lighter;
}

div.DblueStrip{
  background-color: #4F81BD;
  width: 100%;
  padding: 0px;
  color: white;
  text-transform: uppercase;
}
table{
  width:100%;
  margin:0px;
  padding: 0;
}
thead{
  background-color: #D9D9D9;
  font-family: calibri, arial,helvetica,sans;
  font-size: 12px;
  text-align: left;
  padding-left: 5px;
}

th{
  font-family: calibri,arial,helvetica,sans;
  font-size: 12px;
  font-weight: normal;
  text-align: left;
  vertical-align: text-top;
  padding: 5px;
  margin: 0;
  border-bottom: 1px solid grey;
}
