@charset "UTF-8";
/* CSS Document */



body {
	background-color: #FFFFFF;
	color:#999999;
	font-family:"Courier New", Courier, monospace;
	font-size:12px}

img {border-style:none}


td
{padding:20px}





a:link { 
	color:#FF0066;
	}
a:visited { 
	color:#FF0066;
	}
a:hover { 
	color: #66FF33;
	background-color:none;
	text-decoration: none;
	}
a:active { 
	color:#FF0066;
	}




#banners
{
 display: block;
  width: 100px;
  height: 100px;
  background: url("img/banners_thumb.jpg") no-repeat 0 0;

}

#banners:hover
{ 
  background: url("img/banners_thumb_hover.jpg") no-repeat 0 0;
}

#banners span
{
  display: none;
}

#banners:focus
{ 
}



#us
{
 display: block;
  width: 100px;
  height: 100px;
  background: url("img/us_thumb.jpg") no-repeat 0 0;

}

#us:hover
{ 
  background: url("img/us_thumb_hover.jpg") no-repeat 0 0;
}

#us span
{
  display: none;
}

#us:focus
{ 
}



#rs
{
 display: block;
  width: 100px;
  height: 100px;
  background: url("img/rs_thumb.jpg") no-repeat 0 0;

}

#rs:hover
{ 
  background: url("img/rs_thumb_hover.jpg") no-repeat 0 0;
}

#rs span
{
  display: none;
}

#rs:focus
{ 
}







#nylon
{
 display: block;
  width: 100px;
  height: 100px;
  background: url("img/nylon_thumb.jpg") no-repeat 0 0;

}

#nylon:hover
{ 
  background: url("img/nylon_thumb_hover.jpg") no-repeat 0 0;
}

#nylon span
{
  display: none;
}

#nylon:focus
{ 
}






#personal
{
 display: block;
  width: 100px;
  height: 100px;
  background: url("img/personal_thumb.jpg") no-repeat 0 0;

}

#personal:hover
{ 
  background: url("img/personal_thumb_hover.jpg") no-repeat 0 0;
}

#personal span
{
  display: none;
}

#personal:focus
{ 
}



















.hed
	{font-size:36px; margin-top:15px
}
