/* This is the standart configuation of the whole document */
body {font-family: "Arial,Tahoma,Helvetica,Verdana"; color: #993300; font-size:12px;}
table {font-family: "Arial,Tahoma,Helvetica,Verdana"; color: #993300; font-size:12px;}

/* href's standart config */
a:active {
	text-decoration: none;
	font-family: "Arial,Tahoma,Helvetica,Verdana";
	color: #CC0000;
	font-size: 12px;
	font-weight: bold;
}   
/* selected link */
a:visited {
	text-decoration: none;
	font-family: "Arial,Tahoma,Helvetica,Verdana";
	color: #CC0000;
	font-size: 12px;
	font-weight: bold;
}  
/* visited link */
a:link {
	text-decoration: none;
	font-family: "Arial,Tahoma,Helvetica,Verdana";
	color: #CC0000;
	font-size: 12px;
	font-weight: bold;
}     
/* unvisited link */
a:hover {
	text-decoration: underline;
	font-family: "Arial,Tahoma,Helvetica,Verdana";
	color: #CC0000;
	font-size: 12px;
	font-weight: bold;
}   
/* mouse over link */

.side {
	text-decoration: none;
	font-family: "Arial,Tahoma,Helvetica,Verdana";
	color: #993300;
	font-size: 12px;
	font-style: italic;
	line-height: 20px;
}
.bottom {
	text-decoration: none;
	font-family: "Arial,Tahoma,Helvetica,Verdana";
	color: #993300;
	font-size: 10px;
}
a.navbottom:link     { color: #CC0000; font-variant: normal; font-weight: normal; font-size: 10px; font-family:Arial,Tahoma,Helvetica,Verdana; text-decoration: none }
a.navbottom:visited  { color: #CC0000; font-variant: normal; font-weight: normal;  font-size: 10px; font-family: Arial,Tahoma,Helvetica,Verdana; text-decoration: none }
a.navbottom:hover    { color: #CC0000; font-variant: normal; font-weight: normal;  font-size: 10px; font-family: Arial,Tahoma,Helvetica,Verdana; text-decoration: underline }
a.navbottom:active   { color: #CC0000; font-variant: normal; font-weight: normal;  font-size: 10px; font-family:Arial,Tahoma,Helvetica,Verdana; text-decoration: none }

td.back 
{ 
background-color:#000000; 
background-image:url(images/SideBG.jpg); 
} 


