@charset "utf-8";
/* CSS Document */

body {
	background-image:url(fnd.jpg);
	background-position:center;
	background-attachment:fixed;
	background-color:#222;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

body,td,th {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	color:#E8E8E8
}

a:link {
	color: #FFC;
	text-decoration:none;
}
a:visited {
	color: #FFC;
}
a:hover {
	color: #000;
}
a:active {
	color: #000;
}

.mn {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight:bold;
}.ttl {
	font-size: 30px;
	font-weight: bold;
	color: #C00;
}
.ttl-prdct {
	font-size: 12px;
	font-weight: bold;
	color: #F00;
}
.txt-bttm {
	font-size: 10px;
}
.ttl-sccns {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #FFF;
	font-weight: bold;
}

.itm-cell {
	background-image:url(fnd-itm-cell.jpg);
}

.f100 {
    display: inline-block;
    text-align: center;
    margin: 0px;
    padding: 0px;
}