@charset "utf-8";
body {
	margin: 0px;
	padding: 10px;
}
.h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #000000;
	letter-spacing: 1px;
	line-height: 43px;
}
.h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
	letter-spacing: 1px;
}
.h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	letter-spacing: 1px;
}

.Welcome {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
}
.main_txt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: justify;
	line-height: 16px;
}
.menu:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
	background-image: url(../images/menu_btn_up.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 45px;
	width: 80px;
	line-height: 45px;
}
.menu:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
	background-image: url(../images/menu_btn_up.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 45px;
	width: 80px;
	line-height: 45px;
}
.menu:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
	background-image: url(../images/menu_btn_over.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 45px;
	width: 80px;
	line-height: 45px;
}
.menu:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
	background-image: url(../images/menu_btn_up.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 45px;
	width: 80px;
	line-height: 45px;
}
.footer:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
}
.footer:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
}
.footer:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FF9900;
	text-decoration: underline;
}
.footer:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
}
.copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
}
.service_txt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
}

/* GALLERY SHADOW*/
.img-shadow {
  width:162px;
  height:162px;
  float:left;
  background: url(../images/shadowAlpha.png) no-repeat bottom right !important;
  background: url(../images/shadow.gif) no-repeat bottom right;
  margin: 10px 0 0 10px !important;
  margin: 10px 0 0 5px;
  }
#img-shadow-border {
  width:160px;
  height:160px;
  background-color:white;
  border: 1px solid #E4E4E4;
  margin: -6px 6px 6px -6px;
  text-align:center;
  }

.img-shadow img {
  background-color: #fff;
  padding: 4px;
  }


  /* NAVIGATION */
  .navi{
	color:#666666;
	width:90%;
	font-family:verdana,arial;
	font-size:11px;
  }
  .navi a{
	padding: 0.2em 0.5em 0.2em 0.5em;
	color:#666666;
	border: 1px solid #E4E4E4;
	text-decoration: none;
  }
  .navi a:hover{
	color:#E4E4E4;
	background-color:#666666;
	border: 1px solid #E4E4E4;
  }
  .selected_page{
	padding: 0.2em 0.5em 0.2em 0.5em;
	color:#E4E4E4;
	background-color:#666666;
	border: 1px solid #E4E4E4;
  }

