body {
    background-color: #000000;
    margin: 0;
}

body, td {
   font-family: arial, verdana, sans-serif;
   font-size: 12px;
   color: #000000;
   line-height: 20px;
}

h1 {
  font-size: 22px;
  font-weight: bold;
  color: #0A4384;
}

h2 {
  font-size: 16px;
  font-weight: bold;
  color: #0A4384;
}

.m {
  color: #E61600;
  font-size: 14px;
  margin-left:30px;
}


a {
  color: #0E569A;
  text-decoration: underline;
}

a:hover {
  color: #04245B;
  text-decoration: underline;
}

a.selected {
  color: #E61600;
  text-decoration: underline;
  font-weight: bold;
}


a.tag {
  color: #E61600;
  text-decoration: none;
  padding: 2px;
  border: 1px solid transparent;
}

a.tag:hover {
  color: #E61600;
  text-decoration: none;
  border: 1px solid #000;
  padding: 2px;
  /*
  color: #FFFFFF;
  background-color: #E61600;
  text-decoration: none;
  */
}

a.white {
  color: #FFFFFF;
  text-decoration: none;
  font-weight: bold;
}

a.white:hover {
  color: #FFFFFF;
  text-decoration: underline;
  font-weight: bold;
}

.red {
    color: #E61600;
}

.small {
   font-size: 11px;
}

.header {
	background: url(../../images/head.png) no-repeat;
	width: 1000px;
	height: 238px;
	color: #FFFFFF;
}

.title_bg {
  background: url(../../images/titles.png) no-repeat;
  height: 68px;
  width: 1000px;
}

.footer {
  background: url(../../images/footer.png) no-repeat;
  height: 90px;
  width: 1000px;
}

.bg {
  height: 100%;
  background: url(../../images/bg.png) repeat-y;
}

html>body #dialog table {
  width: 500px;
  height: 500px;
  background: url(../../images/box.png) no-repeat top left;
}

#dialog table {
  width: 500px;
  height: 500px;
  background: url(../../images/box_ie.png) no-repeat top left;
}

#dialog td {
  vertical-align: top;
}

.close {
  margin: 35px 35px 0 35px;
  width: 430px;
  height: 20px;
  text-align: right;
}

#boxcontent {
  display: none;
  /*margin: 0 35px 35px 35px;*/
  width: 435px;
  /*height: 410px;*/
  /*overflow: auto;*/
}

li {
  margin-bottom: 20px;
}

.box_top {
 height: 18px;
 background: url(../../images/frame_top.png) no-repeat bottom;
}

.box_content {
 background: url(../../images/frame_bg.png) repeat-y;
 padding: 0 15px 0 15px;
}

.box_bottom {
 height: 18px;
 background: url(../../images/frame_bttom.png) no-repeat top;
}

.box2_top {
 height: 18px;
 background: url(../../images/frame2_top.png) no-repeat bottom;
}

.box2_content {
 background: url(../../images/frame2_bg.png) repeat-y;
 padding: 0 15px 0 15px;
}

.box2_bottom {
 height: 18px;
 background: url(../../images/frame2_bottom.png) no-repeat top;
}

.lead {
  padding:0 20px 0 20px;
  font-weight: bold;
  font-size: 14px;
  text-align: justify;
  color: #0A4384;
}

.date {
	color: #999999;
}
