/* 
	(c) copyright 2005 Internet Vision Technologies
	author Matthew Holmes
	www.ivt.com.au
	
	print stylesheet
*/

body {
	margin: .6in;
	font-family: Verdana, sans;
	font-size: 12pt;
}

img { border: none; }

h1, h2, h3 {
	font-family: "Trebuchet MS", Verdana, sans-serif;
}

a, a:hover { color: gray; }

#sidebar, .credits, .legals, .page_showing, #topbutton { display: none; }




/* unordered lists */
.knowledge_category_table ul,
.knowledge_list_table ul {
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
}
.knowledge_category_table ul li,
.knowledge_list_table ul li {
	float: left;
	width: 100%;
	margin: 0;
	padding: 5px 0 15px 0;
}
.knowledge_category_table ul li a,
.knowledge_list_table ul li a { font-size: 120%; }
.knowledge_category_table ul li a img,
.knowledge_list_table ul li a img { 
	float: left; 
	margin-right: 8px; 
	padding: 5px;
}