@charset "utf-8";
.fd {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #1a1919;
	background-image: url(images/bkground.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
.textBlack {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #000000;
}
.textBlack a:link{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #ff0000;
	text-decoration:underline;
}
.textBlack a:visited{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #000000;
	text-decoration:underline;
}
.textBlack a:hover{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #ff0000;
	text-decoration:none;
}
.textWhite {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #ffffff;
}
.textRed {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #f10202;
}

.borderImage{
    border: 4px solid #cccccc;
}
