  body {
	background:rgb(122,0,41);
    color: #e5ab39;
    font-family: Arial, Helvetica, sans-serif;
    margin:0;
    padding:0;
    font-size: 12px;
  }  
  a, a img, a:visited {
    text-decoration:none;
    border:0px none;
    color:#e5ab39;
  }
  a:active { /*???????????????????????*/
    text-decoration: underline;
    color:#e5ab39;
  }
  img{
  	border:3px solid #e5b944;
  }
  .news a {
    color:#8b0230;
  }
  .news {
    color:#8b0230;
  }
  input, textarea {
     border-color:#e5ab39;
     border-width:0px;
     border:solid 1px;
     background-color: #8b0230;
     color:#e5ab39;
     padding-left:3px;
     font-weight:bold;
  }
  .inputHighlighted{  /* Highlighting style */
    background-color:#dd3434;
    color:#ffffff;
    border:1px solid #e5ab39;
  } 
  .button
  {
     border-width:1px;
     background-color: #547fac;
     color:#ffffff;
  }
  .smalltext {
    font-size:9px;
  }
  h1 {
    font-size:1.8em;
    font-weight:bold;
  }
  h2 {
    font-size:1.4em;
    font-weight:bold;
  }
  h3 {
    font-size:1.2em;
    font-weight:bold;
  }
  h4 {
    font-size:1.0em;
    font-weight:bold;
  }
  ul {
    padding-left:20px;
    margin:2px;
    list-style-type:circle;
    text-align:left;
  }
 
	hr {
    width:80%;
    border:0px;
    height:2px;
    background-color:#d38562;
    color:#d38562;
  }
  .printheadline
  {
    display:none;
  }
  .print
  {
    display:none;
  }
  .ttf
  {
    cursor:pointer;
    vertical-align:top;
	border:none;
  }