@charset "UTF-8";
/* CSS Document */

body,td,th {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	color: #333;
}
body {
	background-color: #FFF;
}
a:link {
	color: #004d69;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #004d69;
}
a:hover {
	text-decoration: none;
	color: #004d69;
}
a:active {
	text-decoration: underline;
	color: #004d69;
}
h1 {
	font-size: 24px;
	color: #d73019;
}
h2 {
	font-size: 18px;
}
h3 {
	font-size: 16px;
}
h4 {
	font-size: 14px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 10px;
}
ul {
	margin-left:0;
	padding-left:15px;
}
li {
	list-style-image:url(../images/lay/bullet.png);
}
#ffsNavShell {
	width:755px;
	text-align:right;	
	padding:0 0 35px 0;
}
#ffsNavShell a,
#ffsNavShell a:active,
#ffsNavShell a:visited,
#ffsNavShell a:hover {
	font-size:10px;
	color:#000;
	text-decoration:none;
}
.ffsNav {
	margin: 35px 0 0 0;
	padding: 0;
}
.ffsNav li {
	display: block;
	list-style-type: none;
	color: #333;
	height:28px;
	width: 176px;
	padding-left:10px;
	text-decoration: none;
	background:url(../images/lay/bg-nav.png);
	margin-bottom:4px;
	line-height:28px;
}
.ffsNav a,
.ffsNav a:active,
.ffsNav a:visited,
.ffsNav a:hover {
	display: block;
	color:#333;
	text-decoration:none;
	height:28px;
	width: 176px;
}
.ffsNav a:hover {
	text-decoration:underline;
}
.ffsNav li.selected {
	display: block;
	list-style-type: none;
	font-weight:bold;
	color: #333;
	height:28px;
	width: 176px;
	padding-left:10px;
	text-decoration: none;
	background:url(../images/lay/bg-nav-o.png);
}