/* CSS Document */
/**********************************************************************************************
LAYOUT
***********************************************************************************************/
								
/* this class controls the GLOBAL PROPERTIES ***********************************/
table.lay	/* 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:  #5F575F;
								}								
/* this class controls the FONT PROPERTIES ***********************************/
.laynormaltxt	/* SPAN */
								{	
									
									font-size: 1em;
									font-style: normal;		
									font-weight: normal;			
									color: #686767; 
								}						
/* this class controls the BULLETED LIST properties  ********************/
.layul	/* UL */
								{	
									margin-top: 5px;
									margin-left: 20px;

									list-style-type: disc; /*square disc circle*/
								}
								
/* this class controls the SUPER HEADING properties  ***********************************/
.laysupheadin /* TABLE AND SPAN */
								{	
									
									font-size: 1.8em;
									font-style: normal;		
									font-weight: bold;			
									color: #0B090B; 
									

									background-color: ;
									
								}
/* this class controls the HEADING properties  ***********************************/
.layheadin /* TABLE AND SPAN */
								{	
									
									font-size: 1.5em;
									font-style: normal;		
									font-weight: bold;			
									color: #00006C; 
									

									background-color: ;
									
									
								}
/* this class controls the SUB HEADING properties  ******************************/
.laysubheadin /* TABLE AND SPAN */
								{	
									
									font-size: 1.2em;
									font-style: normal;		
									font-weight: bold;			
									color: #003884; 
									

									background-color: ;
								}					
/* this class controls the MAIN LINKS properties ***********************************/
/*AND INCLUDES PROPERTIES FOR LINK, HOVER, VISITED*/
a.laymlinks /* A */
								{	
									
									font-size: 1em;
									font-style: normal;		
									font-weight: normal;			
									color: #33339F; 		
								}
								
a.laymlinks:hover /* A */
								{	
									color: #0061AD;										
									text-decoration:underline;
								}
/* this class controls the HIGHLIGHTED LINKS properties ***********************************/
/*AND INCLUDES PROPERTIES FOR LINK, HOVER, VISITED*/
a.layhlinks /* A */
								{	
									
									font-size: 1em;
									font-style: normal;		
									font-weight: normal;			
									color: #003884; 					
									text-decoration:underline;
								}
								
a.layhlinks:hover /* A */
								{	
									color: #6666CF; 
									text-decoration:underline;
																		
								}
								
								
/* this class controls the TRANSPARENT BOX ***********************************/
/*AND INCLUDES PROPERTIES FOR th, LINK, HOVER, VISITED*/
.laytbox	/* SPAN */
								{	
									
									font-size: 1em;
									font-style: normal;		
									font-weight: normal;			
									color: #000000; 
							

									background-color:  ;
						
								}
								
								
table.laytbox	/* TABLE */
								{	
									
									font-size: 1em;
									font-style: normal;		
									font-weight: normal;			
									color: #000000; 
									

									background-color: ;
								    BORDER-RIGHT: 1px solid;
									BORDER-TOP:  1px solid;
									BORDER-LEFT:  1px solid;
									BORDER-BOTTOM: 1px solid;
									border-color: #0B090B;							
								}
th.laytbox	/* TH AND SPAN*/
								{	
									
									font-size: 1.2em;
									font-style: normal;		
									font-weight: bold;			
									color: #00006C; 
									
									

									background-color: ;							
								}
a.laytbox	/* A */
								{	
									
									font-size: 1em;
									font-style: normal;		
									font-weight: normal;			
									color: #33339F; 
									text-decoration:underline;
								}
														
a.laytbox:hover	/* A */
								{	
									color: #2984CC; 
									text-decoration: underline;										
								}
				
			
								
/* this class controls the DARK BOX ***********************************/
/*AND INCLUDES PROPERTIES FOR th, LINK, HOVER, VISITED*/
.laydbox	/* SPAN */
								{	
									
									font-size: 1em;
									font-style: normal;		
									font-weight: normal;			
									color: #FFFFFF; 
							

									background-color: #0B090B;
						
								}
								
								
table.laydbox	/* TABLE */
								{	
									
									font-size: 1em;
									font-style: normal;		
									font-weight: normal;			
									color: #FFFFFF; 
									

									background-color: #0B090B;
								    BORDER-RIGHT: 0px solid;
									BORDER-TOP:  0px solid;
									BORDER-LEFT:  0px solid;
									BORDER-BOTTOM: 0px solid;
									border-color: #E7E3E7;							
								}
