<STYLE>
<!--


/* Body Styles*/
body
{
	margin: 0px;						/*set the margin size*/  
	background-color: #ffffff;                              /*set the background color*/
}

/* Anchor link  Styles */ 
a
{
	COLOR: #0000A0;					/*set the text color*/
}
/*the link style ,not visited*/ 
a:link 
{
	COLOR: #0000A0;					/*set the text color*/
}
/*the link style ,have visited*/
a:visited 
{
	COLOR: #0000A0;					/*set the text color*/
}


/*
a.helper1
{
	Color:#FFFFFF;
	Font-family: arial, helvetica, geneva; 
	Font-size: 7pt;
}

a.helper2
{
	Color:#4670A3;
	Font-family: arial, helvetica, geneva; 
	Font-size: 10pt;
}
*/


/*
textarea.normal
{
	font-family: arial, helvetica, geneva;
	font-size: 10pt;
	color: #0000FF;
	background-color: #FFFFFF;
}
*/

/*the style of the iuput tag*/
input.normal
{
	font-family: arial, helvetica, geneva;			/*set the font family*/      
	font-size: 10pt;                                        /*set the font size*/        
	color: #0000FF;                                         /*set the text color*/       
	background-color: #FFFFFF;                              /*set the background color*/ 
}

/*the style of the select tag*/   
select.normal
{
	font-family: arial, helvetica, geneva;   		/*set the font family*/     
	font-size: 10pt;                                        /*set the font size*/       
	color: #0000FF;                                         /*set the text color*/      
	background-color: #FFFFFF;                              /*set the background color*/
}

/* the Styles of the MENU bar in the page */   							
/*the style of td tag in menu bar part*/     
td.menu
{
	font-family: arial, helvetica, geneva;			/*set the font family*/       
	font-size: 10pt;                                        /*set the font size*/         
	font-weight: bold;                                      /*set the font style*/        
	vertical-align: middle;                                 /*set the text align position*/                              
	color: white;                                           /*set the text color*/       
	background-color: #4670A3;                              /*set the background color*/ 
	text-decoration: none;                                  /*set the text decoration*/  
	white-space: nowrap;                                    /*set the space style*/      
	line-height: 18px;                                      /*set the line height*/  
}                                                               

/*
td.menuover
{
	font-family: arial, helvetica, geneva;
	font-size: 10pt;
	font-weight: bold;
	line-height: 18px;
	text-align: left;
	vertical-align: middle;
	color: white;
	background-color: #4670A3;
	text-decoration: none;
}
*/

/*the style when be actived for the link in menu*/ 
a.menu:active							
{
	font-family: arial, helvetica, geneva;			/*set the font family*/     
	font-size: 10pt;                                        /*set the font size*/       
	font-weight: bold;                                      /*set the font style*/      
	color: white;                                           /*set the text color*/      
	text-decoration: none;                                  /*set the text decoration*/ 
}
/*the style when be visited for the link in menu*/  
a.menu:visited												
{
	font-family: arial, helvetica, geneva;			/*set the font family*/     
	font-size: 10pt;                                        /*set the font size*/       
	font-weight: bold;                                      /*set the font style*/      
	color: white;                                           /*set the text color*/      
	text-decoration: none;                                  /*set the text decoration*/ 
}
/*the style for the link in menu*/
a.menu:link							
{
	font-family: arial, helvetica, geneva;			/*set the font family*/    
	font-size: 10pt;                                        /*set the font size*/      
	font-weight: bold;                                      /*set the font style*/     
	color: white;                                           /*set the text color*/     
	text-decoration: none;                                  /*set the text decoration*/
}

/*the style when be actived for the link in menuN normal*/   
a.menuN:active							
{
	font-family: arial, helvetica, geneva;			/*set the font family*/     
	font-size: 10pt;                                        /*set the font size*/       
	font-weight: normal;                                    /*set the font style*/      
	color: white;                                           /*set the text color*/      
	text-decoration: none;                                  /*set the text decoration*/ 
}
/*the style when be visited for the link in menuN normal*/ 
a.menuN:visited							
{
	font-family: arial, helvetica, geneva;    		/*set the font family*/      
	font-size: 10pt;                                        /*set the font size*/        
	font-weight: normal;                                    /*set the font style*/       
	color: white;                                           /*set the text color*/       
	text-decoration: none;                                  /*set the text decoration*/  
}
/*the style for the link in menuN normal*/ 
a.menuN:link							
{
	font-family: arial, helvetica, geneva;			/*set the font family*/     
	font-size: 10pt;                                        /*set the font size*/       
	font-weight: normal;                                    /*set the font style*/      
	color: white;                                           /*set the text color*/      
	text-decoration: none;                                  /*set the text decoration*/ 
}

