@charset "UTF-8";
/* CSS Document */

body {
	background-image:url(MAIN%20IMAGES/dust.png);
	background-repeat:repeat;
}

.navbg {
	background-image:url(MAIN%20IMAGES/navbg.png);
	background-repeat:repeat;
	text-align:center;
	font-family: Palatino, Georgia, Verdana, Times New 	Roman, Tahoma;
	font-size: 14px;
}

.navbg a:link {
	text-decoration:none;
	color:#000;
}
.navbg a:visited {
	text-decoration:none;
	color:#000;
}
.navbg a:hover {
	text-decoration:none;
	color:#666;
}
.navbg a:active {
	text-decoration:none;
	color:#000;
}


.rowsmall {
	font-size:8px;
}

.contactbg {
	background-image:url(MAIN%20IMAGES/servicesbg-01.png);
	background-repeat:no-repeat;
	background-position:right;
}


