/* CSS Document */
body{
	background-image: url(../images/bgd.jpg);
	background-repeat: repeat;

}
.txt_nav,
a.txt_nav:active,
a.txt_nav:visited,
a.txt_nav:link
 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration:none;
}
a.txt_nav:hover
 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #06D732;
	text-decoration:none;
}
.txt_footnav,
a.txt_footnav:hover,
a.txt_footnav:active,
a.txt_footnav:visited,
a.txt_footnav:hover
 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #999999;
	text-decoration:none;
}
.txt_body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #837878;
	text-decoration: none;
	line-height: 15px;
}
.txt_body a:hover,
.txt_body a:visited,
.txt_body a:active,
.txt_body a:link 
 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #837878;
	text-decoration: none;
	line-height: 15px;
}
.bgd_header {
	background-image: url(../_img/bgd_header.gif);
	background-repeat: repeat-x;
}
.bgd_nav {
	background-image: url(../_img/bgd_nav.gif);
	background-repeat: repeat-x;
}
.bgd_navhighlight {
	background-image: url(../_img/bgd_navhilight.jpg);
	background-repeat: repeat-x;
}
.divider_dotted {
	background-image: url(../_img/dotted_divider.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}
.divider {
	background-image: url(../_img/dotted_divider.gif);
	background-repeat: repeat-y;
	background-position: bottom;
}
.bgd_client {
	background-image: url(../_img/bgd_client.gif);
	background-repeat: repeat-x;
	background-position: center bottom;
	border: 1px solid #C8C8C8;
	padding: 5px;
}
.bgd_requestaquote {
	background-image: url(../_img/bgd_requestaquote.gif);
	background-repeat: repeat-y;
}
.date {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #06D732;
	text-decoration: none;
	line-height: 15px;
}
.dottedline-horizon {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
}