/*the style  for the active in status bar*/      
a.status:active
{
	font-family: verdana, arial, helvetica, geneva;		/*set the font family*/      
	font-size: 10pt;                                        /*set the font size*/        
	font-weight: bold;                                      /*set the font style*/       
	color: #4670A3;                                         /*set the text color*/       
	text-decoration: underline;                             /*set the text decoration*/  
}
/*the style when be visited for the link in status bar*/   
a.status:visited
{
	font-family: verdana, arial, helvetica, geneva;     	/*set the font family*/      
	font-size: 10pt;                                        /*set the font size*/        
	font-weight: bold;                                      /*set the font style*/       
	color: #4670A3;                                         /*set the text color*/       
	text-decoration: underline;                             /*set the text decoration*/  
}
/*the style for the link in status bar*/  
a.status:link
{
	font-family: verdana, arial, helvetica, geneva;		/*set the font family*/    
	font-size: 10pt;                                        /*set the font size*/      
	font-weight: bold;                                      /*set the font style*/     
	color: #808080;                                         /*set the text color*/     
	text-decoration: underline;                             /*set the text decoration*/
}
/*the style when be hovered for the link in status bar*/ 
a.status:hover
{
	font-family: verdana, arial, helvetica, geneva;  	/*set the font family*/     
	font-size: 10pt;                                        /*set the font size*/       
	font-weight: bold;                                      /*set the font style*/      
	color: #A8BBC9;                                         /*set the text color*/      
	text-decoration: none;                                  /*set the text decoration*/ 
}

/*  
a.statusl:active
{
	font-family: verdana, arial, helvetica, geneva;		
	font-size: 10pt;                                        
	font-weight: bold;                                      
	color: #4670A3;                                         
	text-decoration: underline;                             
}
a.statusl:visited
{
	font-family: verdana, arial, helvetica, geneva;
	font-size: 10pt;
	font-weight: bold;
	color: #485458;
	text-decoration: underline;
}
a.statusl:link
{
	font-family: verdana, arial, helvetica, geneva;
	font-size: 10pt;
	font-weight: bold;
	color: #4670A3;
	text-decoration: underline;
}
a.statusl:hover
{
	font-family: verdana, arial, helvetica, geneva;
	font-size: 10pt;
	font-weight: bold;
	color: #4670A3;
	text-decoration: none;
}
*/


							
/* the Styles for DIALOG BOX */         
/* the style for header table tag-th*/ 
th.dialbox							
{
	background-color: #4670A3;				/*set the background color*/  
	line-height: 18px;                                      /*set the line height size*/         
	font-family: arial, helvetica, geneva;                  /*set the font family*/        
	font-weight: bold;                                      /*set the font style*/         
	color: #FFFFFF;                                         /*set the text color*/         
	font-size: 10pt;                                        /*set the font size*/          
	white-space: nowrap;                                    /*set the space style*/        
}                                                               

/* title #1 */  
/*                          
h1.dialbox							          
{
	font-family: arial, helvetica, geneva;
	font-weight: bold;
	color: #000000;
	font-size: 10pt;
}
*/
/* body text - paragraph*/ 
/*
p.dialbox							
{
	text-align: justify;
	font-family: arial, helvetica, geneva;
	color: #000000;
	font-size: 10pt;
}
*/

/* body text - Warning*/
/*
font.dialboxW							
{
	font-family: arial, helvetica, geneva;
	color: #FF0000;
	font-size: 10pt;
	font-weight: bold;
}
*/

/* body text - message*/ 
/*
font.dialboxM							
{
	font-family: arial, helvetica, geneva;
	color: #000000;
	font-size: 12pt;
	font-weight: bold;
}
*/


/* data cell */
/*
td.dialbox							
{
	background-color: #EEEEEE;
	height: 18pt;
	line-height: 18px;
	vertical-align: middle;
	font-family: arial, helvetica, geneva;
	color: #000000;
	font-size: 10pt;
}
*/

                                          
/* data cell - no text (for Netscape) */  
/*
td.dialboxE							
{
	background-color: #FFFFFF;
	height: 18pt;
	line-height: 18px;
	vertical-align: middle;
}*/

/* data cell with buttons*/      
td.dialboxB							
{
	background-color: #dialboxE;				/*set the background color*/ 
	height: 25pt;                                           /*set the height size*/      
	line-height: 17px;                                      /*set the line height size*/ 
	font-family: arial, helvetica, geneva;                  /*set the font family*/      
	font-size: 10pt;                                        /*set the font size*/        
                                                                     
}
 
/* table column heading */     
/*
font.dialboxH							
{
	font-family: arial, helvetica, geneva;
	font-weight: bold;
	color: #000000;
	font-size: 10pt;
	white-space: nowrap;
}  
*/

                   
/* small print */   
/*
font.dialboxSM							
{
	font-family: arial, helvetica, geneva;
	font-weight: normal;
	color: #000000;
	font-size: 8pt;
	white-space: nowrap;
}
*/

/* link decoration */ 	
/* link decoration  when be actived for dialbox*/      							
a.dialbox:active
{
	color: white; 						/*set the text color*/      
	font-weight: bold;                                      /*set the font style*/      
	text-decoration: underline;                             /*set the text decoration*/ 
}

