
/* This is the style sheet for PacificCable.com */

/* This code puts dotted lines under links. No longer used, but preserved here.
A
	{text-decoration: none; border-bottom:1px dotted #000000}

A:hover 
	{COLOR: Red; text-decoration: underline; border-bottom: none}

A:visited:hover 
	{COLOR: Red; text-decoration: underline; border-bottom: none}

A:visited
	{border-bottom:1px dotted #800080}

body {
   font-family:  trebuchet ms, Arial, Helvetica
}
*/


A
	{text-decoration: none}

A:hover 
	{COLOR: Red; text-decoration: underline; border-bottom: none}

A:visited:hover 
	{COLOR: Red; text-decoration: underline; border-bottom: none}

A:visited
	{text-decoration: none}

body {
   font-family:  trebuchet ms, Arial, Helvetica
}


.leftnav-border-back { background-color: #666666 }
.leftnav-content { background-color: #F2F2F2; font-family: Arial, sans-serif; font-size: 10px}

a.leftnav-content,
 { text-decoration: none}

a.leftnav-content:visited
 { text-decoration: none; color: #C000C0 }

a.leftnav-content:active,
a.leftnav-content:hover
 { text-decoration: none; color: #FE4532 }

.leftnav-head { font-family: Arial, sans-serif; font-size: 12px }
.leftnav-form-textbox { width: 170px }


