
	#textContent {
	  padding: 4px 12px;
	  min-height: 193px;
    background-image: url( ../images/text.jpg );
    background-repeat: no-repeat;
    background-position: top left;
    font-family: Verdana, sans-serif;
    font-size: 11px;
    color: #FFFFFF;
  }
  
  * html #textContent {
    height: 193px;
  }
  
	#textContent p,
	#textContent td {
    font-family: Verdana, sans-serif;
    font-size: 11px;
    color: #FFFFFF;
  }
  
	#textContent .title {
    font-family: Verdana, sans-serif;
    font-size: 14px;
    color: #FFFFFF;
    font-weight: bold;
  }
  
  a:active,
  a:visited,
  a:link {
    color:  #041B23;
    text-decoration: underline;
  }
  
  a:hover {
    color:  #FFFFFF;
    text-decoration: underline;
  }
  
  #div_brochure a:active,
  #div_brochure a:visited,
  #div_brochure a:link {
    color: #FFFFFF;
    font-family: Verdana, sans-serif;
    font-size: 14px;
    font-weight: bold;
  }
  
  #div_brochure a:hover {
    color: #FFFFFF;
    text-decoration: none;
  }
  
  .cTitle {
    font-weight: bold;
    font-size: 12px;
  }
    
  .cText {
    text-indent: 12px;
    width: 140px;
    vertical-align: top;
  }
  
  .cInput {
    width: 200px;
  }
  
  .cInput input,
  .cInput textarea {
    color: #041B23;
    font-size: 11px;
    margin: 1px 0px;
    height: 15px;
    border: 1px #6D6D6C solid;
    width: 180px;
  }
  
  .cInput textarea {
    height: 90px;
  }
  
  * html .cInput textarea,
  * html .cInput input {
    margin: 0px;
  }
  
  .cSubmit {
    padding-top: 4px;
  }
  
  .cSubmit input {
    background-color: #A2A2A4;
    color: #041B23;
    margin: 1px 0px;
    border: 1px #6D6D6C solid;
    width: 110px;
    cursor: pointer;
  }
