/* CSS Document */
.button
{
  border: outset 6px;  background-color:#622605; width:150px; height:28px; text-align:center;      margin-bottom:75px; padding-top:20px; wrap:no-wrap;
}
.button:hover
{
  background-color: #B35327;
}
.button:active
{
  border: inset 6px #CD5327;
}
.button a
{
  text-decoration:none; color:#EAA963; font-weight:bold;font-family:Century Gothic; font-style:oblique; font-size:14px; margin-top:5px; 
}

.button a:hover
{
  color:#FFCA87; text-decoration:underline;
}

.button a:active
{
  color:#EA9750; text-decoration:underline;
}
.linkpartner
{
  text-align:center; color:#EAA963; font-family:Century Gothic, Verdana, Helvetica, sans-serif;  text-decoration:none; font-size:80%;
}

.linkpartner a
{
  text-align:center; font-family:Century Gothic, Verdana, Helvetica, sans-serif; text-decoration:none;
  color:#622605;
}

.linkpartner a:hover, .linkpartner a:active
{
  text-align:center; font-family:Century Gothic, Verdana, Helvetica, sans-serif; text-decoration:underline; color:#FF9963;
}
