	/* ----- NARC FMB-AQ V1.0 Gallery Table CSS File ----- */

table {
	margin-left: 0px;
	margin-right: 0px;
	border: 0px solid #000000;
	border-collapse: collapse;
}

caption {
	text-align: left;
	padding: 2px 0px 2px 2px;
	border: 2px solid #000000;
	background-color: #006699;
	color: #c2cfdb;
	font-weight: bold;
}

td, th {
	border: 0px solid #006699;
	padding: 5px;
}

.thumbnail {
	margin: 0px;
	border: 0px solid #000000;
}

.thumbnail td {
	text-align: center;
	width: 56px;
	}

.book {
	margin: 0px;
	border: 0px solid #000000;
}

.book td {
	text-align: center;
	vertical-align: top;
	width: 112px;
	}

.description {
	margin-left: 0px;
	margin-right: 0px;
	border: 0px solid #000000;
	font-size: 10px;
}

.description td {
	text-align: center;
	vertical-align: top;
	padding: 2px 7px 2px 7px;
	width: 112px;
	}


.wide {
	margin: 0px;
	border: 0px solid #000000;
}

.wide td {
	text-align: center;
	vertical-align: top;
	width: 140px;
	}

.widedescription {
	margin-left: 0px;
	margin-right: 0px;
	border: 0px solid #000000;
	font-size: 10px;
}

.widedescription td {
	text-align: center;
	vertical-align: top;
	padding: 2px 10px 2px 10px;
	width: 140px;
	}


	/* ----- PSEUDO CLASSES ----- */

.description a:link {
	color: #006699;
	text-decoration: none;
	border-bottom: none;
}


.description a:visited {
	color: #006699;
	text-decoration: none;
	border-bottom: none;
}



