body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #fff;
}

h1 {
	font-size: 14pt;
	text-transform: capitalize; 
	color: #003366; 
}
h2 {
	font-size: 13pt; 
	color: #003366; 
	text-decoration: none;
}
h3 {
	font-size: 12pt; 
	color: #000; 
}

h1, h2, h3, h4, h5, h6	{	
	font-family: "Times New Roman", Times, serif; 
	font-weight: bold;
	margin: 1em 0 1em 0;
	padding: 0;
	text-decoration: none;
}

.noMargin {margin: 0; padding: 0;}

/* ===== HYPERLINK STYLES ===== */

/* Default */
a:link {color: #003366;} 
a:visited {color: #666;} 
a:hover {color: #999;} 

/* No text-decoration */
a.noDecoration {
	text-decoration: none;
}
a.noDecoration:hover {
	text-decoration: underline;
}

/* Structural links: no decoration, grey link, Tanap-blue hover */
a.linkStruct {
	font-size: 80%;
	color: #666;
	text-decoration: none;
}
a.linkStruct:hover {
	color: #003366;
	text-decoration: underline;
}

/* Submenu links */
.subMenu a:link, .subMenu a:visited {
	clear: both;
	display: block;
	margin: 0;
	padding: 0;
	font-size: 11px; 
	font-weight: normal;
	color: #000066;
	text-decoration: none;
}
.subMenu a:hover {
	color: #000066;
	text-decoration: underline;
}

/* ===== Table styles ===== */

th { text-align: left; }

td.labelLightBlue {	
	font: bold 12pt "Times New Roman", Times, serif; 
	color: #000;
	text-decoration: none;
	background-color: #F6F8FA;
}

/* ===== Archives: Archives keeping VOC documents ===== */

/* ======================= */

/* !!!obsolete */
.pageTitle {
	font-family: "Times New Roman", Times, serif; 
	font-size: 14pt; 
	font-weight: bold; 
	text-transform: capitalize; 
	color: #003366; 
	text-decoration: none;
}
/* !!!obsolete */
.pageTitleCopy { 
	font-family: "Times New Roman", Times, serif; 
	font-size: 14pt; 
	font-weight: bold; 
	text-transform: none; 
	color: #003366; 
	text-decoration: none; 
}

.subTitle {
	font-family: "Times New Roman", Times, serif; 
	font-size: 13pt; 
	font-weight: bold; 
	color: #333333; 
	text-decoration: none;
}

.bodyText {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10pt; 
	color: #000000; 
	text-decoration: none;
}

.italicText {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10pt; 
	font-style: italic; 
	color: #333333; 
	text-decoration: none;
}

.footNote {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 8pt; 
	color: #333333; 
	text-decoration: none;
}

.italicboldtext {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10pt; 
	font-style: italic; 
	font-weight: bold; 
	color: #000000; 
	text-decoration: none;
}

.boldtext {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10pt; 
	font-weight: bold; 
	color: #000000; 
	text-decoration: none;
}

.acronymText {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 9pt; 
	text-transform: none; 
	color: #000000; 
	text-decoration: none;
}
/* !!!!obsolete */
.menuItem {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	font-weight: normal; 
	color: #000066;
	text-decoration: none;
}
/* !!!!obsolete */
.menuItemBold {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	font-weight: bold; 
	color: #000066; 
	text-decoration: none; 
	line-height: 12px;
}


/* obsolete
.footNoteCall {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 7pt; color: #333333; 
	text-decoration: none; 
	clip: 	rect(); 
	font-weight: bold;
}
*/

.menuItemRight {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	font-weight: normal; 
	color: #000000; 
	text-decoration: none; 
	line-height: 12px;
}

.parTitle {
	font-family: "Times New Roman", Times, serif; 
	font-size: 12pt; 
	font-weight: bold; 
	color: #000000; 
	text-decoration: none;
}

.smallCaps {
	font-family: "Times New Roman", Times, serif; 
	font-size: 10pt; 
	text-transform: capitalize; 
	color: #000000; 
	font-weight: bold;
}

/* "imageText" will be replaced by "smallItalic" */
.imageText {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 8pt; 
	font-style: italic; 
	font-weight: normal;
}

.smallItalic {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 8pt; 
	font-style: italic; 
	font-weight: normal;
}



.tableText {
	font-family: "Courier New", Courier, mono; 
	font-size: 8pt; 
	font-weight: normal; 
	color: #000000;
}

.phantomTitle {
	font-family: "Times New Roman", Times, serif; 
	font-size: 14pt; 
	font-weight: bold; 
	text-transform: capitalize; 
	color: #CCCCCC; 
	text-decoration: none; 
}

.bottomLinks { 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 8pt; 
	font-weight: normal;
}

#navBottom {
	margin: 0;
	margin-top: 1em;
	padding: 1em 0 1em 0;
	font-size: 8pt;
	text-align: center;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
}
#navBottom a:link, #navBottom a:visited {
	text-decoration: none;
}
#navBottom a:hover {
	color: #000;
	text-decoration: underline;
}

.topLinks { 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 7pt; 
	font-weight: normal; 
}

.boldsmallText { 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 8pt; 
	color: #333333; 
	text-decoration: none ; 
	font-weight: bold;
}

p {
	font-size: 10pt; 
	color: #000; 
	text-decoration: none;
}

li { 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10pt; 
	color: #000000; 
	text-decoration: none;
	}

table {
	font-size: 100%;
}

td { 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10pt; 
	color: #000000; 
	text-decoration: none;
}

.linkTitle { 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12pt; 
	font-weight: bold; 
	text-transform: capitalize; 
	color: #669933; 
	text-decoration: none;
}

ul { 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10pt; 
	color: #000000; 
	text-decoration: none;
}

ol { 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10pt; 
	color: #000000; 
	text-decoration: none; 
}

.linkTitleCopy { 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12pt; 
	font-weight: bold; 
	text-transform: none; 
	color: #669933; 
	text-decoration: none; 
}

.tableTextCopy { 
	font-family: "Courier New", Courier, mono; 
	font-size: 9pt; 
	font-weight: normal; 
	color: #000000; 
}

.noDisplay {
	font-size: 1px;
	color: #fff;
	padding: 0;
	margin: 0;
	height: 1px;
	visibility: hidden;
}

#HNphantom {
	font-size: 1px;
	color: #fff;
	padding: 0;
	margin: 0;
	visibility: hidden;
	display: none;
}