A:LINK, A:VISITED {text-decoration : none;}
A:ACTIVE, A:HOVER{text-decoration : underline;}

BODY {background : #ffffff; }

.smltxt {font-family:Arial,Helvetica,serif;
  font-size:9pt;
  font-weight:normal;
  color:#00008B;
  text-decoration:none}
.txt {text-indent: 25pt; margin: 5; text-align: justify; }

.text{
  font-family:Arial,Helvetica,serif;
  font-size:11pt;
  font-weight:normal;
  color:#00008B;
  text-decoration:none}

.phone{
  font-family:serif;
  font-size:12pt;
  font-weight:bold;
  color:#CC3300;
  text-decoration:none}


.z1{
  font-family:serif;
  font-size:12pt;
  font-weight:bold;
  color:#3333CC;
  text-decoration:none;}


.menu{
  font-family: Tahoma,Arial,Helvetica;
  font-size:9pt;
  font-weight:bold;
  color:#FFFFFF;
  text-decoration:none;}

A.menu {
  color:#FFFFFF;
  font-family: Tahoma,Arial,Helvetica,sans-serif;
  font-size:9pt;
  font-weight:bold;
  text-decoration:none;}

A.menu:active {
  color:#FFFFFF;
  font-family: Tahoma,Arial,Helvetica,sans-serif;
  font-size:9pt;
  font-weight:bold;
  text-decoration:none;}

A.menu:visited {
  color:#FFFFFF;
  font-family: Tahoma,Arial,Helvetica,sans-serif;
  font-size:9pt;
  font-weight:bold;
  text-decoration:none;}

A.menu:hover {
  color:#CCCCCC;
  font-family: Tahoma,Arial,Helvetica,sans-serif;
  font-size:9pt;
  font-weight:bold;
  text-decoration:none;}



.link{
  font-family: sans-serif;
  font-size:9pt;
  font-weight:bold;
  color:#0000CC;
  text-decoration:none;}

A.link {
  color:#0000CC;
  font-family: sans-serif;
  font-size:9pt;
  font-weight:bold;
  text-decoration:none;}

A.link:active {
  color:#999999;
  font-family: sans-serif;
  font-size:9pt;
  font-weight:bold;
  text-decoration:none}

A.link:visited {
  color:#999999;
  font-family: sans-serif;
  font-size:9pt;
  font-weight:bold;
  text-decoration:none;}

A.link:hover {
  color:#0066CC;
  font-family: sans-serif;
  font-size:9pt;
  font-weight:bold;
  text-decoration:underline;}


.linkpro{

  font-weight:bold;
  color:#0000CC;
  text-decoration:none;}

A.linkpro {
  color:#0000CC;
  font-weight:bold;
  text-decoration:none;}

A.linkpro:active {
  color:#0066CC;
  font-weight:bold;
  text-decoration:none}

A.linkpro:visited {
  color:#0066CC;
  font-weight:bold;
  text-decoration:none;}

A.linkpro:hover {
  color:#0066CC;
  font-weight:bold;
  text-decoration:underline;}
  
/*----------------------------
feedback
----------------------------*/
#feedback-box{
      background: url(../images/paper_fibers.png);
      width: 400px;
      margin: 20px auto;
      border: 1px solid #ccc;
      border-radius: 5px;
      -webkit-border-radius: 5px;
      -mox-border-radius: 5px;
      font: 13px Arial, sans-serif;
    }

    #feedback-box h2{
      text-align: center;
      border-bottom: 1px solid #ddd;
      height: 40px;
      line-height: 40px;
      font-size: 23px;
      color: #414141;
      margin: 0;
    }

    #feedback-form{
      padding: 20px 25px;
      border-top: 1px solid #fff;
    }

    #feedback-form input, #feedback-form textarea, #feedback-form input[type="tel"], #feedback-form input[type="email"]
    {
      padding: 7px 10px;
      outline: none;
      border: 1px solid #ddd;
      border-radius: 3px;
    }

    #feedback-form textarea{
      resize: none;
      overflow-y: auto;
      width: 330px;
    }

    #feedback-form input, #feedback-form input[type="tel"], #feedback-form input[type="email"]
	{
      margin-left: 10px;
    }

    #feedback-form input[type="text"]:focus, #feedback-form input[type="tel"]:focus, #feedback-form input[type="email"]:focus, 
    #feedback-form textarea:focus{
      border: 1px solid #ccc;
    }

    #feedback-form #send, #reset{
      padding: 5px 20px;
    }

    #feedback-form .input-bloc{
      margin-bottom: 12px
    }

    #feedback-form .w1 label{
      display: inline-block;
      width: 110px;
    }

    #feedback-form .msg label{
      display: inline-block;
      margin-bottom: 6px;
    }

    .error-box{ font-size: 11px; margin-top: 0px; }
