			body {
				background:#313031; margin-top: 3px; margin-left: 5px; margin-right: 5px; 
				font-family:Arial, sans-serif;
				font-size: 12px;
                text-align:center;
				scrollbar-face-color: #FF9B00; scrollbar-shadow-color: #FF6600;
				scrollbar-highlight-color: #FFCF01; scrollbar-3dlight-color: #FFCF01;
				scrollbar-darkshadow-color: #FF9A00; scrollbar-track-color: #FFCF01;
				scrollbar-arrow-color: #000000;
			}

            /* outer table */
            table.outer{
                margin-top:20px;
                width:80%;
                border:none 0;
                text-align:center;
            }

            table.header{
                width:100%;
                height:36px;
                border:none 0;
                border-collapse:collapse;

            }

            table.header td.left{ padding:0; width:116; background-image:url(images/header-left.png); }
            table.header td.middle{ padding:0; background-image:url(images/header-middle.png); }
            table.header td.right{ padding:0; width:50; background-image:url(images/header-right.png); }

			/* Menu */
			table.menu{
				width:100%;
				border:#000000 solid 1px;
				border-collapse:collapse;
			}
			td.menu{
				/* Font */
				color:#000000;
				text-align:center;
				font-family:arial;
				font-size:10pt;
				font-weight:bold;
				
				background:#FF9B00;
				border:solid 1px #000000;
			}

            td.menu_pic{
                height:324;
                background-image:url(images/jo.jpg);
            }

			a.menu:link {
				color:#000000;
				font-style:none;
				text-decoration:none;
			}
			a.menu:hover {
				color:#000000;
				font-style:none;
				text-decoration:none;
			}
			a.menu:visited {
				color:#000000;
				text-decoration:none;
			}
			a.menu:active {
				color:#B0B0B0;
			}
			a.menu:focus {
				color:#000000;
			}

			/* Content */
			table.content{
				width: 100%;
				border-collapse:collapse;
				border:#000000 solid 1px;
			}

			td.contentheader {
				background:#FF9A00;
				font-size:12pt;
				font-weight:bold;
				text-align:center;
				letter-spacing:2px;
			}

			td.contenttext {
				background: #101010;
				/* Font */
				color:#FFFFFF;
				text-align:left;
				font-family:arial;
				font-size:10pt;
				font-weight:normal;
                padding:10px;
			}

			a:link {
				color:#B0B0B0;
				font-style:none;
			}

			a:hover {
				color:#FFFFFF;
				font-style:none;
			}

			a:visited {
				color:#B0B0B0;
				text-decoration:none;
			}

			a:active {
				color:#B0B0B0;
				font-style:none;
			}

			a:focus {
				color:#FFFFFF;	
				font-style:none;
			}

            p {
                text-align:justify;
            }

            h4 {
                font-style:italic;
            }
