@charset "utf-8";
body{
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../images/bg.jpg);

}
a:link {
	text-decoration: none;
	color: #176491;
}
a:visited {
	text-decoration: none;
	color: #176491;
}
a:hover {
	text-decoration: none;
	color: #042a40;
}
a:active {
	text-decoration: none;
	color: #042a40;
}
.main-txt {
	font-family: Tahoma;
	font-size: 13px;
	color: #3d3d3d;
	text-align:justify;
}
.main-title{
	font-family: Tahoma;
	font-size: 26px;
	color: #3d3d3d;
	text-align:justify;
}
.big-txt {
	font-family: Tahoma;
	font-size: 13px;
	color: #2f373e;
	font-weight: bold;
}
.bot-link {
	font-family: Tahoma;
	font-size: 11px;
	color: #647179;
}
.copy {
	font-family: Tahoma;
	font-size: 11px;
	color: #8e8e8e;
}