
/* Body note: sets margin of 10 
-------------------------------------------------------------*/
body {	background : #ffffff ;
	padding: 0 ;
    	margin : 10 ;
	}

/* Tables and cells set with no background colour so any HTML pasted to the 
database description fields will repond to colour commands
-------------------------------------------------------------*/
table, tr {	border: 0;
		padding: 0 ;
		border-spacing: 0 ;
		margin: 0 ;
		}
	
td {	font-family : Verdana , Helvetica Bold, sans-serif; 
	font-size : 11.5px ;
	color : #000000 ;
	letter-spacing: 0.5px ;
	}


/* Sets main cell containing the page border
-------------------------------------------------------------*/
td.main {	background-color: transparent;
		border-top: 1px solid black;
		border-left: 1px solid black;
		border-right: 1px solid black;
		border-bottom: 1px solid black;
		}

/* Cell containing logo & graphic elements
-------------------------------------------------------------*/
td.head {	font-family : Verdana , Helvetica Bold, sans-serif; 
		font-size : 18px ;
		color : #D4ECFB ;
		font-weight : 800 ;
		text-align: center ;
		background-color : #00008b ;
		}


/* Cells containing top navigation category links 
-------------------------------------------------------------*/
td.headnav {	background-color : #000000 ;
		}

/* If used provides a coloured top bar 
-------------------------------------------------------------*/
td.headbar {	background-color : #E6E6FA ;
		}

/* Footer Styles 
-------------------------------------------------------------*/		
td.footer {	background-color : #4169E1 ;
		}

td.footbar {	background-color: #E6E6FA ;
		padding: 0px ;
		color: #fff ;
		}
		
/* Maintain these next 3 style as they are used in the Product Catalogue header 
-------------------------------------------------------------*/		
td.prodhead {	font-family : Verdana , Helvetica Bold, sans-serif; 
		font-size : 22px ;
		color : #ffffff ;
		background-color : #8dcff4 ;
		}		

#activity {	font-family : Verdana , Helvetica Bold, sans-serif; 
		font-size : 9.5px ;
		color : #000 ;
		font-weight : 800 ;
		background-color: transparent;
		margin: 1px ;
		}


		
#search {	font-family : Verdana , Helvetica Bold, sans-serif; 
		font-size : 9.5px ;
		color : #000 ;
		font-weight : 800 ;
		background-color: transparent;
		margin: 1px ;
		}	
				
