/* CSS Document */

body 		{ 	background-color: #171715 ;
				background-image: url(../images/layout/bg.jpg) ; background-repeat: no-repeat ; background-attachment: fixed ; background-position: center ;
				
				font-family: Verdana, Arial, Helvetica, sans-serif ; color:#333333 ; 			
				font-size: 11px ;
				text-align: left ;
				vertical-align: top ;
				line-height: 1.5 ;
			
			}
			
a 			{	color: #990000 ;	}

a:hover 	{	text-decoration:underline;
				color: #FF0000 ;
			}
			
h1			{ 	font-size: 14px ;
				color: #990000 ;
				margin-left: 25px ;
			}
			
h2			{ 	font-size: 13px ;
				color: #990000 ;
				margin-left: 25px ;
			}
			
			
h3			{ 	font-size: 12px ;
				color: #990000 ;
				margin-left: 25px ;
			}
			
			
h4			{ 	font-size: 11px ;
				color: #990000 ;
				margin-left: 25px ;
			}
			
p			{	margin-left: 25px ;  }
			
			
.table		{ 	background-color:#FFFFFF ;
				filter:alpha(opacity=80) ;   	/* Internet Explorer       */
  				-moz-opacity:0.8 ;           	/* Mozilla 1.6 and below   */
  				opacity: 0.8 ;     				/* newer Mozilla and CSS-3 */
				vertical-align: top ;
			
			
			}
			

img		{ 	filter:alpha(opacity=100) ;   	/* Internet Explorer       */
  				-moz-opacity:1.0 ;           	/* Mozilla 1.6 and below   */
  				opacity:1.0 ;     				/* newer Mozilla and CSS-3 */
			
			
			}
			



.nav		{	background-image: url(../images/layout/bg-nav.jpg) ;
				height: 25px ; 
				font-size: 13px ; color: #FFFFFF ; font-weight: 300 ;
				padding-left: 105px ;
				padding-top: 3px ;
				color: #999999 ;
				
			}

.nav a:link						{  	color: #FFFFFF; text-decoration: none;}
.nav a:hover 					{  	color: #CCFF00; text-decoration: none;}
.nav a:visited  				{  	color: #FFFFFF; text-decoration: none;}


.footer		{	font-size: 10px ;
background-image:url(../images/layout/bg-fot.jpg) ; repeat:x ; 
}


#newsmenu {
	width: 270px;
	list-style-type: none;
    margin-left: 0px;
    padding-left: 0px   
	}
	
#newsmenu li a {
	height: 70px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 67px;
	text-decoration: none;
	}	
	
#newsmenu li a:link, #newsmenu li a:visited {
	color: #4B4A4A;
	font-weight: bold;
	font-size: 10px;
	display: block;
	background:  url(../images/menu/bg1.gif);
	padding: 5px 5px 0 10px;
	}
	
#newsmenu li a:hover {
	color: #000000;
	font-size: 10px;
	background:  url(../images/menu/bg1.gif) 0 -82px;
	padding: 5px 5px 0 10px;
	}
