.quickLink {
	border: 1px dotted #030;
	margin-bottom: 10px;
	background-color: #FCF7E2;
	margin-right: auto;
	margin-left: auto;
	display: block;
	padding: 10px;
}
.quickLink a:link, a:visited {
	color: #333;
	text-decoration: none;
}
.quickLink a:hover , a:active{
	color: #F30;
	text-decoration: underline;
	background-image: none;
	margin: 0px;
	padding: 0px;
}

/*------------------------------------------------------------*/
#tabs {
	margin-bottom: 20px;
	margin-right: auto;
	margin-left: auto;
	display: block;
	overflow: hidden;
}
#tabs a:link {
	text-decoration: none;
	background-image: url(../images/btn_chapter.gif);
	height: 30px;
	width: 150px;
	display: inline;
	float: left;
	margin-right: 10px;
	margin-left: 10px;
	padding-top: 10px;
	color: #030;
	text-align: center;
	background-repeat: no-repeat;
	background-position: left top;
}
#tabs a:visited {
	text-decoration: none;
	background-image: url(../images/btn_chapter.gif);
	height: 30px;
	width: 150px;
	display: inline;
	float: left;
	margin-right: 10px;
	margin-left: 10px;
	padding-top: 10px;
	color: #030;
	text-align: center;
	background-repeat: no-repeat;
	background-position: left top;
}
#tabs a:hover   {
	text-decoration: none;
	background-image: url(../images/btn_chapter.gif);
	color: #030;
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 30px;
	width: 150px;
	margin-right: 10px;
	margin-left: 10px;
	padding-top: 10px;
	float: left;
}
#tabs .current    {
	text-decoration: none;
	background-image: url(../images/btn_chapter.gif);
	display: block;
	color: #900;
	text-align: center;
	background-repeat: no-repeat;
	background-position: left -40px;
	height: 30px;
	width: 150px;
	padding-top: 10px;
	margin-right: 10px;
	margin-left: 10px;
	float: left;
}
/*------------------------------------------------------------------*/
@charset "utf-8";
/* CSS Document */

#smallTabs {
	margin-bottom: 20px;
	margin-right: auto;
	margin-left: auto;
	display: block;
	overflow: hidden;
}
#smallTabs a:link {
	text-decoration: none;
	background-image: url(../images/btn_chapter2.gif);
	height: 30px;
	width: 135px;
	display: inline;
	float: left;
	margin-right: 2px;
	margin-left: 2px;
	padding-top: 10px;
	color: #030;
	text-align: center;
	background-repeat: no-repeat;
	background-position: left top;
}
#smallTabs a:visited {
	text-decoration: none;
	background-image: url(../images/btn_chapter2.gif);
	height: 30px;
	width: 135px;
	display: inline;
	float: left;
	margin-right: 2px;
	margin-left: 2px;
	padding-top: 10px;
	color: #030;
	text-align: center;
	background-repeat: no-repeat;
	background-position: left top;
}
#smallTabs a:hover   {
	text-decoration: none;
	background-image: url(../images/btn_chapter2.gif);
	color: #030;
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 30px;
	width: 135px;
	margin-right: 2px;
	margin-left: 2px;
	padding-top: 10px;
	float: left;
}
#smallTabs .current    {
	text-decoration: none;
	background-image: url(../images/btn_chapter2.gif);
	display: block;
	color: #900;
	text-align: center;
	background-repeat: no-repeat;
	background-position: left -40px;
	height: 30px;
	width: 135px;
	padding-top: 10px;
	margin-right: 2px;
	margin-left: 2px;
	float: left;
}
