@charset "utf-8";
/* CSS Document */

#pagetitle_license {
	background:url(../images/license_title.jpg) no-repeat; 
	width:880px;
	margin:0 auto;
	margin-left:5px;
	height:59px; 
	font-size:32px; 
	font-weight:bold; 
	text-align:left; 
	padding:20px 0 15px 15px;
	color:#FFFFFF;
	}

#license h3 {
	font-size:12px;
	text-align:left;
	font-weight:normal;
	margin:0;
	padding:0;
	}




#license table {
	border-bottom:#999999 1px solid;
	border-left:#999999 1px solid;
	}

#license table td {
	border-top:#999999 1px dotted;
	border-right:#999999 1px solid;
	}

#license table th {
	border-top:#999999 1px solid;
	border-right:#999999 1px solid;
	background-color:#FCF2E1;
	color:#0063A9;
	text-align:center;
	}
	
.bg {background-color:#E3EEF6;}