/* Author: Sonfisher Webstudios*/

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

div.body {
padding: 0px;
margin: 0px;
background-image: url("images/bkg.gif");
width: 600px;
 }

 .menu {
 float: left;
 width: 145px;
 border: 0px;
 text-align: left;
 color: #afa289;
 font-weight: bold;
 font-family: arial;
 line-height: 30px;
 margin-left: 10px;
 margin-top: 15px;
 }
 
 .content {
 float: left;
 width: 415px;
 border: 0px;
 margin:  0px;
 text-align: left;
 }
 
 div.column {
 float: left;
 width: 150px;
 border: 0px;
 margin: 0px 10px 10px 0px;
 padding: 0px;
 text-align: left;
 }
 
 .clearboth { 
 clear: both; 
 }

address {
 background-color: #e6e6e5;
 border: 1px solid #f6cd7d;
 display: block;
 float:right;
 margin:  2px;
 margin-right: 50px;
 padding: 3px;
 text-align: left;
 width: 250px;
 }

 div.note {
 background-color: #e6e6e5;
 border: 1px solid #f6cd7d;
 margin:  2px;
 padding: 3px;
 text-align: left;
 width: 95%;
 }

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

 span.p { !important;
 color: red;
 font-size: 110%;
 font-weight: bold;
 }

 p {
 text-indent: 1cm;
 }

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

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

 tr.spout {
 visibility: hidden;
 }

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

 td.c1 {
 text-align: right;
 vertical-align: top;
 font-weight: bold;
 } 

 td.c2 {
 text-align: left;
 font-weight: normal;
 padding-left: 2px;
 vertical-align: top;
 } 

 td.mm {
 text-align: center;
 font-weight: bold;
 } 

 td.dd {
 text-align: left;
 width: 80px;
 }

 td.desc {
 text-align: left;
 }

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

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

 h2.center {
 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: #cc9966; text-decoration: none}
 a:active {   color: #a18679; text-decoration: underline}

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