/* CSS Document */
.l-header {
	width: 150px;
	height: 70px;
	}
.logo {
	display: block;
	width: 140px;
	height: 50px;
	text-decoration: none !important;
	background: url(/images/logo.png) 0 -50px no-repeat;
	}
.logo:hover {
	background-position: 0 0;
	}
.sitename {
	font: normal normal 0.80em/1 Verdana, Arial, Helvetica, sans-serif;
	width: 140px;
	margin: 0;
	padding-top: 2px;
	text-align: center;
	border-top: 2px solid;
	}
	.sitename a {
		text-decoration: none !important;
		}

td {
	/*background: #FFCFCF;
	border: 1px solid #F0F;*/
	}