body {
	background-color:#FFF;
	background-image: url(images/bg.png);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center center;
	cursor: default;
}
.mbHeader {display: none;}
.bl {
	background-image: url(images/txt_bl.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.space  {
	background-image: url(images/txt_clr.png);
}
.tl {
	background-image: url(images/txt_tl.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.tr {
	background-image: url(images/txt_tr.png);
	background-position: right top;
	background-repeat: no-repeat;
}
.br {
	background-image: url(images/txt_br.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}


h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	padding-left: 30px;
	padding-right: 30px;
}
.top {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	background-image: url(images/txt_clr.png);
	padding-left: 30px;
	height: 30px;
}

.text {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-right: 30px;
	padding-left: 30px;
	background-image: url(images/txt_clr.png);
	padding-top: 20px;
	padding-bottom: 20px;
}
.text a:link {
	color: #00F;
	text-decoration: none;
}
.text a:visited {
	color: #009;
	text-decoration: none;
}
.text a:hover {
	color: #00F;
	text-decoration: underline;
}

.footer {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	background-image: url(images/index_10.png);
	height: 40px;
	background-repeat: no-repeat;
	background-position: center bottom;
	width: 100%;
	position: fixed;
	bottom: 0%;
	padding-top: 10px;
	padding-bottom: 7px;
}
.footer a:link {
	color: #000;
	text-decoration: none;
}
.footer a:visited {
	color: #000;
	text-decoration: none;
}
.footer a:hover {
	color: #000;
	text-decoration: overline;
}
.flt_rt{
	float: right;
}
.flt_lft{
	float: left;
}
.sites {
	border: 1px solid #333;
}
.fbDiff a:hover{
	text-decoration: none;
}
