/* CSS Document */
/**********************************************************************************************
TEMPLATE
***********************************************************************************************/
								
/* this class controls the ORGANISATION TITLE ***********************************/
.orgtitle	/* SPAN */
								{	
									font-size: 1.9em;
									
								}
/* this class controls the SLOGAN ***********************************/
.slogan	/* SPAN */
								{	
									
									font-size: 1.0em;
								}
											
								
								
/* this class controls the PAGE TITLE ***********************************/
.pagetitle	/* SPAN */
								{	
									font-size: 1.5em;
									color: #CC3300; 
								}
	
/**********************************************************************************************
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:  #D1B47E;
								}								
/* this class controls the HIGHLIGHTED LINKS properties ***********************************/
/*AND INCLUDES PROPERTIES FOR LINK, HOVER, VISITED*/
a.tmphlinks /* A */
								{	
											
									text-decoration: none;
									font-size: .9em;
			
								}
								
					

