/* CSS Document */
/**********************************************************************************************
TEMPLATE
***********************************************************************************************/
/* this class controls the SCROLLBAR PROPERTIES ***********************************/
body 		
								{		
								   scrollbar-face-color: #f24b1b; 
								   scrollbar-highlight-color: #313031 ; 
								   scrollbar-shadow-color: #313031 ; 
								   scrollbar-3dlight-color: #faefdd ; 
								   scrollbar-arrow-color: #faefdd ; 
								   scrollbar-track-color: #313031 ; 
								   scrollbar-darkshadow-color: #f24b1b ; 
								}
								
								
/* this class controls the ORGANISATION TITLE ***********************************/
.orgtitle	/* SPAN */
								{	
									font-size: 1.5em;
			
									color: #FFFFFF; 
								}
/* this class controls the SLOGAN ***********************************/
.slogan	/* SPAN */
								{	
									font-size: 1em;
									font-style: normal;		
									font-weight: bold;			
									color: #CCCCFF; 
								}
											
			
								
/* this class controls the PAGE LOCATION  ***********************************/
/*AND INCLUDES PROPERTIES FOR LINK, HOVER, VISITED*/
.breadcrumbs	/* SPAN */
								{	
			
									color: #FBD09D; 
								}
a.breadcrumbs	/* A */
								{	
			
									color: #FFFFFF; 
									text-decoration:none;
								}
								
a.breadcrumbs:hover	/* A */
								{	
									color: #FF9A00; 
									text-decoration:underline;
															
								}					
/* this class controls the PAGE TITLE ***********************************/
.pagetitle	/* SPAN */
								{	
									font-size: 1.6em;
									font-weight: bold;			
									color: #CCCCFF; 
								}
/* this class controls the PAGE NAV TITLE ***********************************/
.pagenavtitle	/* TABLE AND SPAN */
								{	
									font-size: 1.4em;
		
									font-weight: bold;			
									color: #CCCCFF; 
									
								}
/* this class controls the TEXT MENU ***********************************/
/*AND INCLUDES PROPERTIES FOR LINK, HOVER, VISITED*/
.textmenu	/* TABLE AND SPAN */
								{	
			
									color: #FBD09D; 
								
									background-color: #313031;
									
									border-color: #f24b1b;
								}
a.textmenu	/* A */
								{	
									color: #FBD09D; 		
									text-decoration: none;												
								}
								
a.textmenu:hover	/* A */
								{	
									color: #FCEAD5; 
									text-decoration: underline;												
								}		
/* this class controls the FOOTER ***********************************/
/*AND INCLUDES PROPERTIES FOR th, LINK, HOVER, VISITED*/
.footer	/* TABLE AND SPAN */
								{	
									
									font-size: 1em;
									font-style: normal;		
									font-weight: normal;			
									color: #FFFFFF; 
									

									background-color:;
								    BORDER-RIGHT: 0px solid;
									BORDER-TOP:  0px solid;
									BORDER-LEFT:  0px solid;
									BORDER-BOTTOM: 0px solid;
									border-color:  #f24b1b;							
								}
a.footer	/* A */
								{	
									
									font-size: 1em;
									font-style: normal;		
									font-weight: normal;			
									color: #FBD09D; 
									text-decoration:underline;
								}
														
a.footer:hover	/* A */
								{	
									color: #9999FF; 
									text-decoration: underline;										
								}
/**********************************************************************************************
COMMON SETTINGS
***********************************************************************************************/				
								
/* this class controls the GLOBAL PROPERTIES ***********************************/
table.tmp	/* TABLE */
								{	

									background-attachment: scroll;
									background-repeat: repeat;
									background-color: #faefdd; /* Put bgcolor here if required */
									
									
									BORDER-RIGHT: 1px solid;
									BORDER-TOP:  0px solid;
									BORDER-LEFT:  1px solid;
									BORDER-BOTTOM: 0px solid;
									border-color: #f24b1b;
								}								
/* this class controls the FONT PROPERTIES ***********************************/
.tmpnormaltxt	/* SPAN */
								{	
									color: #FFFFFF; 
								}						
/* this class controls the BULLETED LIST properties  ********************/
.tmpul	/* UL */
								{	
									margin-top: 5px;
									list-style-image: url(uimages/bullet.gif);
									list-style-type: disc; /*square disc circle*/
								}
								
