@charset "utf-8";
/* CSS Document */

h1 {
	font-size:18px;
	font-weight:bold;
}

h2 {
	font-size:14px;
	font-weight:bold;
}

h3 {
	font-size:14px;
	font-weight:bold;
}

p, li, td {
	font-size:12px;
}

/*  HIDE THE EXTRANEOUS TEXT  */
table.contentpane td {
	display:none;
}
table.contentpane td.contentdescription {
	display:block;
}