/*FinancingSheet*/

.FinancingSheet {
  text-align: center;
  margin: 0;
  padding: 0;
}

/* Hack IE7 and below */
*:first-child+html .FinancingSheet,
* html .FinancingSheet {
  margin-left: 1px;
}

.FinancingSheet h1{
  color: #E73800;
  text-align: left;
  font-size: 22px;
  margin: 0;
}

.FinancingSheet h2{
  color: #0E3192;
  font-size: 13px;
  font-weight: bold;
  text-align: left;
}

.FinancingSheet p {
  margin: 2px;
}

.FinancingSheet .bt a{
  display: block;
  background-color: #DADADA;
  border: 1px solid black;
  color: black;
  font-size: small;
  text-decoration: none;
  padding: 0.2em 1em 0.2em 1em;
  margin: 10px;
}

.FinancingSheet .bt a:hover {
  background-color: #CECECE;
  text-decoration: none;
  color: black;
}


.FinancingSheet .partner img{
  width: 150px;
  heigt: 37px;
}

.FinancingSheet .manual{
  margin-bottom: -1em;
}

.FinancingSheet a{
  text-decoration: none;
  color: black;
}

.FinancingSheet a:hover{
  text-decoration: underline;
  color: #0E3192;
}

.FinancingSheet a .hiddenLink{
  cursor: text;
}

.FinancingSheet p {
  text-align: justify;
}

.FinancingSheet .separator {
  text-align: center;
  margin-top: -30px;
}

.FinancingSheet .separator2 {
  text-align: center;
  margin-top: -15px;
}

.FinancingSheet td {
  text-align: justify;
  margin: 2px;
}

.FinancingSheet img{
  border: none;
}

.FinancingSheet ul {
  text-align: left;
  padding: 0;
}

.FinancingSheet ul li {
	
  list-style-type: none;
  display: inline;
}

.FinancingSheet .propertyFinancing {
  text-align: center;
  margin: 10px 0;
}
.FinancingSheet .propertyFinancing a{
  background: #ff8800;
  color: white;
  font-weight: bold;
  padding: 5px;
  text-decoration: none;
}
.FinancingSheet .propertyFinancing a:hover{
  background: #FFBB2F;
}