/* CSS Document */
/**********************************************************************************************
TEMPLATE
***********************************************************************************************/
/* this class controls the SCROLLBAR PROPERTIES ***********************************/
body 		
								{		
								   scrollbar-face-color:#2984CC; 
								   scrollbar-highlight-color:#003884; 
								   scrollbar-shadow-color: #2984CC; 
								   scrollbar-3dlight-color: #003884; 
								   scrollbar-arrow-color: #EAF4FC; 
								   scrollbar-track-color: #003884; 
								   scrollbar-darkshadow-color: #003884; 
								}
								
/* this class controls the HIGHLIGHTED LINKS properties ***********************************/
/*AND INCLUDES PROPERTIES FOR LINK, HOVER, VISITED*/
a.tmphlinks /* A */
								{	
									
									font-size: 1em;
									font-weight: bold;			
									color: #CCCCCC; 					
									text-decoration:underline;
								}
								
a.tmphlinks:hover /* A */
								{	
									color: #FFFFFF; 
									text-decoration:underline;
																		
								}
							
								
/* this class controls the FINE TEXT BOX properties ***********************************/
/*AND INCLUDES PROPERTIES FOR th, LINK, HOVER, VISITED*/
.tmpfinetxtbox	/* SPAN */
								{	
									
									color:#CCCCCC ; 
						
								}
table.tmpfinetxtbox/* TABLE */
								{	
									color:#CCCCCC ; 
									

									background-color: ;
								    BORDER-RIGHT: 0px solid;
									BORDER-TOP:  0px solid;
									BORDER-LEFT:  0px solid;
									BORDER-BOTTOM: 0px solid;
									border-color: ;							
								}
th.tmpfinetxtbox/* TH AND SPAN */
								{	
									
									font-size: 15px;
									font-style: normal;		
									font-weight: bold;			
									color: #003884; 
									
									

									background-color: ;
																											
								}
a.tmpfinetxtbox/* A */
								{	
									
									font-size: 9px;
									font-style: normal;		
									font-weight: normal;			
									color: #FF9A00; 		
									text-decoration: none;
								}
								
a.tmpfinetxtbox:hover/* A */
								{ 	
									color: #0061AD; 										
									text-decoration: none;
								}							
/* this class controls the HORIZONTAL SEPARATOR properties  ********************/
.tmphsep/* TABLE */
			 					{  
									background-image:  url(uimages/hsep01.gif);	
									/*path should be uimages/
									images should physically reside in template uimages folder*/
									background-color: #CCCCCC;
								}
								
/* this class controls the VERTICAL SEPARATOR properties  ********************/
.tmpvsep/* TABLE */
			 					{  
									background-image:  url(uimages/vsep01.gif);	
									/*path should be uimages/
									images should physically reside in template uimages folder*/
									background-color: #CCCCCC ; 
								}								

