/*
		Styles by thoheg
		www.thoheg.com

	\\ PRINT.CSS (for use when printing) //
*/
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #000;
	background: #fff;
}
a:link, a:visited, a:active {color: #900;text-decoration: underline;}
hr {
	color: #660033;
	height: 1px;
	width: 100%;
}
h1, h2, h3, h4, h5, h6 {
	color: #333;
	font-weight:normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding:0;
	margin:0;
}
h1  	{font-size:2.2em;}
h2  	{font-size:1.8em;}
h3  	{font-size:1.3em;}

/* Stuff we're not so bothered about seeing in print */
.nav_top, .logo, #nav, .nav_bottom,
.go_top {
display: none;}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

/* Inline font Styles */
.important	{font-weight:bold;color:#f00;}
.code				{font-family: "Courier New", Courier, mono; color:#093;letter-spacing: 1px;}
.info-box		{border: 1px solid #cc3; background-color:#F9F8E2;padding:4px;}