@import "layout.css";
@import "contents.css";

/* common style */
body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	margin: 0px;
	padding: 0px;
	line-height: 1.2em;
	color: #333333;
}
a {
	color: #666666;
}
a:hover {
	color: #FF6600;
}
ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
/* use boldstyle font */
.bold{
	font-weight:bold;
}
/* contain images and photos */
.imagebox_L{
	float:left;
	margin:0px 10px 0px 0px;
	padding:0px;
}

.image-caption{
	font-size:0.9em;
}
.imagebox_R{
	float:right;
	margin:0px 0px 0px 10px;
	padding:0px 0px 0px 5px;
}
/* linkstyle */
.linkstyle1{
	background: url(../../../common/imges/link2.gif) no-repeat right center;
	padding-right: 16px;

}

/* external link */
.external{
	background: url(../../../common/imges/link.gif) no-repeat right center;
	padding-right: 1em;
}
/* pdf files links */
.pdflink1{
	background:url(../../../common/imges/pdficon_large.gif) no-repeat right bottom;
	padding: 32px 32px 0px 0px;
	margin: 3px 3px 0px 0px;
}

.pdflink2{
	background:url(../../../common/imges/pdficon_small.gif) no-repeat right bottom;
	padding: 17px 20px 0px 0px;
	margin-right: 3px;
}
/* for phonenumber */
.phonenumber{
	background: url(../../../common/imges/tel.gif) no-repeat left center;
	padding-left:18px;
}
.freedial{
	background:url(../../../common/imges/freedial.gif) no-repeat left center;
	padding-left: 18px;
}
/* for faxnumber */
.faxnumber{
	background: url(../../../common/imges/fax.gif) no-repeat left center;
	padding-left:18px;
}
/*  for E-mail address */
.mailaddress{
	background:url(../../../common/imges/mail.gif) no-repeat left center;
	padding-left:18px;
}
/* listmark styles */
.liststyle1{
	background: url(../../../common/imges/listmark3.gif) no-repeat left center;
	text-indent: 14px;
}

.liststyle2{
	background: url(../../../common/imges/listmark4.gif) no-repeat left center;
	text-indent: 14px;
}

.liststyle5{
	background: url(../../../common/imges/listmark3.gif) no-repeat left 0.5em;
	text-indent: 14px;
}
