body {
    color: #c0c0c0;
    font-family: Tahoma, Trebuchet MS, Georgia, Arial, Times New Roman;
    font-size: 8pt;
    background-color: #e1e1e1;
}

body{
    scrollbar-face-color: #e1e1e1;
    scrollbar-highlight-color: #969696;
    scrollbar-shadow-color: 969696;
    scrollbar-3dlight-color: #e1e1e1;
    scrollbar-arrow-color: #969696;
    scrollbar-track-color: #e1e1e1;
    scrollbar-darkshadow-color: #e1e1e1;

}

a:active {
    color: #000000;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
    cursor: pointer;   
}

a:link {
    color: #000000;
    font-weight: bold;
    text-decoration: underline;
    cursor: pointer;
}

a:visited {
    color: #000000;
    font-weight: bold;
    text-decoration: underline;
    cursor: pointer;
}

a:hover {
    color: #c0c0c0;
    font-weight: bold;
    text-decoration: underline;
    text-transform: uppercase;
    cursor: pointer;    
}

.header {
    border: 1px solid #c0c0c0;
    background-color: #969696;
    color: #c0c0c0;
    font-size: 8pt;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 2pt;
    padding: 3px;
}

.stats {
    border: 1px solid #c0c0c0;
    background-color: #969696;
    color: #c0c0c0;
    font-size: 8pt;
    text-align: center;
    width: 85%;
}

.imgstyle {
  border-bottom: 2px solid #969696;
  background-color: #c0c0c0;
  padding: 3px;
}

.foot {
    border-top: 1px dotted #c0c0c0;
    color: #c0c0c0;
    font-size: 10px;
    text-align: center;
}

/* navigation
--------------------------------------------------*/
a.navigate{
    display: block;
    padding-left: 2px;
    font-family: verdana;
    font-size: 9px;
    color: #c0c0c0;
    background-color: #969696;
    border-left: 1px solid #c0c0c0;
    border-right: 1px solid #c0c0c0;
    border-top: 0px solid #c0c0c0;
    border-bottom: 0px solid #c0c0c0;
    text-align: justify;
    line-height:15px;
    letter-spacing: 1px;
    font-weight: normal;
    text-decoration: none;
}

a.navigate:link  {
    display: block;
    padding-left: 2px;
    font-family: verdana;
    font-size: 9px;
    color: #c0c0c0;
    background-color: #969696;
    border-left: 1px solid #c0c0c0;
    border-right: 1px solid #c0c0c0;
    border-top: 0px solid #c0c0c0;
    border-bottom: 0px solid #c0c0c0;
    text-align: justify;
    line-height:15px;
    letter-spacing: 1px;
    font-weight: normal;
    text-decoration: none;
}

a.navigate:visited  {
    display: block;
    padding-left: 2px;
    color: #c0c0c0;
    background-color: #969696;
    border-left: 1px solid #c0c0c0;
    border-right: 1px solid #c0c0c0;
    border-top: 0px solid #c0c0c0;
    border-bottom: 0px solid #c0c0c0;
    font-family: verdana;
    font-size: 9px;
    text-align: justify;
    line-height:15px;
    letter-spacing: 1px;
    font-weight: normal;
    text-decoration: none;
}

a.navigate:hover  {
    display: block;
    padding-left: 2px;
    font-family: verdana;
    font-size: 9px;
    color: #c0c0c0;
    background-color: #525252;
    border-bottom: 0px solid #c0c0c0;
    border-right: 1px solid #c0c0c0;
    border-left: 1px solid #c0c0c0;
    text-align: justify;
    line-height:15px;
    letter-spacing: 1px;
    font-weight: bolder;
    text-decoration: none;
}

a.navigatebottom:link  {
    display: block;
    padding-left: 2px;
    font-family: verdana;
    font-size: 9px;
    color: #c0c0c0;
    background-color: #969696;
    border-left: 1px solid #969696;
    border-right: 1px solid #969696;
    border-top: 0px solid #969696;
    border-bottom: 1px solid #969696;
    text-align: justify;
    line-height:15px;
    letter-spacing: 1px;
    font-weight: normal;
    text-decoration: none;
}

a.navigatebottom:visited  {
    display: block;
    padding-left: 2px;
    color: #c0c0c0;
    background-color: #969696;
    border-left: 1px solid #c0c0c0;
    border-right: 1px solid #c0c0c0;
    border-top: 0px solid #ffdfef;
    border-bottom: 1px solid #c0c0c0;
    font-family: verdana;
    font-size: 9px;
    text-align: justify;
    line-height:15px;
    letter-spacing: 1px;
    font-weight: normal;
    text-decoration: none;
}

a.navigatebottom:hover  {
    display: block;
    padding-left: 2px;
    font-family: verdana;
    font-size: 9px;
    color: #c0c0c0;
    background-color: #525252;
    border-bottom: 1px solid #c0c0c0;
    border-right: 1px solid #c0c0c0;
    border-left: 1px solid #c0c0c0;
    text-align: justify;
    line-height:15px;
    letter-spacing: 1px;
    font-weight: bolder;
    text-decoration: none;
}

.blocktitle {
    text-align: center;
    text-transform:uppercase;
    font-size : 8pt; 
    line-height : 12px; 
    font-family : Tahoma, Arial, Helvetica, sans-serif; 
    font-weight:bold;
    color: #c0c0c0;
    background: #525252;
    padding: 2px;
    padding-left: 5px;
}

table {
    color: #c0c0c0;
    font-size: 8pt;
}

b, i {
    color: #c0c0c0;
    font-size: 8pt;
    text-transform: uppercase;
}

input, textarea { 
    font-family: Tahoma, Trebuchet MS, Georgia, Arial, Times New Roman;
    color: #c0c0c0;
    font-size: 8pt;
    border: 1px solid #c0c0c0;
    background-color: #969696;
}

.form, select, submit, reset {    
    font-family: Tahoma, Trebuchet MS, Georgia, Arial, Times New Roman;
    font-size: 8pt;
    color: #c0c0c0;
    background-color: #969696;
    border: 1px solid #c0c0c0;
}