/* this class controls the SUPER HEADING properties  ***********************************/
.tmpsupheadin /* TABLE AND SPAN */
								{	
									font-size: 1.9em;
									color: #FFFFFF; 
									
								}
/* this class controls the HEADING properties  ***********************************/
.tmpheadin /* TABLE AND SPAN */
								{	
									font-size: 1.1em;
									font-weight: bold;
									color: #9999FF; 
									
									
									
								}
/* this class controls the SUB HEADING properties  ******************************/
.tmpsubheadin /* TABLE AND SPAN */
								{	
									font-size: 0.9em;
									font-weight: bold;			
									color: #FFB754; 
								}
													
/* this class controls the MAIN LINKS properties ***********************************/
/*AND INCLUDES PROPERTIES FOR LINK, HOVER, VISITED*/
a.tmpmlinks /* A */
								{	
									font-size: 1em;
									font-weight: normal;			
									color: #9999FF; 		
								}
								
a.tmpmlinks:hover /* A */
								{	
									color: #FFFFFF;										
									text-decoration: underline;
								}
/* this class controls the HIGHLIGHTED LINKS properties ***********************************/
/*AND INCLUDES PROPERTIES FOR LINK, HOVER, VISITED*/
a.tmphlinks /* A */
								{	
									font-size: 1em;
									color: #FFB754; 					
									text-decoration: none;
								}
								
a.tmphlinks:hover /* A */
								{	
									color: #FCEAD5; 
									text-decoration: none;
																		
								}
/* this class controls the DARK BOX ***********************************/
/*AND INCLUDES PROPERTIES FOR th, LINK, HOVER, VISITED*/
.tmpdbox	/* SPAN */
								{	
									font-size: 0.9em;
									font-style: normal;		
									font-weight: normal;			
									color: #FFFFFF; 
							

									background-color: #313031;
						
								}
								
								
table.tmpdbox	/* TABLE */
								{	
									font-size: 0.9em;
									font-style: normal;		
									font-weight: normal;			
									color: #FFFFFF; 
									

									background-color: #313031;
								    BORDER-RIGHT: 0px solid;
									BORDER-TOP:  0px solid;
									BORDER-LEFT:  0px solid;
									BORDER-BOTTOM: 0px solid;
									border-color: #D67500;							
								}
th.tmpdbox	/* TH AND SPAN*/
								{	
									font-size: 1em;
									font-style: normal;		
									font-weight: bold;			
									color: #FFFFFF; 

									background-color: #f24b1b;							
								}
a.tmpdbox	/* A */
								{	
									font-size: .9em;
									color: #FFB754; 
									text-decoration: underline;
								}
														
a.tmpdbox:hover	/* A */
								{	
									color: #FCEAD5; 
									text-decoration: underline;										
								}
								
/* this class controls the NORMAL BOX ***********************************/
/*AND INCLUDES PROPERTIES FOR th, LINK, HOVER, VISITED*/
.tmpnbox	/* SPAN */
								{	
									font-size: .9em;
									font-style: normal;		
									font-weight: normal;			
									color: #FFFFFF; 
									

									background-color: #313031;
								}
table.tmpnbox	/* TABLE */
								{	
									font-size: .9em;
									font-style: normal;		
									font-weight: normal;			
									color: #FFFFFF; 
									

									background-color: #313031;							
								    BORDER-RIGHT: 0px solid;
									BORDER-TOP:  0px solid;
									BORDER-LEFT:  0px solid;
									BORDER-BOTTOM: 0px solid;
									border-color: #f24b1b;
								}
th.tmpnbox	/* TH AND SPAN */
								{	
									font-size: 1em;
									font-style: normal;		
									font-weight: bold;			
									color: #FFFFFF; 
									
									

									background-color: #D67500;
									
																											
								}
a.tmpnbox	/* A */
								{	
									font-size: .9em;
									font-style: normal;		
									font-weight: normal;			
									color: #9999FF; 
									text-decoration: underline;
								}
														
a.tmpnbox:hover	/* A */
								{	
									color: #CCCCFF; 										
									text-decoration: underline;
								}
								
/* this class controls the LIGHT BOX ***********************************/
/*AND INCLUDES PROPERTIES FOR th, LINK, HOVER, VISITED*/
.tmplbox	/* SPAN */
								{	
									font-size: .9em;
									font-style: normal;		
									font-weight: normal;			
									color: #000000; 
									

									background-color: #faefdd;
								}
