a:link {
color: #EC7614;
text-decoration: none;
	outline: none;
}

a:visited {
color: #EC7614;
text-decoration: none;
}

a:hover {
color: #FF0000;
text-decoration: none;
}

a:active {
color: #EC7614;
text-decoration: none;
}

.body {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #333;
	background: url(../img/index_bg.gif) repeat;
}
.content {
   background: url(../img/static/bg_main.gif) bottom center no-repeat; 
   background-color: #FFFFFF;
   height: 483px;
}
.table {
   border-left: 2px solid #FFFFFF;
   border-top: 2px solid #FFFFFF;   
   border-bottom: 2px solid #AAAAAA;      
   border-right: 2px solid #CCCCCC;   
   width: 800px;      
}
.menue {
   background: #E9E9E9; 
   border-top: 1px solid #128AD1; 
   padding: 10px; 
   color: #000000; 
   font-size: 14px; 
   font-weight: bold; 
   font-family: Arial;
   letter-spacing: 0.03em; }
.submenue {
   background: #F8F8F8; 
   border-bottom: 1px solid #128AD1;
   padding: 10px; 
   color: #000000; 
   font-size: 12px; 
   font-weight: bold; 
   font-family: Arial;
   letter-spacing: 0.1em; }
.info{
   padding: 10px; 
   color: #000000; 
   font-size: 12px; 
   font-family: Trebuchet MS,Arial;  }
