/* CSS Document */
/* this class controls the DARK BOX ***********************************/
/*AND INCLUDES PROPERTIES FOR th, LINK, HOVER, VISITED*/
.tmpdbox	/* SPAN */
								{	
									
									font-size: 1em;
									font-style: normal;		
									font-weight: normal;			
									color: #EAF4FC; 
							

									background-color: #0061AD;
						
								}
								
								
table.tmpdbox	/* TABLE */
								{	
									
									font-size: 1em;
									font-style: normal;		
									font-weight: normal;			
									color: #EAF4FC; 
									

									background-color: #0061AD;
								    BORDER-RIGHT: 0px solid;
									BORDER-TOP:  0px solid;
									BORDER-LEFT:  0px solid;
									BORDER-BOTTOM: 0px solid;
									border-color: #74B5E8;							
								}
th.tmpdbox	/* TH AND SPAN*/
								{	
									
									font-size: 1.2em;
									font-style: normal;		
									font-weight: bold;			
									color: #EAF4FC; 
									
									

									background-color: #0061AD;							
								}
								
/* this class controls the LIGHT BOX ***********************************/
/*AND INCLUDES PROPERTIES FOR th, LINK, HOVER, VISITED*/
.tmplbox	/* SPAN */
								{	
									
									font-size:1em;
									font-style: normal;		
									font-weight: normal;			
									color: #003884; 
									

									background-color:  #EAF4FC;
								}
table.tmplbox	/* TABLE */
							{	
									
									font-size: 1em;
									font-style: normal;		
									font-weight: normal;			
									color: #003884; 
									

									background-color: #EAF4FC;							
								    BORDER-RIGHT: 0px solid;
									BORDER-TOP:  0px solid;
									BORDER-LEFT:  0px solid;
									BORDER-BOTTOM: 0px solid;
									border-color:  #003884;
								}
								
/* this class controls the ORGANISATION TITLE ***********************************/
.orgtitle	/* SPAN */
								{	
									
									font-size: 1.8em;
									font-style: normal;		
									font-weight: bold;			
									color: #003884; 
								}
								
								
/* this class controls the HIGHLIGHTED LINKS properties ***********************************/
/*AND INCLUDES PROPERTIES FOR LINK, HOVER, VISITED*/
a.tmphlinks /* A */
								{	
									
									font-size: .9em;
									font-style: normal;		
									font-weight: normal;			
									color: #003884; 					
									text-decoration:none;
								}
								
a.tmphlinks:hover /* A */
								{	
									color: #0061AD; 
									text-decoration:underline;
																		
								}
								
/* this class controls the SLOGAN ***********************************/
.slogan	/* SPAN */
								{	
									
									font-size: 1.3em;
									font-style: normal;		
									font-weight: bold;			
									color: #003884; 
								}
								
/* this class controls the SCROLLBAR PROPERTIES ***********************************/
body 		
								{		
									background-color:#EAF4FC;

						
								}
								
/* this class controls the PAGE TITLE ***********************************/
.pagetitle	/* SPAN */
								{	
									
									font-size: 1.3em;
									font-style: normal;		
									font-weight: bold;			
									color: #EAF4FC; 
								}
								
								
								
/* this class controls the TEXT MENU ***********************************/
/*AND INCLUDES PROPERTIES FOR LINK, HOVER, VISITED*/
.textmenu	/* TABLE AND SPAN */
								{	
									
									font-size: 1em;
									font-style: normal;		
									font-weight: normal;			
									color: #74B5E8; 
									background-color: ;
									BORDER-RIGHT: 0px solid;
									BORDER-TOP:  0px solid;
									BORDER-LEFT:  0px solid;
									BORDER-BOTTOM: 0px solid;
									border-color:  #003884;
								}
a.textmenu	/* A */
								{	
									
									font-size: 1em;
									font-style: normal;		
									font-weight: normal;			
									color: #74B5E8; 
									text-decoration:none;												
								}
								
a.textmenu:hover	/* A */
								{	
									color: #EAF4FC; 
									text-decoration: underline;												
								}		
								
								
/* this class controls the FOOTER ***********************************/
/*AND INCLUDES PROPERTIES FOR th, LINK, HOVER, VISITED*/
.footer	/* TABLE AND SPAN */
								{	
									
									font-size: .9em;
									font-style: normal;		
									font-weight: normal;			
									color: #74B5E8; 
									

									background-color:;
								    BORDER-RIGHT: 0px solid;
									BORDER-TOP:  0px solid;
									BORDER-LEFT:  0px solid;
									BORDER-BOTTOM: 0px solid;
									border-color:  #003884;							
								}
a.footer	/* A */
								{	
									
									font-size: 1em;
									font-style: normal;		
									font-weight: normal;			
									color: #74B5E8; 
									text-decoration:underline;
								}
														
a.footer:hover	/* A */
								{	
									color: #EAF4FC; 
									text-decoration: underline;										
								}
					

