 #header {
      float:left;
      width:100%;
      background:#DAE0D2 url("/images/bg.gif") repeat-x bottom;
      font-size:93%;
      line-height:normal;
      }
    #header ul {
      margin:0;
      padding:10px 10px 0;
      list-style:none;
      }
    #header li {
      float:left;
      background:url("/images/norm_right.gif") no-repeat right top;
      margin:0;
      padding:0;
      }
    #header a {
      display:block;
      background:url("/images/norm_left.gif") no-repeat left top;
      padding:5px 15px 4px;
      }
    #header #current {
      background-image:url("/images/norm_right_on.gif");
      }
    #header #current a {
      background-image:url("/images/norm_left_on.gif");
      padding-bottom:5px;
      }
	  
	 .tableft
	 {
      float:rigt;
      width:20px;
      background: url("/images/tab_left1.gif") no-repeat right top;
      font-size:93%;
      line-height:normal;
      }
	  .tabright
	 {
      float:left;
      width:20px;
      background: url("/images/tab_right1.gif") no-repeat right top;
      font-size:93%;
      line-height:normal;
      }
	   .tabmiddle
	 {
      float:left;
      
      background: url("/images/tab_mid1.gif") repeat-x bottom;
      font-size:93%;
      line-height:normal;
      }

	.menutop {
		font-size: 10px;
		
		padding-right: 5px;
		padding-left: 5px;
		padding-bottom: 5px;
		border-bottom: 1px solid #9E9E9E;
	}
/* begin classes */
.box {
	border: 1px solid #999999;
	margin-bottom: 15px;
	background-color: #ffffff;
}

.title {
	background: #990000 url('/images/link_back.png') repeat-x;
	border-bottom: 1px solid #999999;
	color: #FFFFFF;padding-left:5px; padding-right:5px; padding-top:2px; padding-bottom:2px;
font-weight: bold;
	font-size: 13px;
}

.date {
	font-size: 10px;
	color: #A3A3A3;
}

.box_text {
	padding: 10px;
}
h1 {
	padding: 0;
	margin: 0;
	font-weight: bold;
	font-size: 13px;
}
h1 a:link {
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	font-size: 13px;
	padding: 0;
	margin: 0;
}

h1 a:visited {
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	font-size: 13px;
	padding: 0;
	margin: 0;
}

h1 a:hover {
	color: #ffffff;
	text-decoration: underline;
	font-weight: bold;
	font-size: 13px;
	padding: 0;
	margin: 0;
}

.currenttag {
color: #4A4A4A;
background: #ffffff;

font-weight:bold;
text-decoration:none;
border-top: 1px solid #9E9E9E;
border-left: 1px solid #9E9E9E;
border-right: 1px solid #9E9E9E;


}

.notcurrenttag {
background: #CCDBEE;
font-weight:normal;
text-decoration:none;
border-bottom: 1px solid #9E9E9E;
border-top: 1px solid #9E9E9E;
border-left: 1px solid #9E9E9E;
border-right: 1px solid #9E9E9E;

}

.more{float:right;padding-right:0px;}
.left{;float:left;margin-left:1px;overflow:hidden;}

