/* CSS Document */

/**********************************************************************************************

COMMON SETTINGS

***********************************************************************************************/				

/* this class controls the FONT PROPERTIES ***********************************/
.normaltxt	/* SPAN */
								{	
									
									font-size: 1.1em;
									font-style: normal;		
									font-weight: normal;
									text-align: justify;
									color: #4F4D4D; 
									font-family:Verdana, Arial, Helvetica, sans-serif;
								}						


								


/* this class controls the HEADING properties  ***********************************/
.headin /* TABLE AND SPAN */
								{	
									
									font-size: 1.1em;
									font-style: normal;		
									font-weight: bold;			
									color: #333333; 
									font-family:Arial, Helvetica, sans-serif;
									background-color: 
									
									
								}
.subheadin{
									font-size: 1.1em;
									font-style: normal;		
									font-weight: bold;			
									color: #FFFFFF; 
									font-family:Arial, Helvetica, sans-serif;
									background-color: 
								}

		
/* this class controls the MAIN LINKS properties ***********************************/
/*AND INCLUDES PROPERTIES FOR LINK, HOVER, VISITED*/
a.mlinks /* A */
								{	
									
									font-size: .9em;
									font-style: normal;		
									font-weight: bold;			
									color: #8C8B8B; 	
									font-family:Arial, Helvetica, sans-serif;	
								}
								
a.mlinks:hover /* A */
								{	
									color: #840A10;										
									text-decoration:none;
									font-family:Arial, Helvetica, sans-serif;
								}


/* this class controls the HIGHLIGHTED LINKS properties ***********************************/
/*AND INCLUDES PROPERTIES FOR LINK, HOVER, VISITED*/
a.hlinks /* A */
								{	
									
									font-size: .8em;
									font-style: normal;		
									font-weight: bold;			
									color:#9C0808; 					
									text-decoration:none;
									font-family:Arial, Helvetica, sans-serif;
								}
								
a.hlinks:hover /* A */
								{	
									color: <%= prim.normal %>; 
									text-decoration:underline;
									font-family:Arial, Helvetica, sans-serif;
																		
								}
								
								


/* this class controls the VERTICAL SEPARATOR properties  ********************/
.vsep/* TABLE */
			 					{  
									/*path should be uimages/
									images should physically reside in template uimages folder*/
									background-color: #000066 
								}
								
								
								
