/* Pest Control 08 */
body, td{
	margin-top:0px;
	text-align: left;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #000000; /*dwas 464034*/ 
    text-decoration: none;
	
}
.tdlite{
	color:#000000;
	margin-top: 10px;
	background-color: #f5f2eb; /*dk brwon f4f8f4 f5f2eb*/  
	padding-top:3px;
	padding-left:12px;
	padding-bottom:5px;
}
a.nav a.nav:active,a.nav:link,a.nav:visited { /* 1 of 2 sets of link colors. Menu*/
	text-decoration: none;
	color: #fafc97;  /* yellow*/ 
	background-color: #004919; /* green*/ 
	font-size: 11px;
	font-weight: bold;
}
a.nav:hover{background-color: #004919;}/* Keep nav hover it doesn't conflicts with a:hover explorer*/ 
a a:hover,a:active,a:link,a:visited{
     text-decoration:none;
     font-weight: bold;
     font-size:11px;
     color:#555047; /* brown 6F685C*/ 
     background-color: #f4f8f4; /* lite grn bkg e2eae2*/
}
a:hover{background-color: #e2eae2;} /* liter grn bkg f4f8f4*/
.bord {border: 1px solid #cccccc;}/* Border Colors*/
.bordgr {border: 1px solid #004919;}
/* Background colors*/
.bkglit {background-color: #f5f2eb;}/* tan*/
.bkgliter {background-color: #fbf8f2;}/* very lite beige*/
.bkgdk {background-color: #948b7c;}/* dk brwn*/
.bkgr {background-color: #004919;}/* nav green*/
.bklitegr {background-color: #e2eae2;} /* bkg for links*/ 
.bkmisgr {background-color: #f4f8f4;} /* hover for nav & h1 bkg color*/
/* Background Images*/
.bkhouse {background-image : url(../images/certadv.gif); background-repeat: no-repeat;}
.bkhouse1 {background-image : url(../images/bkghouse2.gif); background-repeat: no-repeat;}
.bkline {background-image : url(../images/line2.gif); background-repeat: repeat-x;}/* gray friends line*/
.bkkid {background-image : url(../images/dog2a1.gif); background-repeat: no-repeat;}/* kid top slice*/
.bkkid1 {background-image : url(../images/dognewt2.gif); background-repeat: no-repeat;}/* kid top slice*/
.bkkidb {background-image : url(../images/dog2b1.gif);background-repeat: no-repeat;}/* kid bottom slice*/
.bkstfill {background-image : url(../images/fillt1.gif);background-repeat: repeat-x;}/* fill for stores box 1 of 3*/
.bkstfillleft {background-image : url(../images/leftmid.gif);background-repeat: repeat-y;}/* fill for stores box 1 of 3*/
.bkstfillright {background-image : url(../images/rightmid.gif);background-repeat: repeat-y;}/* fill for stores box 1 of 3*/
/* Title Colors:  Header white header title - line 1*/
.h1 {color: #ffffff;font-size: 5px;}/*white text above line 1*/
.h2 {font-size: 14px; font-family: arial} /* Trusted Residential Title Initial cap large for entire sentence. */
.h3,.h4,.h5 {color:#004919; font-size: 12px; text-align: center;}
.h3 {font-size: 14px;} 
.h5 {color: #464034; text-align: left;} 
.itl,.itlr ,.itll,.itl10 {font-style:italic; text-align: center; } /*Mailbag friends dept ag*/
.itlr {text-align: right;} /* mailbag sig*/
.itll {text-align: left;} /* mailbag sig*/
.itl10 {font-size: 10px;} /* MI Dept AG and friends is left ok to be ctr*/
.ctr {text-align: center;}/*Attributes for all Text*/
.rht {text-align: right;}
.lft {text-align: left;}
.bld {font-weight:bold;}
.nml {font-weight:normal;}
.uldisk,.ulstar{/* List bullet circle or star*/
     list-style-position:outside;
     margin-top: 5px;
	 font-weight:normal;
}
.uldisk{list-style:square;}
.ulstar{list-style-image: url(../images/star.gif);}
.uldiska{
list-style-position:outside;
margin-top: 0px;
margin-left: 5px;/* Needed to set left align for margin for ie*/
padding-left: 3px;/* Needed to set left align for margin for ffox*/
padding-bottom:25px;
padding-top: 7px; 
}
.more{line-height: 20px;}

/* grnhx {	Stores background-image: url(../htdocs/images/corners/corn1/cgrbtlrsp.gif)	background-repeat: no-repeat;}*/
.gbxtop {background-image : url(../images/corners/corn/gt.gif); background-repeat: repeat-x;}
.gbxbot {background-image: url(../images/corners/corn/gb.gif); background-repeat: repeat-x;}
.gbxrt {background-image: url(../images/corners/corn/grmr.gif); background-repeat: repeat-y;}
.gbxlft{background-image: url(../images/corners/corn/grml.gif); background-repeat: repeat-y;}
.lbxtop {background-image : url(../images/corners/corn/litet.gif); background-repeat: repeat-x;}/*lite box corners*/
.lbxbot {background-image: url(../images/corners/corn/liteb.gif); background-repeat: repeat-x;}
.lbxrt {background-image: url(../images/corners/corn/litemr.gif); background-repeat: repeat-y;}
.lbxlft{background-image: url(../images/corners/corn/liteml.gif); background-repeat: repeat-y;}

/* Bkg background */

imgbk 
{
background-image:url(../images/boydog12.gif);
background-repeat:no-repeat;
background-position:right top;
background-attachment:fixed;
}

td.abc {
width: 167px;
background: url("../images/boydog12.gif");
background-repeat: no-repeat;
background-position:right top;
background-attachment:fixed;
} 

/* Bkg background inline code*/
<element style="background-image:url(image.gif);background-repeat:no-repeat;"></element> 
