@charset "utf-8";
/* CSS Document */
body{
	background-color:#464646;
	}
.nav-bg{
	background-image:url(images/navig-bg.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
}

.dotted-ul1{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	}

.navig-style{
	font-size:14px;
	font-weight:normal;
	color:#CCCCCC;
	font-family: "Times New Roman", Times, serif;
	line-height: 22px;
	text-decoration: none;
	}

.navig-style:hover{
	font-size:14px;
	font-weight:normal;
	color:#fff;
	font-family: "Times New Roman", Times, serif;
	line-height: 22px;
	text-decoration: none;
	}
	
.navig-style:active{
	font-size:14px;
	font-weight:normal;
	color:#fff;
	font-family: "Times New Roman", Times, serif;
	line-height: 22px;
	text-decoration: none;
	}
	
/**/

.footer-txt{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#fff;
	}
	
.title1 {
	font-size:26px;
	font-weight:normal;
	color:#FFFFFF;
	font-family: "Times New Roman", Times, serif;
	text-decoration: none;
}
.txt {
	font-size:11px;
	font-weight:normal;
	color:#CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}

.link1 {
	font-size:11px;
	font-weight:normal;
	color:#CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}

.link1:hover {
	font-size:11px;
	font-weight:normal;
	color:#CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration:underline;
}