.nav {
text-decoration: none;
color: #818181; line-height:100%; margin-top:0; margin-bottom:0
}
a:hover.nav {
text-decoration: underline;
color: #1e1e1e;
}
.nav2 {
text-decoration: none;
color: #18105a; line-height:100%; margin-top:0; margin-bottom:0
}
a:hover.nav2 {
text-decoration: underline;
color: #818181;
}
.nav3-grey-to-blue {
text-decoration: none;
color: #818181; line-height:100%; margin-top:0; margin-bottom:0
}
a:hover.nav3-grey-to-blue {
text-decoration: underline;
color: #18105a;
}
.nav4-grey-to-blue {
text-decoration: none;
color: #666666; line-height:100%; margin-top:0; margin-bottom:0
}
a:hover.nav4-grey-to-blue {
text-decoration: none;
color: #18105a;
}
.nav5 {
text-decoration: underline;
color: #18105a; line-height:100%; margin-top:0; margin-bottom:0
}
a:hover.nav5 {
text-decoration: none;
color: #666666;
}

.nav6-newblu-to-dgry {
text-decoration: none;
color: #304493; line-height:100%; margin-top:0; margin-bottom:0
}
a:hover.nav6-newblu-to-dgry {
text-decoration: none;
color: #666666; 
}
.nav7-newblu-to-dgry {
text-decoration: underline;
color: #304493; line-height:100%; margin-top:0; margin-bottom:0
}
a:hover.nav7-newblu-to-dgry {
text-decoration: none;
color: #666666; 
}
a:hover.nav6-newblu-to-dgry {
text-decoration: underline;
color: #666666; 
}
.nav8-grey-underline {
text-decoration: underline;
color: #666666; line-height:100%; margin-top:0; margin-bottom:0
}
a:hover.nav8-grey-underline {
text-decoration: none;
color: #304493;
}

.paragraph   { word-spacing: 0; line-height: 100%; margin-top: 0; margin-bottom: 0 }
.copyright {  font-family: Verdana, sans-serif; font-size: 7pt; font-weight: 400; color: #828282} 
.header_bg {
	background-image: url(http://www.4remotesupport.com/img/bg-color-82px.gif);
	background-repeat: repeat-x;
}
.header_bg1 {
	background-image: url(http://www.4remotesupport.com/img/bck_hp2_1.JPG);
	background-repeat: no-repeat;
}
TD{Color : #000000; Font-Family : verdana; Font-Size : 10px;}
.bordures{ border: 1px solid #c0c0c0; }
.sub {
	font-size: 13px;
	font-weight: bold;
	color: #304493;
}
.off {background-color: #F4F4F4;}
.offwhite {background-color: #FFFFFF;}
.on {background-color: #dedfde;}

#navpanel
{
	width: 190px;
	height: 50px;
	border-bottom: 1px solid white;
	color: white;
	background-color: #2020C0;
	opacity: 0.65;
	-moz-opacity: 0.65;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=65);
	
	position: fixed;
	top: 0px;
	margin-left: 275px;
	left: 0px;
	margin-top: 5px;
	padding: 2px;
	z-index: 99;

	_position: absolute;
	_top: expression((dummy = document.documentElement.scrollTop) + "px");
}