th.laydbox	/* TH AND SPAN*/
								{	
									
									font-size: 1.2em;
									font-style: normal;		
									font-weight: bold;			
									color: #00006C; 
									
									

									background-color: #E7E3E7;							
								}
a.laydbox	/* A */
								{	
									
									font-size: 1em;
									font-style: normal;		
									font-weight: normal;			
									color: #CCCCFF; 
									text-decoration: underline;
								}
														
a.laydbox:hover	/* A */
								{	
									color: #74B5E8; 
									text-decoration:underline;										
								}
								
/* this class controls the NORMAL BOX ***********************************/
/*AND INCLUDES PROPERTIES FOR th, LINK, HOVER, VISITED*/
.laynbox	/* SPAN */
								{	
									
									font-size: 1em;
									font-style: normal;		
									font-weight: normal;			
									color: #FFFFFF; 
									

									background-color:  #B6AEB6;
									
								}
table.laynbox	/* TABLE */
								{	
									
									font-size: 1em;
									font-style: normal;		
									font-weight: normal;			
									color: #FFFFFF; 
									

									background-color:#B6AEB6;							
								    BORDER-RIGHT: 0px solid;
									BORDER-TOP:  0px solid;
									BORDER-LEFT:  0px solid;
									BORDER-BOTTOM: 0px solid;
									border-color:  #0B090B;
								}
th.laynbox	/* TH AND SPAN */
								{	
									
									font-size: 1.2em;
									font-style: normal;		
									font-weight: bold;			
									color: #CCCCFF; 
									
									

									background-color: #5F575F;
									
																											
								}
a.laynbox	/* A */
								{	
									
									font-size: 1em;
									font-style: normal;		
									font-weight: normal;			
									color: #EAF4FC; 
									text-decoration: underline;
								}
														
a.laynbox:hover	/* A */
								{	
									color: #33339F; 										
									text-decoration:underline;
								}
								
/* this class controls the LIGHT BOX ***********************************/
/*AND INCLUDES PROPERTIES FOR th, LINK, HOVER, VISITED*/
.laylbox	/* SPAN */
								{	
									
									font-size:1em;
									font-style: normal;		
									font-weight: normal;			
									color: #000000; 
									

									background-color:  #F7F3F7;
								}
table.laylbox	/* TABLE */
							{	
									
									font-size: 1em;
									font-style: normal;		
									font-weight: normal;			
									color: #000000; 
									

									background-color: #F7F3F7;							
								    BORDER-RIGHT: 0px solid;
									BORDER-TOP:  0px solid;
									BORDER-LEFT:  0px solid;
									BORDER-BOTTOM: 0px solid;
									border-color:  #0B090B;
								}
th.laylbox	/* TH AND SPAN */
								{	
									
									font-size: 1.2em;
									font-style: normal;		
									font-weight: bold;			
									color: #00006C; 
									
									

									background-color: #E7E3E7;
																											
								}
a.laylbox	/* A */
								{	
									
									font-size: 1em;
									font-style: normal;		
									font-weight: normal;			
									color: #33339F; 
									text-decoration:underline;
								}
														
a.laylbox:hover	/* A */
								{	
									color: #0061AD; 										
									text-decoration:underline;
								}
								
/* this class controls the FINE TEXT BOX properties ***********************************/
/*AND INCLUDES PROPERTIES FOR th, LINK, HOVER, VISITED*/
.layfinetxtbox	/* SPAN */
								{	
									
									font-size: .8em;
									font-style: normal;		
									font-weight: normal;			
									color:#33339F; 
									

									background-color: ; 															
						
								}
table.layfinetxtbox/* TABLE */
								{	
									
									font-size: .8em;
									font-style: normal;		
									font-weight: normal;			
									color:#33339F;  
									

									background-color: ; 															
								    BORDER-RIGHT: 0px solid;
									BORDER-TOP:  0px solid;
									BORDER-LEFT:  0px solid;
									BORDER-BOTTOM: 0px solid;
									border-color:  #0B090B;							
								}
