@charset "utf-8";
/* CSS Document */

body { padding:0 0 0 0; margin:0 0 0 0; background-image:url(images/bg.jpg); background-position:top; font-family:trebuchet MS, arial; scrollbar-face-color: #51010f;
scrollbar-highlight-color: #9d2420;
scrollbar-3dlight-color: #a53a13;
scrollbar-darkshadow-color: #000000;
scrollbar-shadow-color: #660013;
scrollbar-arrow-color: #a53a13;
scrollbar-track-color: #2f1613; }
#global { width:980px; margin:auto; }
#top { background-image:url(images/top.jpg); height:160px; }
#menu { background-image:url(images/menu.jpg); height:25px; padding:5px 0 0 145px; font-size:14px;  }
#menu li { list-style:none; display:inline; color:#FFFFFF; }
#center { background-image:url(images/center.jpg); height:460px; padding:0 20px 0 170px; font-size:11px; text-align:justify; }
#bottom { background-image:url(images/bottom.jpg); height:35px; font-size:15px; text-align:right; padding:5px 70px 0 0; }
#bottom li { list-style:none; display:inline; color:#FFFFFF; }
h1 {font-size:22px; font-weight:bold; color:#a8b20d ; }
h2 {font-size:18px; font-weight:bold; color:#a8b20d ; }
h3 {font-size:15px; font-weight:bold; color:#a8b20d ; padding:0 0 0 0; margin:20px 0 0 0; }
h4 {font-size:14px; font-weight:bold; color:#000000 ; padding:0 0 0 0; margin:20px 0 0 0; }
p { padding:0 0 0 0; margin:10px 0 0 0; }
table {width:90%;}
#center li { list-style: none; list-style-position:inside; margin:0 0 0 -20; padding:0 0 0 0; }
#center ul { list-style: none; list-style-position:inside; margin:0 0 0 -20; padding:0 0 0 0; }
#menu li a {color:#FFFFFF; text-decoration:none; }
#menu li a:hover {color:#a8b20d; text-decoration:none;}
#bottom li a {color:#FFFFFF; text-decoration:none; }
#bottom li a:hover {color:#a8b20d; text-decoration:none;}
#footer { text-align:center; color:#666666; font-size:12px; }
#footer a { text-align:center; color:#666666; font-size:12px; text-decoration:none; }
.center { text-align:center; }
.left { text-align:left; }
.right { text-align:right; }
.justify { text-align:justify; }

ul.ppt {
	position: relative;
	margin:0 0 0 0;
	padding:0 0 0 0;
}

.ppt li {
	list-style-type: none;
	position: absolute;
	top: 0;
	left: 0;
}

.ppt img {
	border: 1px solid #e7e7e7;
	padding: 0;
	background-color: #ececec;

