body {
	background-color: #EBEAE0;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	}
.title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #666666;
	line-height: 16px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
}
.txt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	line-height: 16px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
}
.nav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
}
.subnav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	text-decoration: none;
}
.s_subnav {
	color: #006600;
	font-weight: bold;
	text-decoration:none;
}

a.navlink:link	{
	text-decoration:none;
	color:	#333333;
	font-weight: normal;
	}
a.navlink:visited	{
	text-decoration:none;
	color:	#333333;
	font-weight: normal;
	}
a.navlink:active	{
	text-decoration: none;
	font-weight: normal;
	color:	#006600;
	}
a.navlink:hover	{
	text-decoration:none;
	font-weight: normal;
	color:	#006600;
	}

a.snavlink:link	{
	text-decoration:none;
	color:	#666666;
	font-weight: normal;
	}
a.snavlink:visited	{
	text-decoration:none;
	color:	#666666;
	font-weight: normal;
	}
a.snavlink:active	{
	text-decoration: none;
	font-weight: normal;
	color:	#003333;
	}
a.snavlink:hover	{
	text-decoration:none;
	font-weight: normal;
	color:	#003333;
	}
a.next_pg {
	display:block;
	text-decoration: none;
	width:87px;
	height:28px;
    margin: 0 auto;	
}
a.next_pg, a.next_pg:visited {
	background:url(../images/next.gif) no-repeat center; 
}
a.next_pg:active, a.next_pg:hover	{
	background:url(../images/next_f2.gif) no-repeat center;
}
a.next_pg span {
	line-height:28px;
	display: none;	
}
a.back {
	display:block;
	text-decoration: none;
	width:87px;
	height:28px;
    margin: 0 auto;	
}
a.back, a.back:visited {
	background:url(../images/back.gif) no-repeat center; 
}
a.back:active, a.back:hover	{
	background:url(../images/back_f2.gif) no-repeat center;
}
a.back span {
	line-height:28px;
	display: none;	
}
