html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, font, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td {	margin: 0;	padding: 0;	border: 0;	outline: 0;	font-size: 100%;	vertical-align: baseline;	background: transparent;}
body {	line-height: 1;}
ol, ul {	list-style: none;}
blockquote, q {	quotes: none;}
:focus {	outline: 0;}
ins {	text-decoration: none;}
del {	text-decoration: line-through;}
table {	border-collapse: collapse;	border-spacing: 0;}


body {
  text-align: center;
  background: #2928aa url(/files/graphic/bg_site.gif) repeat-x left top;
}

div.content {
  text-align: left;
  margin: 0 auto;
  width: 1014px;
  background: transparent url(/files/graphic/left_shadow.png) repeat-y left top;
}

div.content2 {
  background: transparent url(/files/graphic/right_shadow.png) repeat-y right top;
  padding: 0px 12px;
}

ul.menu {
  margin: -10px 0px 0px -10px;
  width: 800px;
  height: 38px;
}

ul.menu li {
  float: left;
  height: 38px;
}

div.body {
  
  background: url(/files/graphic/bg_body.jpg) repeat-y right top;
}

div.left {
  width: 200px;
  float: left;
}
div.left p {
  color: white;
  margin: 3px;
  padding: 3px;
  border: 1px blue solid;
  font: normal 12px Verdana;
}
ul.menu2 li {
  border-bottom: 1px blue solid;
  border-left: 10px #010066 solid;
}
ul.menu2 li.cool {
  border: 1px rgb(255,0,0) solid;
}
ul.menu2 li.on {
  background: #99ccff;
  border-left: 10px blue solid;
}
ul.menu2 li.on a {
  color: black;
}
ul.menu2 li a {
  margin: 0px 1px 0px 0px;
  padding: 5px 5px;
  font: bold 12px Verdana;
  color: white;
  text-decoration: none;
  display: block;
  

}
ul.menu2 li small {
  font: bold 10px Verdana;

}
div.right {
  float: left;
  width: 790px;
  overflow: hidden;
}
div.text {
  width: 770px;
  padding: 10px;
  background: #ccd1e4;
  font: normal 12px Verdana;
  color: black;
  position: relative;
}

div.text h1 {
  font: bold 18px Verdana;
  color: black;
  padding: 10px 0px;
  border-bottom: 1px black solid;
  margin-bottom: 10px;
}

div.text h2 {
  font: bold 20px Verdana;
  color: black;
  padding: 10px 0px;
}

div.text h3 {
  font: bold 14px Verdana;
  color: black;
  padding: 10px 0px;
}

div.text p {
  padding: 10px 0px;
}

div.text th {
  padding: 3px;
  vertical-align: top;
  text-align: left;
}

div.text td {
  padding: 3px;
  vertical-align: top;
}

div.foot {
  background: #111111 url(/files/graphic/bg_foot.jpg) repeat-x top left;
  padding: 7px 0px 4px 0px;
  text-align: center;
  font: normal 10px Verdana;
  color: #777777;
}

div.foot a {
  color: #cccccc;
  text-decoration: none;
}
div.foot a.sky{
  font: normal 10px Verdana;
  color: #777777;
}
div.foot a:hover {
  color: #666666;
}

div.foot span a {
  font-size: 8px;
}

table.dlist {
  width: 770px;
}

table.dlist td {
  padding: 5px;
  border: 1px #999999 solid;
}
table.dlist th {
  padding: 5px;
}
table.dlist img {
}