        body {
            padding: 0; 
            margin: 0; 
            background: #fff url(../img/bg_main.jpg) no-repeat top center;
            font-family: Tahoma, sans-serif;
            font-size: 8pt;
        }
		
		#txt, #submenu {
			font-family: Tahoma, sans-serif;
			font-size: 8pt;
			color: #555;
		}

		#txt a, #submenu a {
			color: #8f2510;
		}
		
		#txt table {
			font-family: Tahoma, sans-serif;
			font-size: 8pt;
			border-collapse: collapse;
			width: 470px;
		}
		
		#txt td, #txt th {
			border: 1px solid #ccc;
			padding: 5px;
		}
		
		#txt td.center {
			text-align: center;
		}
		
		#txt th {
			background: #bbb;
			color: #fff;
		}
        
        #txt h2 {
			font-family: Arial Narrow, sans-serif;
			font-size: 18pt;
            font-weight: normal;
            color: #f6841f;
		}
		
		#submenu table {
			font-family: Tahoma, sans-serif;
			font-size: 8pt;
			border-collapse: collapse;
			width: 150px;
		}
		
		#submenu td, #submenu th {
			border: 1px solid #ccc;
			padding: 5px;
		}
		
		#submenu td.center {
			text-align: center;
		}
		
		#submenu th {
			background: #bbb;
			color: #fff;
		}

        .action {
            padding: 0 0 0 40px;
            font-family: Tahoma, sans-serif;
			font-size: 8pt;
            color: #fff;
            margin: 0;
        }
        
        .action h2 {
			font-size: 24pt;
            font-family: Arial Narrow, sans-serif;
            font-weight: normal;
            padding: 20px 0 10px 0;
            margin: 0;
		}
        
        .action a {
			color: #fff;
		}
        
        #slideshow { 
            width: 398px; 
            height: 198px;
            overflow: hidden 
        }
        
        #slideshow1, #slideshow2, #slideshow3, #slideshow4, #slideshow5, 
        #slideshow6, #slideshow7, #slideshow8, #slideshow9, #slideshow10,
        #slideshow11, #slideshow12, #slideshow13, #slideshow14, #slideshow15,{ 
            width: 115px; 
            height: 115px;
            overflow: hidden 
        }
        
		.menu a {
			font-family: Arial Narrow, sans-serif;
			font-size: 16pt;
			text-decoration: none;
			color: #fff;
            font-weight: normal;
		}
		
		.menu a:hover {
			color: #fff584;
		}
