.clear {clear: both}
.justify {text-align: justify}
.bold {font-weight:bold}

.small {font-size: 10px;}

.advantage {
  margin: 5px 0;
  clear: both;
}

.box {
  float: left;
  width: 322px;
}

.box ul {
  list-style: none;
  padding: 0 0 0 15px;
}

.box ul li a, .box ul li a:link, .box ul li a:visited {
  font-size: 13px;
  color: #949695;
  font-weight: bold;
}

.box ul .active a, .box ul .active a:link, .box ul .active a:visited {
  font-size: 13px;
  color: #4CA9D4;
  font-weight: bold;
}

.box ul li a:hover {
  font-size: 13px;
  color: #4CA9D4;
  font-weight: bold;
}

.box p, .box_middle p, .box_middle_extended p {
  text-align: justify;
  padding: 0 10px;
}

.box_right {
  float: left;
  padding-left: 15px;
  width: 303px;
}

.box_right p {
  padding: 0 10px;
}

.box_middle {
  float: left;
  width: 303px;
  padding-left: 15px;
  border-left: 1px solid #e3e3e3;
  border-right: 1px solid #e3e3e3;
}

.box a, box a:link, box a:visited, .box_middle a, .box_middle a:link, .box_middle a:visited,
.box_middle_extended a, .box_middle_extended a:link, .box_middle_extended a:visited {
  color: #000000;
  text-decoration: underline;
}

.box_middle ul {
list-style-image:none;
list-style-position:outside;
list-style-type:inherit;
}

.box_middle_extended {
  float: left;
  padding-left: 15px;
  border-left: 1px solid #e3e3e3;
  width: 615px;
}

.middle_menu_header {
  font-size: 13px;
  color: #000000;
  margin: 10px 0 10px 0;
  font-weight:bold;
}

.middle_menu_header a, .middle_menu_header a:link, .middle_menu_header a:visited {
  text-decoration: none;
  color: #000000;	
}

.middle_menu_header a:hover {
	text-decoration: underline;
}

.middle_menu_info {
  color: #949695;
  line-height: 14px;
}

.middle_menu_text {
  float: left;
  width: 260px;
}

.middle_menu_text_right {
  float: left;
  width: 240px;
}

.middle_menu_info a, .middle_menu_info a:link, .middle_menu_info a:visited , .middle_menu_info a:hover {
  color: #4ca9d4;
  font-weight: bold;
  text-decoration:none;
}

.middle_menu_image {
  float: left;
  margin: 25px 0 0 10px;
}

.input {
  background:transparent url(../images/input.png) no-repeat scroll 0 0;
  border:0 none;
  font-size:11px;
  height:25px;
  margin-right:3px;
  padding:6px 0 0 5px;
  width:126px;
}


.textarea {
  background:transparent url(../images/area.png) no-repeat scroll 0 0;
  clear:both;
  height:150px;
  width:300px;
  font-size:11px;
  border: none;
}

.submit {
  background: transparent url('../images/blue_button.png') no-repeat;
  border-width: 0;
  width: 108px;
  height: 30px;
  padding-bottom: 6px;
  font-size: 11px;
}

.owners {
  font-size: 13px;
  font-weight: bold;
  color: #444444;
  }
  
.owners li{
  padding: 5px 0;
  list-style-type: disc;
  }
  
.notice {
  height: 30px;
  padding-top: 10px;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  background-color: #A6F504;
}
    