         a:link 
	 		 {
	  		 color: white;
			 text-decoration: none;
			 font-family: "Arial", Times, serif;
			 font-weight: bold;
			 font-size: 9pt
			 }
         a:visited 
   			 {
			 color: #ffffff;
			 text-decoration: none;
			 font-family: "Arial", sans-serif, Times;
			 font-weight: bold;
			 font-size: 9pt

			 }
	 a:hover 
	 		 {
			 color: #BBBBBB;
			 text-decoration: none;
			 font-family: "Arial", sans-serif, Times;
			 font-weight: bold;
			 font-size: 9pt
			 }
	a.underlined:link 
			 {
			 color: white;
			 text-decoration: underline;
			 font-family: "Arial", Times, serif;
			 font-weight: bold;
			 font-size: 9pt
			 }
         a.underlined:visited 
			 {
			 color: #ffffff;
			 text-decoration: underline;
			 font-family: "Arial", sans-serif, Times;
			 font-weight: bold;
			 font-size: 9pt
			 }
         a.underlined:hover
			 {
			 color: #BBBBBB;
			 text-decoration: underline;
			 font-family: "Arial", sans-serif, Times;
			 font-weight: bold;
			 font-size: 9pt
			 }
			img.logo_image{
				
				/*display: block;
				margin-left: auto;
				margin-right: auto; 
				Removee these 3 lines as they were causing
				the popup to display in the black space beside the logos
				They DO center the image though!*/
				border-style: outset;
				border-color: white;
				border-width: 3px
				
				}
		
		td.td_menu_style
		{
		WIDTH: 115px;
		PADDING-TOP: 0px;
		PADDING-LEFT: 5px;
		BORDER-RIGHT: 1px solid #666666;
		BORDER-TOP: 0px		
		}
		/* The following is basically just to set the font in a table */
		td.tdstyle
		{
		PADDING-RIGHT: 100PX;
		font-family: "Arial", sans-serif, Times;
		font-weight: bold;
		font-size: 9pt;
		color: white	
		}
		td.td_body_main
		{
		WIDTH: 645px;
		PADDING-TOP: 60px;
		BORDER-TOP: 0px;
		background-image: url("Edge Pictures/edge_main.jpg");
		background-repeat: no-repeat;
		background-position: left top
		}
		/* The following is just to adjust for a different main picture */
		td.td_body_main2
		{
		WIDTH: 645px;
		PADDING-TOP: 116px;
		BORDER-TOP: 0px;
		background-image: url("Edge Pictures/edge_main.jpg");
		background-repeat: no-repeat;
		background-position: left top
		}
		td.td_body_company
		{
		WIDTH: 645px;
		PADDING-TOP: 80px;
		PADDING-LEFT: 50PX;
		PADDING-RIGHT: 150PX;
		BORDER-TOP: 0px;
		background-image: url("Edge Pictures/edge_company.jpg");
		background-repeat: no-repeat;
		background-position: left top
		}
		td.td_body_contact
		{
		WIDTH: 645px;
		PADDING-TOP: 80px;
		BORDER-TOP: 0px;
		background-image: url("Edge Pictures/edge_contact.jpg");
		background-repeat: no-repeat;
		background-position: left top
		}
		td.td_body_products
		{
		WIDTH: 645px;
		PADDING-TOP: 80px;
		BORDER-TOP: 0px;
		background-image: url("Edge Pictures/edge_products.jpg");
		background-repeat: no-repeat;
		background-position: left top
		}
		td.td_body_tools
		{
		WIDTH: 645px;
		PADDING-TOP: 80px;
		BORDER-TOP: 0px;
		background-image: url("Edge Pictures/edge_tools.jpg");
		background-repeat: no-repeat;
		background-position: left top
		}
		td.td_body_promotions
		{
		WIDTH: 645px;
		PADDING-TOP: 80px;
		BORDER-TOP: 0px;
		background-image: url("Edge Pictures/edge_promotions.jpg");
		background-repeat: no-repeat;
		background-position: left top
		}
        li.contact_font
        {
        font-family: "Arial", sans-serif, Times;
		color: white;
		font-size: 10pt;
        }