th.layfinetxtbox/* TH AND SPAN */
								{	
									
									font-size: 1.2em;
									font-style: normal;		
									font-weight: bold;			
									color: #003884; 
									
									

									background-color: #F7F3F7;
																											
								}
a.layfinetxtbox/* A */
								{	
									
									font-size: 1em;
									font-style: normal;		
									font-weight: normal;			
									color: #0061AD; 		
									text-decoration:underline;
								}
								
a.layfinetxtbox:hover/* A */
								{ 	
									color: #33339F; 										
									text-decoration:underline;
								}							
/* this class controls the HORIZONTAL SEPARATOR properties  ********************/
.layhsep/* TABLE */
			 					{  

									/*path should be uimages/
									images should physically reside in template uimages folder*/
									background-color: #0B090B;
								}
								
/* this class controls the VERTICAL SEPARATOR properties  ********************/
.layvsep/* TABLE */
			 					{  

									/*path should be uimages/
									images should physically reside in template uimages folder*/
									background-color: #0B090B; 
								}
								
								
								
/* this class controls the SPLASH COLOR properties ***********************************/
.layprimvdark
		{
			background-color: #00006C;
		}
.layprimdark
		{
			background-color: #33339F;
		}
.layprimnormal
		{
			background-color: #6666CF;
		}
.layprimlight	
		{
			background-color: #9999FF;
		}
.layprimvlight	
		{
			background-color: #CCCCFF;
		}
.laysecvdark
		{
			background-color: #003884;
		}
.laysecdark
		{
			background-color: #0061AD;
		}
.laysecnormal
		{
			background-color: #2984CC;
		}
.layseclight	
		{
			background-color: #74B5E8;
		}
.laysecvlight	
		{
			background-color: #EAF4FC;
		}
		
.laybgvdark
		{
			background-color: #0B090B;
		}
.laybgdark
		{
			background-color: #5F575F;
		}
.laybgnormal
		{
			background-color: #B6AEB6;
		}
.laybglight	
		{
			background-color: #E7E3E7;
		}
.laybgvlight	
		{
			background-color: #F7F3F7;
		}
		
		
.laytxtvdark
		{
			background-color: #000000;
		}
.laytxtdark
		{
			background-color: #4A4949;
		}
.laytxtnormal
		{
			background-color: #686767;
		}
.laytxtlight	
		{
			background-color: #CCCCCC;
		}
.laytxtvlight	
		{
			background-color: #FFFFFF;
		}
		
								
								
								
																
.formlbox	/* SPAN */
								{	
									
									font-size:1em;
									font-style: normal;		
									font-weight: normal;			
									color: #000000; 
									

									background-color:  #F7F3F7;
								}
table.formlbox	/* TABLE */
							{	
									
									font-size: 1em;
									font-style: normal;		
									font-weight: normal;			
									color: #000000; 
									

									background-color: #F7F3F7;							
								    BORDER-RIGHT: 1px solid;
									BORDER-TOP:  1px solid;
									BORDER-LEFT:  1px solid;
									BORDER-BOTTOM: 1px solid;
									border-color:  #B6AEB6;
								}
th.formlbox	/* TH AND SPAN */
								{	
									
									font-size: 1.2em;
									font-style: normal;		
									font-weight: bold;			
									color: #00006C; 
									
									

									background-color: #E7E3E7;
																											
								}
a.formlbox	/* A */
								{	
									
									font-size: 1em;
									font-style: normal;		
									font-weight: normal;			
									color: #33339F; 
									text-decoration:underline;
								}
														
a.formlbox:hover	/* A */
								{	
									color: #0061AD; 										
									text-decoration:underline;
								}
INPUT	/* SPAN */
								{	
									font-face: arial, verdana, ms sans serif;
									font-size: 1em;
									font-style: normal;		
									font-weight: normal;			
									color: #000000;  
								}
								
TEXTAREA	/* SPAN */
								{	
									
									font-size: 1em;
									font-style: normal;		
									font-weight: normal;			
									color: #000000;  
									font-family: arial, verdana, ms sans serif;
								}
								
.warningText	/* SPAN */
								{	
									
									
									font-style: normal;		
									font-weight: normal;			
									color: red;  
									font-face: verdana;
								}
								
																
.formwarningText	/* SPAN */
								{	
									
									
									font-style: normal;		
									font-weight: normal;			
									color: red;  
									font-face: verdana;
								}

