@charset "utf-8";
body{
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #333333;
	background-image: url(../images/bg.jpg);
}
a:link {
	text-decoration: none;
	color: #D90000;
}
a:visited {
	text-decoration: none;
	color: #D90000;
}
a:hover {
	text-decoration: none;
	color: #0033CC;
}
a:active {
	text-decoration: none;
	color: #0033CC;
}
.main-txt {
	font-family: Tahoma;
	font-size: 13px;
	color: #5c5c5c;
	text-align: justify;
}
.home1-txt {
	font-family: Tahoma;
	font-size: 11px;
	color: #5c5c5c;
}
.home2-txt {
	font-family: Tahoma;
	font-size: 11px;
	color: #183994;
	font-weight: bold;
}
.bot-bg {
	background-color: #565656;
	background-image: url(../images/bg-bot.jpg);
	background-repeat: repeat-x;
}

.bot-link {
	font-family: Tahoma;
	font-size: 11px;
	color: #9EAAB4;
}
.copy {
	font-family: Tahoma;
	font-size: 11px;
	color: #a5a5a5;
}
