/* 	Print CSS sheet for www.ps-plus.org.uk
	----------------------------------------
	
	Main Coding: 	design by RudeCat
			http://rudecat.co.uk

	Copyright:	design by RudeCat 2004

  	Written: 	Nov 04
	Language:	CSS1
*/


/* ALL BLOCKED - NO PRINTING */
/*body {display: none;}*/



/* MAIN BASIC STYLES */
/* ----------------- */

body {border: 0; padding: 0; margin: 0; }
td {text-align: left; vertical-align: top; }
table {margin-top: 20px;}

h1 span {display: none;}


/* General text style */
a { color: #000; text-decoration: none; }

body  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.25em;
	text-decoration: none;
	vertical-align: top;
	margin: 0 10px;
	text-align: left;
	text-decoration: none;
}

p, a, ul {text-align: left; text-align: top; padding: 0 5px; text-align: top;}
a {padding: 0;}

h1 {
	font-family: "Trebuchet MS",Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	text-decoration: none;
	vertical-align: top;
	margin: 5px;
	line-height: 22px;
}

h2 {
	font-family: "Trebuchet MS",Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	border-bottom: 1px solid #ccc; 
	vertical-align: top;
	margin: 5px;
	line-height: 20px;
	padding-bottom: 10px; 
}


ul { padding-left: 20px;}


/* Hide Structure */

#tm-right {display: none;}
#logo {display: none;}
#top-Menu {display: none;}
.sideMenu {display: none;}
.small-left {display: none;}
.small-right {display: none;}
.small-middle {
	border-top: 1px solid #ccc; border-bottom: 1px solid #ccc; 
	font-size: 10px; 
	padding: 5px 0; 
	text-align: center;
	width: 680px;
	}

.small-dbr {
	font-size: 8px; 
	padding: 5px 0; 
	text-align: right;
}

a.more {display: none;}

.left-st, .right-st {font-weight: bold; line-height: 1.5em; border-bottom: 1px solid #ccc;}

.img-r, .img-r2 , .img-r3 , .img-r4 , .img-l  {display: none;}