/* link decoration  when be visited for dialbox*/		
a.dialbox:visited
{
	color: white ;						/*set the text color*/      
	font-weight: bold;                                      /*set the font style*/      
	text-decoration: underline;                             /*set the text decoration*/ 
}   

/* link decoration  for dialbox*/ 
a.dialbox:link
{
	color: white;         					/*set the text color*/       
	font-weight: bold;                                      /*set the font style*/       
	text-decoration: underline;                             /*set the text decoration*/  
} 

/* link decoration  when be hovered for dialbox*/ 
a.dialbox:hover 
{
	color: white ;						/*set the text color*/       
	font-weight: bold;                                       /*set the font style*/      
	text-decoration: none;                                   /*set the text decoration*/ 
}

/* link decoration  when be actived for event normal*/  
a.event:active						
{
	color: #0000A0; 					/*set the text color*/      
	font-weight: normal;                                    /*set the font style*/ 
	font-family: arial, helvetica, geneva;                  /*set the font family*/       
	text-decoration: none;                                  /*set the text decoration*/  
}	

/* link decoration  when be visited for event normal*/  	
a.event:visited						
{
	color: #0000A0; 					/*set the text color*/     
	font-weight: normal;                                    /*set the font style*/     
	font-family: arial, helvetica, geneva;                  /*set the font family*/    
	text-decoration: none;                                  /*set the text decoration*/
}

/* link decoration   for event normal*/  
a.event:link						
{
	color: #0000A0; 					/*set the text color*/     
	font-weight: normal;                                    /*set the font style*/     
	font-family: arial, helvetica, geneva;                  /*set the font family*/    
	text-decoration: none;                                  /*set the text decoration*/
}

/* link decoration  when be hovered for event normal*/  
a.event:hover 									
{
	color: #0000A0;   					/*set the text color*/     
	font-weight: normal;                                    /*set the font style*/     
	font-family: arial, helvetica, geneva;                  /*set the font family*/    
	text-decoration: none;                                  /*set the text decoration*/
}

/* bold */  
/* 
a.eventB:active						
{
	color: #0000A0; 
	font-weight: bold; 
	font-family: arial, helvetica, geneva;
	text-decoration: none;
}		
a.eventB:visited					
{
	color: #0000A0; 
	font-weight: bold; 
	font-family: arial, helvetica, geneva;
	text-decoration: none;
}
a.eventB:link						
{
	color: #0000A0; 
	font-weight: bold; 
	font-family: arial, helvetica, geneva;
	text-decoration: none;
}
a.eventB:hover						
{
	color: #0000A0; 
	font-weight: bold; 
	font-family: arial, helvetica, geneva;
	text-decoration: none;
}
*/

/* Calendar normal */ 
/* link decoration  when be actived for eventC normal*/ 
a.eventC:active						
{
	color: #0000A0; 					/*set the text color*/       
	font-weight: normal;                                    /*set the font style*/       
	font-family: arial, helvetica, geneva;                  /*set the font family*/      
	font-size:13px ;                                        /*set the font size*/  
	text-decoration: none;					/*set the text decoration*/
}
/* link decoration  when be visited for eventC normal*/ 		
a.eventC:visited					
{
	color: #0000A0; 					/*set the text color*/        
	font-weight: normal;                                    /*set the font style*/        
	font-family: arial, helvetica, geneva;                  /*set the font family*/       
	font-size:13px ;                                        /*set the font size*/         
	text-decoration: none;                                  /*set the text decoration*/   
}
/* link decoration  for eventC normal*/ 
a.eventC:link						
{
	color: #0000A0;  					/*set the text color*/        
	font-weight: normal;                                    /*set the font style*/        
	font-family: arial, helvetica, geneva;                  /*set the font family*/       
	font-size:13px ;                                        /*set the font size*/         
	text-decoration: none;                                  /*set the text decoration*/   
}
/* link decoration  when be hovered for eventC normal*/ 
a.eventC:hover 						
{
	color: #0000A0; 					/*set the text color*/        
	font-weight: normal;                                    /*set the font style*/        
	font-family: arial, helvetica, geneva;                  /*set the font family*/       
	font-size:13px ;                                        /*set the font size*/         
	text-decoration: none;                                  /*set the text decoration*/   
}

/* link decoration  when be actived for eventBC bold*/ 
a.eventBC:active					
{
	color: #0000A0; 					/*set the text color*/       
	font-weight: bold;                                      /*set the font style*/       
	text-decoration: none;                                  /*set the text decoration*/     
}                                                                                                                                    
/* link decoration  when be visited for eventBC bold*/ 		
a.eventBC:visited					
{
	color: #0000A0; 					/*set the text color*/      
	font-weight: bold;                                      /*set the font style*/      
	font-family: arial, helvetica, geneva;                  /*set the font family*/     
	font-size:13px ;                                        /*set the font size*/       
	text-decoration: none;                                  /*set the text decoration*/ 
}
/* link decoration  for eventBC bold*/ 
a.eventBC:link						
{
	color: #0000A0;         				/*set the text color*/      
	font-weight: bold;                                      /*set the font style*/      
	font-family: arial, helvetica, geneva;                  /*set the font family*/     
	font-size:13px ;                                        /*set the font size*/       
	text-decoration: none;                                  /*set the text decoration*/ 
}   
/* link decoration  when be hovered for eventBC bold*/ 
a.eventBC:hover						
{
	color: #0000A0;    					/*set the text color*/      
	font-weight: bold;                                      /*set the font style*/      
	font-family: arial, helvetica, geneva;                  /*set the font family*/     
	font-size:13px ;                                        /*set the font size*/       
	text-decoration: none;                                  /*set the text decoration*/ 
}



