/* CSS Document */




P, UL, OL, H1, H2, H3, H4, H5, A {
  font-family: Helvetica, Arial, sans-serif;
  color: #000000;
  }
P, UL, OL {
  font-size: 13px;
  }

H1 {
  font-size: 20px;
  font-weight: bold;
  border-bottom: 1px dashed #5475C6;
  margin-top: 10px;
  
  }

H2 {
  font-size: 15px;
  font-weight: bold;
  }
 
H3 {
  font-size: 12px;
  font-weight: bold;
  }



TABLE.portfolio {
  width:400px;
  text-align: left;
  border: 1px solid #CCD9EA;
  padding: 1px;
  }

TABLE.portfolio TD.client {
  width: 400px;
  font-size: 13px;
  padding-left: 10px;
  }

TABLE.portfolio TD.porticon {
  width:14px;
  vertical-align: middle;
  text-align: center;
  }

