h1 {
	color: #333333;
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	font-family: Arial;
}

h2 {
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	font-family: Arial;
	padding: 0px;
	margin: 0px;
}

/* ***** Boxes ***** */

.box {
  text-align: left;
  padding: 0;
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 5px;
}

.box table {
  clear: both;
  width: 100%;
  margin: 0;
}

.box td {
  padding: 0;
  margin: 0;
}

.box_11 {
  height: 5px;
  width: 6px;
  background-image:url(images/box/box-none-1.1.png);
  background-repeat: no-repeat;
  background-position: left bottom;
}
.boxtitle .box_11 {
  height: 23px;
  background-image:url(images/box/box-title-1.1.png);
}

.box_12 {
  height: 5px;
  vertical-align: top;
  padding: 0;
  margin: 0;
  background-image: none;
  background-color: #fff;
}

.boxtitle .box_12 {
  height: 23px;
  background-image:url(images/box/box-title-1.2.png);
  background-repeat:repeat-x;
}

.box_12 .box-title-h2,
.box_12 .box-title-h1,
.box_12 .box-title-h0
{
  font-size: 12px;
  color: #fff;
  font-weight: bold;
  margin: 0;
  padding: 0;
  margin-left: 5px;
  margin-top: 4px;
  font-family: Verdana, sans-serif;
}
.box_12 .box-title-h1,
.box_12 .box-title-h1 a,
.box_12 .box-title-h1 a:visited,
.box_12 .box-title-h1 a:hover,
.box_12 .box-title-h1 a:active,
.box_12 .box-title-h2,
.box_12 .box-title-h2 a,
.box_12 .box-title-h2 a:visited,
.box_12 .box-title-h2 a:hover,
.box_12 .box-title-h2 a:active {
  color: #fff;
  text-decoration: none;
}

.box-title {
  color: #333;
  border-bottom: 1px solid #333;
}

h3.box-title,
h2.title {
  color: #333;
  font-size: 12px;
  border-top: 1px solid #ccf;
  border-bottom: 1px solid #ccf;
  background-color: #eef;
  padding: 5px;
}


.box_13 {
  width: 5px;
  height: 5px;
  background-image: none;
  background-color: #fff;
}
.boxtitle .box_13 {
  height: 23px;
  background-image:url(images/box/box-title-1.3.png);
  background-position: left bottom;
}

.box_21 {
  width: 5px;
  background-image: url(images/box/pixel.gif);
  background-repeat: repeat-y;
  background-position: left;
}

.box_22_inner {
  margin: 0;
  /*margin-left: 1px;*/
  padding: 0;
  background-color: #fff;
  border-left:   1px solid #d8d8d8;
  border-right:  1px solid #f4f4f4;
  padding-top: 6px;
  padding-left: 8px;
  padding-right: 8px;
  margin-left: 1px;
}
.box_23 {
  width: 5px;
  background-image: url(images/box/pixel.gif);
  background-repeat: repeat-y;
  background-position: right;
}
.box_31 {
  width: 6px;
  height: 8px;
  background-image:url(images/box/box-3.1.png);
  background-position: right top;
  background-repeat: no-repeat;
}
.box_32 {
  height: 8px;
  background-image: url(images/box/box-3.2.png);
  background-repeat: repeat-x;
  background-position: top;
}
.box_33 {
  width: 5px;
  height: 8px;
  background-image:url(images/box/box-3.3.png);
  background-position: left top;
  background-repeat: no-repeat;
}

