/* Should specify background and color together - to avoid conflicts with user style sheets.
Background image should be specified (as "none" ) 
For those not loading images, specify background colour when a background image

bacground is better recognised e.g. 
				background:#006600 none;
				or
				background:#eeeeee url(../pix/draft.jpg);
instead of				
				background-image:url(../pix/draft.jpg);
				background-color:#eeeeee;

IE 3 treats "em" as px!!!    */
	
a:visited {color:purple;
			background-color:transparent;
			background-image:none;} 
a:link {color:blue; 
			background-color:transparent;
			background-image:none;} 
a:hover {color:red;
			background-color:transparent;
			background-image:none;} 

/* contextual styling below gives different background colours for links depending on context
 (.right has pale green backgrounf) 		
.right a:visited {color:purple;
			background-color:#99cc33;
			background-image:none;} 
.right a:link {color:blue; 
			background-color:#99cc33;
			background-image:none;} 
.right a:hover {color:red;
			background-color:#99cc33;
			background-image:none;} */
		
.action { font-style:italic;
		color: #ff0000;
		background:#eeeeee none;
		/*background-color:#eeeeee;
		background-image:none; */
		}
.bigfirst {	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size: 250%;
		font-weight: bold;
		}
body 	{font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size:small; 
		font-weight: normal; 
		color: #000000; 
		background:#eeeeee none;
		/*background-color: #eeeeee;
		background-image:none;*/
		text-decoration: none;
		text-indent:0;	
		}
		
.data	{font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size:x-small;
		font-weight: normal; 
		color: #000000; 
		background:#eeeeee none;
		/*background-color: #eeeeee;
		background-image:none;*/
		text-decoration: none;
		text-indent:0;	
		}
td		{font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		vertical-align:top;
		/*text-indent:3em;*/}
th		{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	vertical-align:top;
	text-align:right;
	font-size: xx-small; 
	font-weight: normal;		
		}

.caption {font-size: xx-small; 
		}


h1	{font-family: Georgia, "Times New Roman", Times, serif;
		font-size:150%;
		color: #ffffff; 
		text-align: center;
		margin-top:0.5em;
		margin-bottom:0.5em;
		/*background:#006600 none;*/
		line-height: 1.5;
		/*background-color: #006600;*/
		background-image: url(../pix/header2.png);
		/*background-image: url(header2.png);*/
		background-repeat:no-repeat;
		}

.longline	{line-height:1.5em;
		 }   /* if line length >60 char */
.minutes	{ font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
				font-size:small;
				text-indent:0;
			}
.draftminutes	{background:#eeeeee url(../pix/draft.jpg);
				/*background-image:url(../pix/draft.jpg);
				background-color:#eeeeee;*/
				color:#000000;
				font-size:small; }

.left	{font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		color: #ffffff;
		text-indent:0; 
		vertical-align: top;
		background:#006600 none;
		/*background-color:#006600; 
		background-image:none; */
		border-color:#006600;		 
		}
.leftlist	{font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
			color: #ffffff;
			text-indent:0; 
			vertical-align: top;
			background:#006600 none;
			/*background-color:#006600;
			background-image:none;*/  
			border-color:#006600;
			text-align:right;}

.right	{font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		background:#99cc33 none;
		/*background-color:#99cc33;
		background-image:none;*/
		color:#006600;
		text-align:right;
		text-indent:0; 
		border-color:#006600
		}
.white   {color: white;}

.footer {font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size: xx-small;
		color: #ffffff;
		text-indent:0; 
		vertical-align: top;
		/*background:#006600 none;*/
		background-image: url(../pix/footer3.png);
		background-repeat:no-repeat;
		}	 
		








	
