/* CSS Document */

/* MFLF Stylesheet for PRINTING */

/* globals */
body {
	font-family:Arial, sans-serif; 
	font-size: 10pt; /* use points for printing, as em is for screen display */
	font-weight: normal;
	color: black;
	text-align: justify;
	/*background: #cdb56f;*/
	background-color: white;
}

#tabs {
	display: none;
}

/* For Opera 8 */
.mcli-box-content {
	background-color: white;
}

/* JUSTIFY TEXT */
blockquote { 
	text-align: justify;
	font-size: 9pt;
}
p { text-align: justify;}
ul { text-align: justify;}


h2 { 
	font-size: 12pt;
	font-weight: bold;
	border-bottom: 2px solid #bbb;
}

h3 { 
	font-size: 12pt;
	font-style: italic;
	font-weight: bold;
}

/* italic because it is a sub-heading */
h4 { 
	font-size: 11pt;
	font-style: italic;
	font-weight: bold;
	border-bottom: 2px solid #ccc;
}

/* italic because it is a sub-heading in lists */
h5 {
	font-style: italic;
	font-weight: bold;
}


#banner, #banner1, #banner2 {
	width: 400pt;
	height: 100pt;
}

/* don't print the navigation menu*/
#menucolumn{
	visibility: collapse; /* the CSS standard, but no browser uses it yet */
	display: none;
}

#td-format {
	width: 100%;
}

#cpr {
	font-size: 8pt;
} 

#footer a:link {
	font-size: 8pt;
}

#footer a:visited {
	font-size: 8pt;
}

#members th, .dir th {
	font-size: 11pt;
	font-weight: bold;
	background-color: #ddd;
	border-bottom: 3pt #ccc solid;
	text-align: left;
	font-weight: bold;
}

#members td, .dir td {
	border: 1pt #ccc solid;
	text-align: left;
	font-size: 10pt;
}

members-small th {
	font-size: 9pt;
	font-weight: bold;
	text-align: left;
	border: 1pt solid #ccc;
}

members-small td {
	font-size: 8pt;
	font-weight: normal;
	text-align: left;
	border: 1pt solid #ccc;
}

cite {
	font-size: 8pt;
	font-style: italic;
}

.mcli-box-content {
	background-color: white;
}
