/*

		Styles by gavjof

		www.gavjof.com

		

	\\ PRINT.CSS (for use when printing) //

*/

body,td,th {

	font-family: "Georgia", Times New Roman, Times, 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: "Georgia", Times New Roman, Times, serif;

	padding:0;

	margin:0;

}

h1  	{font-size:2.2em;}

h2  	{font-size:1.8em;}

h3  	{font-size:1.3em;}



#main {

	width: 100%;

	margin: 0;

	padding: 0;

}

#banner {

	font-weight: bold;

	color: #cecece;

	padding: 20px;

	text-align: center;

	border: 2px solid #666;

}



#content {

	margin: 0;

	text-align: justify;

}

#footer {

	font-size: 10pt;

	color: #666;

	text-align: left;

	padding-top: 20px;

	border-top: 2px solid #666;

}



/* Stuff we're not so bothered about seeing in print */

#login-box, #powered_by, #coding, #search_box, 

#nav, .stealth {display: none;}



/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */



/* Inline font Styles */

.important	{font-weight:bold;color:#f00;}

.code				{font-family: "Georgia", Times New Roman, Times, serif; color:#093;letter-spacing: 1px;}



.info-box		{border: 1px solid #cc3; background-color:#F9F8E2;padding:4px;}