/* the LIST style for the table tag td */  /* list body */ 							
td.list
{								
	background-color: #FFFFFF;				    /*set the background color*/                          
	/* height: 15pt;*/                                          /*set the height size*/                                                   
	line-height: 18px;                                          /*set the line height size*/                                              
	color: black;                                               /*set the font family*/                                                   
	font-family: arial, helvetica, geneva;                      /*set the font color*/                                                    
	font-size: 10pt;                                            /*set the font size*/                                                     
}

/* list body warrning bold */ 
td.listW				
{
	background-color: #FFFFFF;					/*set the background color*/  
	/* height: 15pt;*/                                              /*set the height size*/       
	line-height: 18px ;                                             /*set the line height size*/  
	color: #FF0000;                                                 /*set the text color*/       
	font-family: arial, helvetica, geneva;                          /*set the font family*/        
	font-size: 10pt;                                                /*set the font size*/         
	font-weight: bold; 						/*set the font style*/ 
}


/* list body warrning Normal */  
/*
td.listWN				
{
	background-color: #FFFFFF;
	
	line-height: 18px; 
	color: #FF0000; 
	font-family: arial, helvetica, geneva;
	font-size: 10pt;
}*/

/*  default page & validatePassword page warrning */  
td.diaboxDW				
{
	background-color: #FFFFFF;   				/*set the background color*/                   
	/* height: 15pt;*/                                      /*set the height size*/                        
	line-height: 18px;                                      /*set the line height size*/                   
	color: #FF0000;                                         /*set the text color*/                         
	font-family: Verdana, Arial, Helvetica, sans-serif;     /*set the font family*/                        
	font-size: 16px;                                        /*set the font size*/                          
	font-weight: bold;                                      /*set the font style*/                         
}

/*the loginfo style of the td tag*/     
td.loginfo
{
	background-color: #FFFFFF;				/*set the background color*/              
	color: #003366;                                         /*set the text color*/            
	font-family: verdana , Arial, Helvetica, sans-serif;    /*set the font family*/                                           
	font-size: 10px;                                        /*set the font size*/                                                     
}

/*  Remember me */ 
td.loginfoR				
{
	background-color: #FFFFFF;				/*set the background color*/      
	color: #003366;                                         /*set the text color*/    
	font-family: Arial, Helvetica ;                         /*set the font family*/                       
	font-size: 13px;                                        /*set the font size*/                         
	font-weight: bold;                                      /*set the font style*/    
}
   
/*   
td.weekly
{
	font-family: Verdana, ARIAL,HELVETICA,GENEVA;
	font-size: 10pt;
	
}*/

/*the days style of the td tag*/ 
td.days
{
	background-color: #DCDCDC;   				/*set the background color*/
}

/*the daysedit style of the td tag*/    
td.daysedit
{
	background-color: #A8BBC9;				/*set the background color*/ 
}
 
/*
td.listH
{								
	background-color: #FFFFFF;
	height: 15pt;
	line-height: 18px;
	font-family: arial, helvetica, geneva;
	font-weight: bold; 
	color: #485458;
	font-size: 10pt;
}
*/
 
/* list header small*/  
/*
td.listHsm
{								
	background-color: #FFFFFF;
	height: 15pt;
	line-height: 10pt;
	font-family: arial, helvetica, geneva;
	font-weight: bold; 
	color: #485458;
	font-size: 8pt;
	line-height: 18px;
}*/

/*the line  style of the td tag*/
td.line
{
	background-color: #c0c0c0;           		/*set the background color*/   
	font-family: arial, helvetica, geneva;          /*set the font family*/        
	font-size: 10px;                                /*set the font size*/  
	line-height: 18px;                              /*set the line height*/        
}

/*
td.rule
{
	background-color: #CCCCCC;
	font-family: arial, helvetica, geneva;
	font-size: 12px;
}
*/

/* the LIST1 style for the table tag td */  /* list1 body */ 
td.list1
{								
	background-color: #FFFFFF;					/*set the background color*/ 
	line-height: 18px ;                                              /*set the line height size*/      
	font-family: arial, helvetica, geneva;                           /*set the font family*/      
	color: black;                                                    /*set the text color*/       
	font-size: 10pt;                                                 /*set the font size*/        
	font-weight: bold;        					/*set the font style*/                                       
}

