/* print css */

body, p, td, th, caption, ul { font-size: 12px; font-family: georgia, Times, "Times New Roman", serif; margin: 0; color: #000; background-color: #fff;
}
#navbar1, #navbar2, .offscreen, #logo { display: none;  
}
#name { color: #000; background-color: #fff; padding: 0 10px; 
}

#content { color: #000; background-color: #fff; padding: 0 10px;   
}

/* positioning */
div.indent, blockquote { padding: 1em 10%; }
div.fifty { float: right; }


/* styles for data tables */

table {
	border: #CCC; border-collapse: collapse;
}
caption  {  
	font-weight: bold; 
	padding-bottom: 4px;
	text-align: left;
	}	 
h1, h2, h1.name, h3, h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000; background-color: #fff; margin: 0; padding: 2px 0;
}
h1 { font-size: 18px;
}
h2, h1.sitename { font-size: 16px;
}
h3 { font-size: 14px;
}
h4 { font-size: 12px; font-weight: bold;
}

.figurename {  
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px;
	font-weight: bold; 
	color: #000; background-color: #FFF;
	padding-bottom: 2px; 
	text-align: left;
	}
	#footer { font-size: 10px;
	}
ul { list-style-type: square }
	   
/* link colours */

a:link { color: #000; background-color: #fff; }



