/*--***************************************************************
*  FILENAME:     hom_pg.css
*  DESCRIPTION:  Used the site home page only
*  CREATED:      Peter Nolan, 06/04/2004
*  MODIFIED:     Peter Nolan, 06/06/2004
*  CONTACT:      www.xolt.com/make.php?nav=xolt&page=contact_us.php
*                                                                 
*  Copyright (C) VR, Inc.
***************************************************************--*/  

/* ------------------------ Home Page Content ---------------------------*/
	BODY			{background-color: #ffffff;
					margin: 0px;
					}
					
	TD				{font-family: verdana, arial, helvetica, sans-serif;
	            	font-size: 10pt; 
			    	color: #ffffff;
			    	}
					
	.hp_text		{font-family: verdana, arial, helvetica, sans-serif;
	            	font-size: 10pt; 
			    	color: #ffffff;
			    	}				
					
	.smtext			{font-family: verdana, arial, helvetica, sans-serif;
	            	font-size: 8pt; 
			    	color: #ffffff;
			    	}

	.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: 9pt;
					font-weight: bold;
			    	}
					
					
	A:active		{color: #000000; text-decoration: none;
					font-size: 9pt;
					font-weight: bold;
			    	}
					
	A:visited		{color: #000000; text-decoration: none;
					font-size: 9pt;
					font-weight: bold;
			    	}
					
	A:hover			{color: #ED1C2F; text-decoration: underline;
					font-size: 9pt;
					font-weight: bold;
			    	}
				
				
				
	
			
