/* CSS Document */
/**********************************************************************************************
TEMPLATE
***********************************************************************************************/
								
/* this class controls the ORGANISATION TITLE ***********************************/
.orgtitle	/* SPAN */
								{	
									font-size: 1.8em;
									
								}
/* this class controls the SLOGAN ***********************************/
.slogan	/* SPAN */
								{	
									font-size: 1.2em;
								}
											
								
								
/* this class controls the PAGE TITLE ***********************************/
.pagetitle	/* SPAN */
								{	
									font-size: 1.5em;
									color: #315184; 
								}
	
/**********************************************************************************************
COMMON SETTINGS
***********************************************************************************************/				
								
								
/* this class controls the GLOBAL PROPERTIES ***********************************/
table.tmp	/* TABLE */
								{	

									background-attachment: scroll;
									background-repeat: repeat;
									background-color: ; /* Put bgcolor here if required */
									
									
									BORDER-RIGHT: 0px solid;
									BORDER-TOP:  0px solid;
									BORDER-LEFT:  0px solid;
									BORDER-BOTTOM: 0px solid;
									border-color:  #537495;
								}								