/* the list1sm style for the table tag td */  /* list1sm body */   
td.list1sm
{								
	background-color: #FFFFFF;					/*set the background color*/                
	font-family: arial, helvetica, geneva;                          /*set the font family*/             
	color: black;                                                   /*set the text color*/                      
	font-size: 10px;                                                /*set the font size*/                       
	line-height: 18px;                                              /*set the line height size*/                     
	                                                                                       
}

/* the list1dis style for the table tag td */  /* list1dis body */
td.list1dis
{								
	background-color: #F0F0FF;					/*set the background color*/     
	height: 31 px;                                                  /*set the height*/          
	line-height: 31px;                                              /*set line height*/           
	font-family: arial, helvetica, geneva;                          /*set the font family*/            
	color: black;                                                   /*set the text color*/     
	font-size: 13px;						/*set the font size */  
	font-weight: bold; 						/*set the font style */
	vertical-align: middle;						/*set the vertical align position */
}

/* list1 header */
/*
td.listH1
{								
	background-color: #778899;
	height: 15pt;
	line-height: 18px;
	font-family: arial, helvetica, geneva;
	font-weight: bold; 
	color: #FFFFFF;
	font-size: 10pt;
}    
*/

/* the maintitle style for the table tag td */
td.maintitle
{
	background-color: #FFFFFF;				/*set the background color*/   
	font-family: Arial, Helvetica ;                         /*set the font family*/        
	font-weight: bold;                                      /*set the font style*/         
	color: #4670A3;                                         /*set the text color*/          
	font-size: 18pt;                                        /*set the font size*/   
}
/* link decoration */   
/*
a.listH1:active {color: #FFFFFF; text-decoration: underline}		
a.listH1:visited {color: #FFFFFF; text-decoration: underline;}
a.listH1:link {color: #FFFFFF; text-decoration: underline;}
a.listH1:hover {color: #FFFFFF; text-decoration: none;}
*/
/*
td.listH2
{								
	background-color: #778899;
	height: 15pt;
	line-height: 12pt;
	font-family: arial, helvetica, geneva;
	color: #FFFFFF;
	font-size: 8pt;
}*/

/* link header dark */  
/*
th.listHD
{								
	background-color: #778899;
	height: 15pt;
	line-height: 18px;
	font-family: arial, helvetica, geneva;
	font-weight: bold; 
	color: #FFFFFF;
	font-size: 10pt;
}*/

/*
input.reg
{
	background-color: #FFFFFF;
}

input.dis
{
	background-color: #CCCCCC;
}
*/

/* link decoration */
/* link decoration  when be actived for list normal*/  
a.list:active
{								
	color: #0000A0; 					/*set the text color*/      
	font-family: arial, helvetica, geneva;                  /*set the font family*/      
	font-weight: normal;                                    /*set the font style*/     
	text-decoration: underline;                             /*set the text decoration*/       
}                                                               

/* link decoration  when be visited for list */		
a.list:visited
{
	color: #0000A0; 					/*set the text color*/      
	font-family: arial, helvetica, geneva;                  /*set the font family*/     
	font-weight: normal;                                    /*set the font style*/      
	text-decoration: underline;                             /*set the text decoration*/ 
}

/* link decoration  for list */
a.list:link
{
	color: #0000A0; 					/*set the text color*/      
	font-family: arial, helvetica, geneva;                  /*set the font family*/     
	font-weight: normal;                                    /*set the font style*/      
	text-decoration: underline;                             /*set the text decoration*/ 
}

/* link decoration  when be hovered for list */
a.list:hover 
{
	color: #0000A0; 					/*set the text color*/      
	font-family: arial, helvetica, geneva;                  /*set the font family*/     
	font-weight: normal;                                    /*set the font style*/      
	text-decoration: underline;                             /*set the text decoration*/ 
}

/* link decoration  when be actived for list1 */
a.list1:active
{								
	color: #0000A0;         				/*set the text color*/                                      
	font-weight: bold;                                      /*set the font style*/     
	font-family: arial, helvetica, geneva;                  /*set the font family*/      
	text-decoration: underline;                             /*set the text decoration*/ 
}	

/* link decoration  when be actived for list1 */  	
a.list1:visited
{
	color: #0000A0; 					/*set the text color*/      
	font-weight: bold;                                      /*set the font style*/      
	font-family: arial, helvetica, geneva;                  /*set the font family*/     
	text-decoration: underline;                             /*set the text decoration*/ 
}

/* link decoration  when be actived for list1 */  
a.list1:link
{
	color: #0000A0; 					/*set the text color*/      
	font-weight: bold;                                      /*set the font style*/      
	font-family: arial, helvetica, geneva;                  /*set the font family*/     
	text-decoration: underline;                             /*set the text decoration*/ 
}

/* link decoration  when be actived for list1 */  
a.list1:hover 
{
	color: #0000A0; 					/*set the text color*/      
	font-weight: bold;                                      /*set the font style*/      
	font-family: arial, helvetica, geneva;                  /*set the font family*/     
	text-decoration: none;                                  /*set the text decoration*/ 
}
      
 /* link decoration  when be actived for list1dis */  
