<style type="text/css">
<!--

body {
margin: 0px;
padding: 0px;
background-color:#FFFFFF;
 }

div.body {
padding: 0px;
margin: 0px;
width: 600px;
 }

 .menu {
display: none;
 }
 
 .content {
 width: 600px;
 border: 0px;
 margin:  0px;
 text-align: left;
 }
 
 .clearboth { 
 clear: both; 
 }

.footer {
 text-align: center;
 color: #a18679;
 font-size: 12px;
 font-weight: bold;
 padding: 15px;
 }

 p {
 text-indent: 1cm
 }

 p.center {
 text-indent: 0cm;
 text-align: center;
 }

 p.plain {
 text-indent: 0cm;
 }

 h1 {
 color: #837060;
 font-size: 22px;
 text-align: center;
 }

 h2 {
 color: #251703;
 font-size: 18px;
 line-height: 5px;
 font-weight: bold;
 font-style: italic;
 text-align: center;
 }

 .faq {
 color: #251703;
 font-size: 18px;
 font-weight: bold;
 font-style: italic;
 text-align: left;
 }

 a:link {color: #a18679; text-decoration: underline}
 a:visited {color: #a18679; text-decoration: underline}
 a:hover {color: #a18679; text-decoration: none}
 a:active {color: #a18679; text-decoration: underline}

 a.link:link {color: #a18679; text-decoration: none}
 a.link:visited {color: #a18679; text-decoration: none}
 a.link:hover {color: #afa289; text-decoration: none}
 a.link:active {color: #a18679; text-decoration: none}
