@charset "utf-8";
/* CSS Document */
body
{
background-image:url(../images/bg.jpg);
background-repeat:repeat-x;
font-family:Arial, Helvetica, sans-serif;
}
p
{
font-size:10pt;
text-align:left;
line-height:125%;
margin:10px 20px 0px 20px;
padding:0px;
}
p.home
{
margin-left:30px;
margin-right:30px;
}
p.form
{
font-weight:bold;
}
ul
{
font-size:10pt;
text-align:left;
line-height:125%;
margin:5px 20px 10px 10px;
}
li
{
margin-bottom:4px;
}
h1,h2,h3,h4,h5,h6
{
text-align:left;
line-height:125%;
margin:10px 20px 0px 20px;
padding:0px;
}
h1
{
font-size:18pt;
}
h2
{
font-size:16pt;
}
h3
{
font-size:14pt;
}
h4
{
font-size:12pt;
}
h5
{
font-size:10pt;
}
img
{
margin:0px;
padding:0px;
border:none;
}
p.bottomnav
{
font-size:8.5pt;
color:#ffffff;
text-align:center;
margin:10px;
}
td
{
vertical-align:top;
}
td.toprow
{
background-image:url(../images/toprow_bg.gif);
background-repeat:no-repeat;
width:894px;
height:96px;
}
td.secondrow
{
background-image:url(../images/loepfe_usa_cable_marking_products.jpg);
background-repeat:no-repeat;
width:894px;
height:120px;
}
td.maintop
{
width:677px;
background-image:url(../images/maincontent_top.gif);
background-repeat:no-repeat;
height:15px;
}
td.mainmiddle
{
width:677px;
background-image:url(../images/maincontent_middle.gif);
background-repeat:repeat-y;
}
td.mainbottom
{
width:677px;
background-image:url(../images/maincontent_bottom.gif);
background-repeat:no-repeat;
height:18px;
}
td.leftnavbottom
{
background-image:url(../images/leftnav_cable_bg.gif);
background-repeat:no-repeat;
height:100%;
}
p.ttpleft
{
font-size:10pt;
font-weight:bold;
margin:5px;
}
p.ttpright
{
font-size:10pt;
margin:5px;
}
.lefttable
{
width:180px;
background-color:#ffbf00;
background-image:url(../images/leftnav_cable_bg.gif);
background-repeat:no-repeat;
}
td.ttpw
{
background-color:#dddddd;
}


/* anchor tag text formatting for main content with white background */		

a:link.whitebg /* unvisited link */
	{
	color: #0000cc; 
	text-decoration: underline; 
	}
a:visited.whitebg /* visited link */
	{
	color: #cc0000;
	text-decoration: underline;
	}
a:hover.whitebg /* mouse over link */
	{
	color: #febf00;
	text-decoration: underline;
	} 
a:active.whitebg  /* selected link */
	{
	color: #7815cb;
	text-decoration: underline;
	}
/* anchor tag text formatting for main content with dark background */		
	
a:link.bottomlink /* unvisited link */
	{
	color: #ffffff; 
	text-decoration: none; 
	}
a:visited.bottomlink /* visited link */
	{
	color: #ffffff;
	text-decoration:none;
	}
a:hover.bottomlink /* mouse over link */
	{
	color: #fed040;
	text-decoration: underline;
	} 
a:active.bottomlink  /* selected link */
	{
	color: #fed040;
	text-decoration: underline;
	}