a.list1dis:active
{								
	color: black;    					/*set the text color*/      
	font-weight: normal;                                    /*set the font style*/      
	text-decoration: underline;                             /*set the text decoration*/     
}                                                               

/* link decoration  when be visited for list1dis */  		
a.list1dis:visited
{
	color: black; 						/*set the text color*/       
	font-weight: normal;                                    /*set the font style*/       
	text-decoration: underline;                              /*set the text decoration*/ 
} 

/* link decoration  for list1dis */  
a.list1dis:link
{
	color: black; 						/*set the text color*/       
	font-weight: normal;                                    /*set the font style*/       
	text-decoration: underline;                             /*set the text decoration*/ 
}

/* link decoration  when be hovered for list1dis */  
a.list1dis:hover 
{
	color: black; 						/*set the text color*/       
	font-weight: normal;                                    /*set the font style*/       
	text-decoration: none;                                  /*set the text decoration*/ 
}

/*
a.listS:active
{								
	color: green; 
	font-weight: bold; 
	text-decoration: underline;
}
a.listS:visited
{
	color: green; 
	font-weight: bold; 
	text-decoration: underline;
}
a.listS:link
{
	color: green; 
	font-weight: bold; 
	text-decoration: underline;
}
a.listS:hover 
{
	color: limegreen; 
	font-weight: bold; 
	text-decoration: none;
}
*/
							
/*
th.cond								
{
	background-color: red;
	height: 17pt;
	line-height: 17pt;
	font-family: arial, helvetica, geneva;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 10pt;
	white-space: nowrap;
}*/

/*
td.currentday						
{
	background-color: #4670A3;
	font-family: arial, helvetica, geneva;
	color: #FFFFFF;
	font-size: 10pt;
}*/
/*
font.condH							
{
	font-family: arial, helvetica, geneva;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 10pt;
	white-space: nowrap;
}
*/

/*
td.header						
{
	text-align: left;
	vertical-align: top;
	height:40pt;
	background-color: #FFFFFF;
}*/


/* STATUS BAR */                                           							
/* the normal style of the table td tag for status bar*/   
td.status
{								                                                                                                                                          					
	vertical-align: middle;     			    /*set the vertical position*/                                                                                     	
	height:10pt;                                        /*set the height size*/                                                                                                                               
	background-color: #FFFFFF;                          /*set the background color*/                                                                                                      
	color: #4670A3;                                     /*set the text color*/                                                                                                                                
	font-family: arial, helvetica, geneva;              /*set the font family*/                                                                                                                               
	font-weight: bold;                                  /*set the font style*/                                                                                                                                
	font-size: 10pt;                                    /*set the font size*/                                                                                                                                 
	white-space: nowrap;                                /*set the space style*/                                                                                                                               
	line-height: 18px;                                 /*set the line height*/        
}

/*
td.statusg
{								
	background-color: #FFFFFF;
	color: #4670A3;
	font-family: ARIAL,HELVETICA,GENEVA;
	font-weight: normal;
	font-size: 13.5pt;
	line-height: 18px;
}*/

/* the bold style of the table td tag for status bar*/  
td.statusgB			
{								
	background-color: #FFFFFF;     				/*set the background color*/  
	color: #4670A3;                                         /*set the text color*/             
	font-family: ARIAL,HELVETICA,GENEVA;                    /*set the font family*/         
	font-weight: bold;                                      /*set the font style*/                
	font-size: 13.5pt;                                      /*set the font size*/                 
	line-height: 18px;                                      /*set the space style*/               
}                                                                              
    
/* the warn style of the table td tag for status bar*/                                                                            
td.statusW
{								
	vertical-align: middle;					 /*set the vertical position*/
	height:10pt;                                             /*set the height size*/      
	background-color: #FF0000;                               /*set the background color*/ 
	color: #FFFFFF;                                          /*set the text color*/       
	font-family: arial, helvetica, geneva;                   /*set the font family*/      
	font-weight: bold;                                       /*set the font style*/       
	font-size: 10pt;                                         /*set the font size*/        
	white-space: nowrap;                                     /*set the space style*/      
	line-height: 18px;                                      /*set the line height*/       
}

/* the pagerbar style of the table td tag */  
td.pagerbar
{
	background-color: #A8BBC9;				  /*set the background color*/    
	color: black;                                             /*set the text color*/          
	font-family: arial, helvetica, geneva;                    /*set the font family*/         
	font-weight: bold;                                        /*set the font style*/          
	/*font-size: 11pt;*/                                      /*set the font size*/           
}                                                                       
                                                                        
/* BOTTOM LINE */                                                							
/* the cell decoration of the table td tag for bottom line */    
td.bottom
{								
	font-family: arial, helvetica, geneva;			    /*set the font family*/ 
	font-size: 10pt;                                            /*set the font size*/               
	color: #000000;                                             /*set the text color*/              
	background-color: #D8DCDF;                                  /*set the background color*/        
	height: 20pt;                                               /*set the height size*/             
	line-height: 15pt;                                          /*set the line height size*/        
}
    
