	/*a:link { 
	  color: #40b504;
		}
  a:visited{ color: #256b03; }*/
  body { 
	  color: navy; 
		font-family: verdana;
		margin: 0;
		background-color: white;
		}
	#login {
	  position: absolute;
		top: 6px;
		right: 6px;
		align: right;
		padding: 3px;
		color: navy;
		font-size: 12px;
	  border-style: solid;
		border-width: 0 0 1px 1px;
		border-color: navy;
		background-color: white;
		}
  #login a{
		text-decoration: none;
		}
	table.body_table{
	  width: 1000px;
	  border-collapse: separate;
	  background-color: white;
		margin: 0;
		} 
	hr {
	  height: 0;
	  border: 0;
    border-top: 1px solid gold;
		}
	table.title_bar{
	  background-color: white;
		width: 1000px;
	  }
	td.title_bar{
	  vertical-align: bottom;
		text-decoration: none;
	  }
	img{
	  border: 0;
		}
	img.title_bar{
	  border: 0;
		}
	p.title_bar{
	  vertical-align: bottom;
		color: navy;
		}
	td.top_nav_bar{
	  border-collapse: collapse;
	  border-style: solid;
	  border-width: 1px 0 0 0;
		border-color: navy;
		background-color: white;
		padding: 3px 0 0 0;
		}
	#top_nav_button table{
	  border-collapse: separate;
		margin: 0px;
		border-style: solid;
		border-width: 0px 0px 0px 0px;
		border-color: navy;
		}
	/*td.top_nav_button{
	  width: 80px;
	  background-color: #40b504;
	  border-style: solid;
		border-width: 1px 1px 0 1px;
		border-top-color: #328d03;
		border-right-color: #215c02;
  	border-bottom-color: #215c02;
		border-left-color: #328d03;
		text-align: center;
		font-size: 13px;
		font-weight: bold;
	  }*/
	td.top_nav_button{
	  width: 75px;
	  background-color: gold;
	  border-style: solid;
		border-width: 1px 1px 0 1px;
		border-top-color: navy;
		border-right-color: navy;
  	border-bottom-color: white;
		border-left-color: navy;
		text-align: center;
		font-size: 13px;
		
	  }
	td.top_nav_button_selected{
	  width: 75px;
	  background-color: white;
	  border-style: solid;
		border-width: 1px 1px 0 1px;
		border-left-color: navy;
		border-right-color: navy;
		border-top-color: navy;
		text-align: center;
		font-size: 13px;
		font-weight: bold;
	  }
	#top_nav_button a{
		text-decoration: none;
		color: black; /*#f9ff2e;*/	
		
	  }
	td.content{
	  width: 800px;
	  vertical-align: top;
		padding: 10px;
		background-color: white;
		font-size: 14px;
		}
	td.right_nav_bar{
	  width: 200px;
	  vertical-align: top;
		background-color: white;
		horizontal-align: left;

		}
	td.right_nav_button{
	  color: #94fb00;
		font-size: 13px;
    font-weight: bold;
		border-style: solid;
		border-width: 1px 0px 0px 0px;
		border-top-color: #2e8303;
		border-right-color: #2e8303;
  	border-bottom-color: #f9ff2e;
		border-left-color: #2e8303;
		}
	#right_nav_button a{
	  text-decoration: none;
	  color: #94fb00;
		font-size: 13px;
    font-weight: bold;
		}	
	td.right_nav_subbutton{
	  color: #94fb00;
		font-size: 13px;
    font-weight: bold;
		border-style: solid;
		border-width: 1px 0px 0px 10px;
		border-top-color: #2e8303;
		border-right-color: #2e8303;
  	border-bottom-color: #f9ff2e;
		border-left-color: black;
		}
	#right_nav_subbutton a{
	  text-decoration: none;
	  color: #94fb00;
		font-size: 13px;
    font-weight: bold;
		}	 	  
	#product_listing td{
	  font-size: small;
		color: black;
		font-weight: bold;
		}
  #product_listing a:link{
	  font-size: small;
	  color: #40b504;
		font-weight: normal;
		text-decoration: none;
		}
	#product_listing a:visited{
	  font-size: small;
    color: #256b03;
		font-weight: normal;
		text-decoration: none;
		}
