<!--
body {
  color: #000;
  background: #fff url(images/gs_comp_fade.gif) right bottom fixed no-repeat;
  font-size: 77%;
  font-family: Verdana,Arial,Helvetica,sans-serif;
  text-align: left;
  margin: .7em .5em 0 .5em;
}

a {text-decoration: underline;}

a:link,a:visited {color: #c00; background-color: transparent;}
a:hover {color: #f00; background: #eee none;}

h1,h2,h3,h4 {
  font-weight: bold;
  margin-bottom: 2px;
}

h1 {
  width: auto;
  height: 160px;
  color: #000;
  background: transparent url('images/gsgarland_550.gif') 50% 0 no-repeat;
  font-size: 2em;
  text-align: center;
  padding: 0;
  border: 0;
  margin-top: 0;
}
 
h1 a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
}

h1 a:hover {color: #096; background: transparent; text-decoration: none;}

h1 span {margin-left: -3000px;}

h2 {font-size: 1.5em;}

h3 {margin-top: 1em; padding-top: 1em; border-top: 1px dotted #f00;}

p {font-size: 1em; line-height: 1.4em;}

.anchor {font-weight: normal; font-size: .8em;}

.innerTxt {color: #000; background: transparent none; font-weight: normal; font-size: 1em; margin-bottom: 1em;}
.smallred {color: #f00; background: transparent none; font-style: italic; font-size: .95em;}

#header {
  width: 550px;
  height: 160px;
  color: #000; background: transparent;
}

#main {
  width: 550px;
  margin: 1.5em 1em 0 1em;
  padding-top: 1em;
  padding-bottom: 1em;
  border-top: 1px dotted #f00;
}

#formbox {
  width: 500px;
  color: #000; background: transparent none;
  border: 1px solid #f00;
  margin: 1em auto;
  padding: 1em .5em;
  text-align: center;
}

form fieldset {display: none; border: 0;}

form table {margin: 0px 1em;}
form table td {color: #000; background: transparent; font-weight: bold; border: 0 solid #fff;}
form table th {width: 30%; color: #000; background: transparent; font-weight: bold; text-align: left; border: 0 solid #fff;}
form table td td {width: 15%; color: #000; background: transparent; font-weight: normal;}

form table td td.which {width: 70%; color: #000; background: transparent; font-weight: normal;}

textarea:focus,input:focus {color: #000; background-color: #ffd;}

a.button {display: block; font-weight: bold; font-size: 1em;}

a:link.button,a:visited.button {
  width: 4em;
  color: #066; background: #dedede none;
  text-decoration: none;
  text-align: center;
  margin: 0 auto;
  border-top: 2px solid #fff;
  border-right: 2px solid #666;
  border-bottom: 2px solid #666;
  border-left: 2px solid #fff;
}

a:hover.button {
  color: #096; background: #eee none;
  text-decoration: none;
  border-top: 2px solid #fff;
  border-right: 1px solid #060;
  border-bottom: 1px solid #060;
  border-left: 2px solid #fff;
}

a:active.button {
  color: #096; background: #eee none;
  text-decoration: none;
  border-top: 1px solid #666;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  border-left: 1px solid #666;
}

input.sendclear {
  color: #333; background-color: #dedede;
  font: italic bold 1em Arial,Helvetica,sans-serif;
  border-top: 2px solid #fff;
  border-right: 2px solid #900;
  border-bottom: 2px solid #900;
  border-left: 2px solid #fff;
}

.aside {color: #093; background: transparent none; font: italic normal 97% Arial,Helvetica,sans-serif;}

-->