/*--***************************************************************
*  FILENAME:     sec_pg.css
*  DESCRIPTION:  Used by all secondary pages
*  CREATED:      Peter Nolan, 06/07/2004
*  MODIFIED:     Peter Nolan, 07/05/2004
*  CONTACT:      www.xolt.com/make.php?nav=xolt&page=contact_us.php
*                                                                 
*  Copyright (C) VR, Inc.
***************************************************************--*/    


/* ------------------- Secondary Page Primary Nav -------------------*/
	BODY			{background-color: #ffffff;
					margin: 0px;
					}
					
	TD				{font-family: verdana, arial, helvetica, sans-serif;
	            	font-size: 10pt; 
			    	color: #000000;
			    	}
					
	.sp_text		{font-family: verdana, arial, helvetica, sans-serif;
	            	font-size: 10pt; 
			    	color: #000000;
			    	}				
					
	.smtext			{font-family: verdana, arial, helvetica, sans-serif;
	            	font-size: 8pt; 
			    	color: #000000;
			    	}

	.deadlink		{font-family: verdana, arial, helvetica, sans-serif;
	            	font-size: 9pt; 
					font-weight: bold;
			    	color: #000000;
			    	}				
				
	A:link 			{color: #000000; text-decoration: none;
	                font-size: 8pt;
					font-weight: bold;
			    	}
					
					
	A:active		{color: #000000; text-decoration: none;
					font-size: 8pt;
					font-weight: bold;
			    	}
					
	A:visited		{color: #000000; text-decoration: none;
					font-size: 8pt;
					font-weight: bold;
			    	}
					
	A:hover			{color: #ED1C2F; text-decoration: underline;
					font-size: 8pt;
					font-weight: bold;
			    	}
					
					
	
				
/* ------------------- Secondary page subsidiary navigation -----------------*/
				
				
	.subsid			{font-family: verdana, arial, helvetica, sans-serif;
	            	font-size: 8pt;
					font-weight: bold;
					color: #000000;
					text-decoration: none;
					}
					
	.subsid A:link	{font-family: verdana, arial, helvetica, sans-serif;
	            	font-size: 8pt;
					font-weight: bold;
					color: #000000;
					text-decoration: none;
					}
					
	.subsid A:active{font-family: verdana, arial, helvetica, sans-serif;
	            	font-size: 8pt;
					font-weight: bold;
					color: #000000;
					text-decoration: none;
					}
					
	.subsid A:visited	{font-family: verdana, arial, helvetica, sans-serif;
	            	font-size: 8pt;
					font-weight: bold;
					color: #000000;
					text-decoration: none;
					}
					
	.subsid A:hover	{font-family: verdana, arial, helvetica, sans-serif;
  					font-size: 8pt;
					font-weight: bold;
					color: #ED1C2F;
                	text-decoration: underline;			
					}			

/* ------------------- Secondary page regular text link -----------------*/	
				
				
	.copylink		{font-family: verdana, arial, helvetica, sans-serif;
	            	font-size: 10pt;
					font-weight: normal;
					color: blue;
					text-decoration: none;
					}
					
	.copylink A:link	{font-family: verdana, arial, helvetica, sans-serif;
	            	font-size: 10pt;
					font-weight: normal;
					color: blue;
					text-decoration: none;
					}
					
	.copylink A:active {font-family: verdana, arial, helvetica, sans-serif;
	            	font-size: 10pt;
					font-weight: normal;
					color: blue;
					text-decoration: none;
					}
					
	.copylink A:visited	{font-family: verdana, arial, helvetica, sans-serif;
	            	font-size: 10pt;
					font-weight: normal;
					color: blue;
					text-decoration: none;
					}
					
	.copylink A:hover	{font-family: verdana, arial, helvetica, sans-serif;
  					font-size: 10pt;
					font-weight: normal;
					color: navy;
                	text-decoration: underline;			
					}			

/*	----------------------------------------------------------------------- */	



/* ------------------- Secondary page regular text -----------------*/			
	
			
    .bold           {font-family: verdana, arial, helvetica, sans-serif;
	            	font-size: 10pt;
					font-weight: bold; 
			    	color: #000000;
			    	}
					

