.body_main
{
	background: #000000 url(images/bg.jpg);
	margin: 25px;
	overflow: auto;
	scrollbar-face-color: #660000;
	scrollbar-highlight-color: #660000;
	scrollbar-3dlight-color: #990000;
	scrollbar-darkshadow-color: #2C0000;
	scrollbar-shadow-color: #2C0000;
	scrollbar-arrow-color: #000000;
	scrollbar-track-color: #1E0000;	
}

.table_main
{
	background: #000000 url(images/bg_main.jpg);
	border: solid 1px #CF0000;
}

.table_content
{
	background: #000000 url(images/bg_content.jpg);
	border: solid 1px #CF0000;
	color: White;
}

.content
{	
	background-color: transparent;
	font-size: 12px;
	font-family: Tahoma;
	text-align: justify;
	color: #E0DFDF;
	margin-top: 2;
	margin-left: 2;
	margin-right: 8;
	margin-bottom: 2;
	scrollbar-face-color: #660000;
	scrollbar-highlight-color: #660000;
	scrollbar-3dlight-color: #990000;
	scrollbar-darkshadow-color: #2C0000;
	scrollbar-shadow-color: #2C0000;
	scrollbar-arrow-color: #000000;
	scrollbar-track-color: #1E0000;	
}

.Titles
{
	/*color: #FE7E1F;*/
	color: #E0DFDF;
	font-weight: bold;
}

.Images
{
	border-width: 1px;
	border-style: solid;
	border-color: #C70000;
}

.menu_band 
{
	background-color: #000000; 
	filter: alpha(opacity=90); 
	-moz-opacity: 0.9;          
	opacity: 0.9;  
	border-width: 1px;
	border-style: solid;
	border-color: #FF0000;
	visibility: hidden;
    position: absolute;
}

.menu_band td 
{
	height: 21px; 
	width: 180px; 
	padding: 2px;
}

.link_yellow
{
	color: #FF9900; 
	text-decoration: none;
	font-weight: normal;
}

.link_yellow:hover 
{
	color: #FF0000; 
	text-decoration: none;
}

.link_yellow_bold
{
	color: #FF9900;
	font-weight: bold;
	font-size: 12px;
	font-family: Tahoma;
	text-decoration: none;
}

.link_orange
{
	color: #FF6633; 
	text-decoration: none;
}

.link_orange:hover 
{
	color: #FF0000; 
	text-decoration: none;
}

.link_orange_bold
{
	color: #FF6633; 
	text-decoration: none;
	font-weight: bold;
}

.link_orange_bold:hover 
{
	color: #FF0000; 
	text-decoration: none;
}

.div_line_red 
{
	border-bottom: solid 1px #FF0000;
	border-left: none;
	border-right: none;
	border-top: none;
	margin: 0px;
	padding: 0px;
}

.intro_leftmenu
{
	padding: 10px; 
	padding-top: 3px;
}



	