body, html
{
   font-size: 82%;
   color: #5C6878;
   font-family: arial, verdana;
   height: 100%;
   margin: 0px;
   padding: 0px;
   text-align: center;
   background-color: #ADB1B4;
}
/*-------------------------------------------------*/
table
{
   font-family: arial, verdana;
}
/*-------------------------------------------------*/
td
{
   padding: 0px;
   vertical-align: top;
}
/*-------------------------------------------------*/
h1
{
    font-size: 130%; 
    font-family: arial, verdana;
}
/*-------------------------------------------------*/
h2
{
    font-size: 100%; 
    color: #990201;
    font-family: arial, verdana;
}
/*-------------------------------------------------*/
h3
{
    font-size: 120%; 
    line-height: 140%; 
    font-family: arial, verdana;
}
/*-------------------------------------------------*/
a:link
{
    color: #990100; 
}
/*-------------------------------------------------*/
a:visited
{
    color: #990100; 
}
/*-------------------------------------------------*/
a:hover
{
    color: #5C6878; 
    text-decoration: underline; 
}
/*-------------------------------------------------*/
a:active
{
    color: #990100; 
    text-decoration: none; 
}
/*-------------------------------------------------*/




a.winbutton
{
  border: solid 1px #333333;
  background-image: url('../../images/th.jpg');
  line-height: 20px;
  padding: 10px;
  color: black;
  font-family: arial;
  text-decoration: none;
}
/*-------------------------------------------------*/
a.winbutton:link
{
  border: solid 1px #333333;
  background-image: url('../../images/th.jpg');
  line-height: 20px;
  padding: 10px;
  color: black;
  font-family: arial;
  text-decoration: none;
}
/*-------------------------------------------------*/
a.winbutton:visited
{
    text-decoration: none;
}
/*-------------------------------------------------*/
a.winbutton:hover
{
    border: outset 1px #333333;
    text-decoration: none; 
}
/*-------------------------------------------------*/
a.winbutton:active
{
    border: inset 1px #333333;
    text-decoration: none; 
}
/*-------------------------------------------------*/