table.tmplbox	/* TABLE */
							{	
									font-size: .9em;
									font-style: normal;		
									font-weight: normal;			
									color: #000000; 
									

									background-color: #faefdd;							
								    BORDER-RIGHT: 0px solid;
									BORDER-TOP:  0px solid;
									BORDER-LEFT:  0px solid;
									BORDER-BOTTOM: 0px solid;
									border-color: #f24b1b;
								}
th.tmplbox	/* TH AND SPAN */
								{	
									font-size: 1em;
									font-style: normal;		
									font-weight: bold;			
									color: #FFFFFF; 
									
									

									background-color: #D67500;
									
																											
								}
a.tmplbox	/* A */
								{	
									font-size: .9em;
									font-style: normal;		
									font-weight: normal;			
									color: #000099; 
									text-decoration: underline;
								}
														
a.tmplbox:hover	/* A */
								{	
									color: #CCCCFF; 										
									text-decoration: underline;
								}
/* this class controls the TRANSPARENT BOX ***********************************/
/*AND INCLUDES PROPERTIES FOR th, LINK, HOVER, VISITED*/
.tmptbox	/* SPAN */
								{	
									font-size: .9em;
									font-style: normal;		
									font-weight: normal;			
									color: #FFFFFF; 
							

									background-color:  ;
						
								}
								
								
table.tmptbox	/* TABLE */
								{	
									font-size: .9em;
									font-style: normal;		
									font-weight: normal;			
									color: #FFFFFF; 
									

									background-color: ;
								    BORDER-RIGHT: 1px solid;
									BORDER-TOP:  1px solid;
									BORDER-LEFT:  1px solid;
									BORDER-BOTTOM: 1px solid;
									border-color: #000000;							
								}
th.tmptbox	/* TH AND SPAN*/
								{	
									font-size: 1em;
									font-style: normal;		
									font-weight: bold;			
									color: #FF9A00; 
									
									

									background-color: ;							
								}
a.tmptbox	/* A */
								{	
									font-size: .9px;
									font-style: normal;		
									font-weight: normal;			
									color: #FF9A00; 
									text-decoration: none;
								}
														
a.tmptbox:hover	/* A */
								{	
									color: #0000FF; 
									text-decoration: underline;										
								}
								
/* this class controls the FINE TEXT BOX properties ***********************************/
/*AND INCLUDES PROPERTIES FOR th, LINK, HOVER, VISITED*/
.tmpfinetxtbox	/* SPAN */
								{	
									font-size: .8em;
									font-style: normal;		
									font-weight: bold;			
									color: #FCEAD5; 
									

									background-color: ;															
						
								}
table.tmpfinetxtbox/* TABLE */
								{	
									font-size: .8em;
									font-style: normal;		
									font-weight: normal;			
									color: #FCEAD5; 
									

									background-color: ;
								    BORDER-RIGHT: 1px solid;
									BORDER-TOP:  1px solid;
									BORDER-LEFT:  1px solid;
									BORDER-BOTTOM: 1px solid;
									border-color: #313031;							
								}
th.tmpfinetxtbox/* TH AND SPAN */
								{	
									font-size: 1em;
									font-style: normal;		
									font-weight: bold;			
									color: #FFFFFF; 
									
									

									background-color: #f24b1b;
																											
								}
a.tmpfinetxtbox/* A */
								{	
									font-family: verdana,arial,helvetica;
									font-size: 10px;
									font-style: more;		
									font-weight: normal;			
									color: #9999FF; 		
									text-decoration: underline;
								}
								
a.tmpfinetxtbox:hover/* A */
								{ 	
									color: #CCCCFF; 										
									text-decoration: underline;
								}							
/* this class controls the HORIZONTAL SEPARATOR properties  ********************/
.tmphsep/* TABLE */
			 					{  

									/*path should be uimages/
									images should physically reside in template uimages folder*/
									background-color: #faefdd;
							
								}
								
/* this class controls the VERTICAL SEPARATOR properties  ********************/
.tmpvsep/* TABLE */
			 					{  

									/*path should be uimages/
									images should physically reside in template uimages folder*/
									background-color: #faefdd; 
								}								

