/* Copyright (c) 2000, Maxxim Kochegarov, maxx@rc5.aha.ru */

/* Global Styles */

BODY {
font: 13px Arial, sans-serif; 
}
UL {
font: 13px Arial, sans-serif; 
}
H1 {
font: bold 17px Arial, sans-serif; 
text-align: right;
margin: 1em 1em 0em 0em;
}
H2 {
font: bold 15px Arial, sans-serif; 
text-align: right;
margin: 1em 1em 0em 0em;
}
P {
font: 13px Arial, sans-serif; 
text-align: justify;
}
A {
color: #7575FF;
text-decoration: none;
}
A:VISITED {
color: #CA5BFF;
text-decoration: none;
}
A:HOVER {
color: #FF009;
text-decoration: underline;
}
TH {
font: bold 14px Arial, sans-serif; 
text-align: center;
}
TD {
font: 13px Arial, sans-serif; 
}

/* Stats Table Styles */

TH.stats {
font: bold 13px Arial, sans-serif; 
text-align: center;
background-color: #d8c7b8;
}
TD.stats {
font: 11px Arial, sans-serif; 
background-color: #e3d9ce;
}


/* Navigation Bar Styles */

A.nav { 
font: bold; 
}
TD.navline {
font: bold;
background-color: #cecfff;
}
TR.navbar1 {
background-color: #d8c7b8;
}
TR.navbar2 {
background-color: #e3d9ce;
}
TD.navbarselect {
font: bold;
background-color: #e3d9ce;
}
TD.navbarempty {
background-color: #F4F2EE;
}

/* Footer Styles */

TD.footer {
font: 11px; 
}