body {
  margin:10px;
  background-image: url(background.png);
  background-attachment: fixed;
}

body, table {
  font-family:       verdana;
  font-weight:       bold;
  font-size:         12px;
  font-style:        normal;
  text-align:        left;
  color:             #000000;
}

img {
  border-width:      0px 0px;
}

hr {
  width: 450px;
  color: #ffb629;
}

b {
  font-family: arial;
  font-size:   12pt;
  font-weight: bigger;
}

i {
  font-size: 10px;
}

.news {
  font-weight: normal;
  font-size:   10px;
}

input {
  font-family:      verdana;
  font-size:        10px;
  font-weight:      normal;
  color:            #000000;
  border:           1px solid black;
}

textarea {
  font-family:      verdana;
  font-size:        10px;
  font-weight:      normal;
  color:            #000000;
  border:           1px solid black;
}

.submitbutton {
  font-family:      verdana;
  font-size:        10px;
  font-weight:      bold;
  color:            #aaaaaa;
  border:           2px solid black;
  background-image: url(template_left_title.gif);
}
.submitbutton:hover {
  color: #000000;
}

a:link, a:visited{
  font-family:       verdana;
  font-weight:       bold;
  font-size:         12px;
  font-style:        normal;
  text-align:        left;
  text-decoration:   none;
  color:             #aaaaaa;
}
a:hover {
  color:             #000000;
}

.sidebar_title {
  font-family:       verdana;
  font-weight:       bold;
  font-size:         12px;
  font-style:        italic;
  padding-top:       4px;
  width:             217;
  height:            22;
  text-align:        center;

  display: block;
  padding: 2px 4px;

  background-image: -webkit-linear-gradient(#ffce6f, #c92); 
  background-image: -moz-linear-gradient(#ffce6f, #c92); 
  background-image: -o-linear-gradient(#ffce6f, #c92); 
  background-image: linear-gradient(#ffce6f, #c92);
  
  color: #fff;
  
  text-shadow: #b81 1px 1px, #b81 -1px 1px, #b81 -1px -1px, #b81 1px -1px;
}

.title {
  font-family:       verdana;
  font-weight:       bold;
  font-size:         14px;
  font-style:        italic;
  padding-top:       2px;
  height:            22;
  text-align:        center;

  display: block;
  padding: 2px 4px;

  background-image: -webkit-linear-gradient(#ffce6f, #c92); 
  background-image: -moz-linear-gradient(#ffce6f, #c92); 
  background-image: -o-linear-gradient(#ffce6f, #c92); 
  background-image: linear-gradient(#ffce6f, #c92);
  
  color: #fff;
  
  text-shadow: #b81 1px 1px, #b81 -1px 1px, #b81 -1px -1px, #b81 1px -1px;
  
}

#HeaderText {
  padding-top: 80px;
  padding-right: 20px;
  text-align: right;
  font-size: 40px;
  line-height: 100%;
  font-weight: bolder;
  color: #ffb629;
  text-shadow: #000 3px 3px 1px, #000 -3px 3px 1px, #000 -3px -3px 1px, #000 3px -3px 1px;
}