@charset "utf-8";
/* 
nt-ca site specific styles
*/
/* header title */
div.header_title {
	background: url(images/header.png) bottom center no-repeat;
}

div.header_title { behavior: url(/iepngfix.htc); }

div.header_title table h1 {
	color: #ffff00;
	font-size: 24px;
}

div.header_title table h2 {
	font-size: 26px;
}

div.header_title table h2:lang(en) {
	font-size: 45px;
}

div.header_title table h3 {
	font-size: 30px;
}

/* page title */
div.list_body div.title h1 {
	font-size: 28px;
}

div.list_body div.title h2 {
	font-size: 22px;
}

div.list_body div.title h4 {
	font-size: 18px;
}


table.map_data {
	margin: 10px 0;
	border-collapse: collapse;
}

table.map_data thead {
	background-color: #fed700;
}

table.map_data th,
table.map_data td {
	padding: 6px 4px;
	border: 1px solid #39a3dd;	
}

table.map_data td {
	text-align: right;
}

table.tech_data {
	margin: 10px 0;
	border-collapse: collapse;
}

table.tech_data thead {
	background-color: #fed700;
}

table.tech_data th,
table.tech_data td {
	padding: 6px 4px;
	border: 1px solid #39a3dd;	
}

table.tech_data td {
	text-align: center;
}

table.gallery {
	margin: 10px 0;
	border-collapse: collapse;
}

table.gallery thead {
	background-color: #08e8de;
}

table.gallery th,
table.gallery td {
	padding: 6px 4px;
	border: 1px solid #39a3dd;	
}

table.gallery td {
	text-align: center;
}

