/* CSS Document */

@import "common.css" ;

.detailBox table{
	border-collapse: collapse;
	border-bottom: 1px dashed #94C0FA;
	margin-top: 15px;
}
.detailBox table tr td.gbox{
	vertical-align: top;
	width: 269px;
	margin-bottom: 20px;
}
.detailBox table tr td.gbox img{ width: 90px; display: block; float: left;}
.detailBox table tr td.gbox p,
.detailBox table tr td.gbox h3{
	border: none;
	width: 169px;
	margin-left: 95px !important;
	margin-right: 5px;
}
.detailBox table tr td.gbox h3{ margin-top: 0; margin-left: 0;}
.detailBox table tr td.gbox p{	margin-bottom: 20px;}

#copy1 {
font-size:110%;
font-weight:bold;
text-align:center;
padding:10px;
border:#8DB3E2 solid;
border-bottom-width:1px;
border-top-width:1px;
border-left-width:10px;
border-right-width:10px;
}