/* the cell decoration of the table td tag for bottom1 line */     
td.bottom1
{								
	font-family: arial, helvetica, geneva;			/*set the font family*/      
	font-size: 10px ;                                       /*set the font size*/        
	color: #FFFFFF;                                         /*set the text color*/       
	background-color: #4670A3;                              /*set the background color*/ 
	line-height: 18pt;                                      /*set the line height size*/      
	vertical-align: middle;                                 /*set the vertical align position */ 
}

/* link decoration */ 
a.bottom:active {color: #0000A0; text-decoration: underline;}		
a.bottom:visited {color: #0000A0; text-decoration: underline;}
a.bottom:link {color: #0000A0; text-decoration: underline;}
a.bottom:hover {color: #0000A0; text-decoration: none;}


/* MAIN BACKGROUND */            							
/* the main style of the table */  
table.main
{								
	background-color: #D8DCDF;    			/*set the background color*/
}

/* the page style of the table  */
table.pager			
{
	background-color: #FFFFFF;			/*set the background color*/ 
}

/* the list style of the table  */   
table.list
{
	background-color: Silver;      			/*set the background color*/     
	border: Silver                                  /*set the border color*/ 
}
  
/* the mail style of the table  */ 
table.mail
{
	background-color: #4670A3;			/*set the background color*/ 
}
/*     Calendar Table border  */  
table.calendarlist			
{
	border: #A8BBC9;      				/*set the border color*/ 
}

/* the mail style of the td  */
td.mail
{
	background-color: #4670A3;    			/*set the background color*/ 
}

/* the main style of the td  */ 
/* major elements (menu abd body) */  
td.main
{								
	font-family: arial, helvetica, geneva;		/*set the font family*/
	font-size: 10pt;				/*set the font size*/ 
	background-color: #D8DCDF;     			/*set the background color*/
}

/* major elements (menu abd body) bold */  
td.mainB
{								
	font-family: arial, helvetica, geneva;		/*set the font family*/       
	font-size: 12pt;                                /*set the font size*/         
	font-weight: bold;                              /*set the font style*/   
	background-color: #D8DCDF;			/*set the background color*/
}

/* major elements (menu abd body) bold small */   
td.mainBsm
{								
	font-family: arial, helvetica, geneva;		/*set the font family*/       
	font-size: 10pt;                                /*set the font size*/         
	font-weight: bold;                              /*set the font style*/        
	background-color: #D8DCDF;                      /*set the background color*/  
}

/* major elements (menu abd body) Normal small */  
td.mainNsm
{								
	font-family: arial, helvetica, geneva;   	/*set the font family*/     
	font-size: 10pt;                                /*set the font size*/       
	                                                      
	background-color: #D8DCDF;                      /*set the background color*/
}
/* major elements (menu abd body) Normal small */   
td.monthName
{								
	font-family: arial, helvetica, geneva;    	/*set the font family*/       
	font-size: 16px;                                /*set the font size*/         
	background-color: #D8DCDF;                       /*set the background color*/                              
}                                                        

/* the logo style of the td  */   
td.logo
{
	font-family: arial, helvetica, geneva;		/*set the font family*/        
	background-color: #FFFFFF;                      /*set the background color*/           
}                                                        
 
/*
td.listbody
{
	font-family: arial, helvetica, geneva;
	background-color: #778899;
}
*/

/*
span.goldfield
{
	font-family: arial, helvetica, geneva; 
	color: gold;
}
*/

/*
span.textcolor
{
	font-family: arial, helvetica, geneva; 
	color: #4670A3;
}
*/

/*the pager style of the  span tag*/    
span.pager
{
	font-family: arial, helvetica, geneva; 				/*set the font family*/                                                                                          
	font-size: 10pt;                                                 /*set the font size*/                                                                                                        
	font-weight: bold;                                              /*set the font style*/                                                                   
}                                                                                                                                                                                                        
 
/*                                                                                                                                                                                                        
span.redstar
{
	color: red;
} 
*/

/*the reqfields style of the  span tag*/ 
span.reqfields
{
	font-size: 7pt;        				/*set the font size*/ 
	FONT-STYLE: italic;                             /*set the font style*/ 
}
      
/*the whitefont style of the  span tag*/
span.whitefont
{
	font-family: arial, helvetica, geneva; 		/*set the font family*/   
	font-size: 7pt;					/*set the font size*/    
	color:#FFFFFF;                                  /*set the text color*/   
	FONT-STYLE: italic;				/*set the font style*/   
}

/*the eventCW style of the  span tag*/ 
span.eventCW
{
	color: white ;                                 	/*set the text color*/
	font-weight: normal; 				/*set the font style*/  
	font-family: arial, helvetica, geneva; 		/*set the font family*/  
	font-size:13px ;				/*set the font size*/ 
}
/*the eventCG style of the  span tag*/
span.eventCG
{
	color: #0000A0 ;				/*set the text color*/ 
	font-weight: normal;                            /*set the font style*/ 
	font-family: arial, helvetica, geneva;          /*set the font family*/
	font-size:13px ;                                /*set the font size*/  
}


/* BROWSE LIST BOX */	
/*						
table.broMain
{								
	background-color: #A67CB9;
}
*/

/* button row decoration */   
/*
tr.broButtRow
{								
	height:23pt;
	background-color: #B0a8CE;
	font-family: arial, helvetica, geneva;
	font-size: 12pt;
	font-weight: bold;
	color: #000000;
	vertical-align: middle;
}
*/
 /* button row decoration */  
 /*  
td.broButtRow
{								
	height:23pt;
	background-color: #B0a8aa;
	font-family: arial, helvetica, geneva;
	font-size: 12pt;
	font-weight: bold;
	color: #000000;
	vertical-align: middle;
}
*/
 
 /* browse list box header */  
 /*  
th.bro
{								
	background-color: green;
	height: 23pt;
	line-height: 20pt;
	font-family: arial, helvetica, geneva;
	font-weight: bold;
	color: white;
	font-size: 12pt;
	white-space: nowrap;
} 
*/
  
  /* browse list box cell */
  /*
td.broc
{								
	background-color: #FFFFFF;
	height: 16pt;
	line-height: 16pt;
	font-family: arial, helvetica, geneva;
	font-weight: normal;
	color: black;
	font-size: 10pt;
	white-space: nowrap;
}
*/

/* NEW - browse list box cell */   
/*                                         
td.brocnew
{								
	background-color: #C0C0C0;
	height: 16pt;
	line-height: 16pt;
	font-family: arial, helvetica, geneva;
	font-weight: bold;
	color: black;
	font-size: 10pt;
	white-space: nowrap;
}
*/
 
 /* header link decoration */   
 /*
a.bro:active {color: 4670A3; text-decoration: none;}		
a.bro:visited {color: 778899; text-decoration: none;}
a.bro:link {color: 4670A3; text-decoration: none;}
a.bro:hover {color: A8BBC9; text-decoration: underline;}
*/

/* cell link decoration */  
/*
a.broc:active {color: black; text-decoration: none;}		
a.broc:visited {color: black; text-decoration: none;}
a.broc:link {color: black; text-decoration: underline;}
a.broc:hover {color: black; text-decoration: none;}
 */
    
    /* cell link decoration (new)*/  
 /*
a.brocnew:active {color: black; text-decoration: none;}		
a.brocnew:visited {color: black; text-decoration: none;}
a.brocnew:link {color: black; text-decoration: underline;}
a.brocnew:hover {color: black; text-decoration: none;}
*/

/* ERROR MESSAGE */ 							
span.dialboxW
{								
	font-family: Arial, Helvetica, sans-serif;		/*set the font family*/ 
	font-size: 12pt;                                        /*set the font size*/ 
	color: red;                                             /*set the text color*/
	font-weight: bold;                                      /*set the font style*/  
}
  
/*the error style of the  li tag*/ 
li.error
{								
	font-family: arial, helvetica, geneva;   		/*set the font family*/
	font-size: 10pt;                                        /*set the font size*/ 
	color: #FF0000;                                         /*set the text color*/
}

/*the desc style of the  li tag*/
/* description message */ 
li.desc
{								
	font-family: arial, helvetica, geneva;			/*set the font family*/
	font-size: 10px;                                        /*set the font size*/   
	color: black ;                                          /*set the text color*/  
	line-height: 13pt;					/*set the line height*/ 
}
/*the dialboxErr style of the  p tag*/  
p.dialboxErr							
{
	font-family: arial, helvetica, geneva;			/*set the font family*/    
	color: #FF0000;                                         /*set the text color*/      
	font-size: 10pt;                                        /*set the font size*/     
	font-weight: bold;                                      /*set the font style*/    
}

/* body text - paragraph*/  
p.dialboxMsg							
{
	font-family: arial, helvetica, geneva; 			/*set the font family*/ 
	color: black ;                                          /*set the text color*/  
	font-size: 10pt;                                        /*set the font size*/   
	font-weight: bold;                                      /*set the font style*/  
}

/*the main style of the  hr tag*/ 
hr.main
{
	color:#4670A3;   					/*set the text color*/  
}

/*the whiteline style of the  hr tag*/    
hr.whiteline
{
	color:#FFFFFF;						/*set the text color*/     
}
/*the grayline style of the  hr tag*/
hr.grayline
{
	color:#D8DCDF;  					/*set the text color*/  
}

/*the style for mouse over of the td tag*/
td.over{background:#A8BBC9;cursor:hand;}   
/*the style for mouse over of the td tag*/
td.over1{background:#A8BBCF;cursor:hand;}  
/*the style for mouse out of the td tag*/
td.out{background:#4670A3;cursor:normal;}


-->
</STYLE>

