body
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
}

table
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
}

td
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
}

th
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
}

a
{
	text-decoration:none;
}

a:link {
	color:"#087d42";
}

a:visited {
	color:"#087d42";
}

a:hover {
	color:"#000000";
}

.sample_book_title {
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	font-size:16px;
	font-weight:bold;
	padding-top:5px;
	padding-bottom:10px;
	text-align:center;
}

.sample_chapter_title {
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	font-size:16px;
	font-weight:bold;
	padding-top:5px;
	padding-bottom:10px;
	text-align:center;
}

.top_menu_bar {
	border-top-color:#000000;
	border-top-style:solid;
	border-top-width:1px;
	border-bottom-color:#000000;
	border-bottom-style:solid;
	border-bottom-width:2px;
	height:20px;
	background-color:#BBBBBB;
}

.top_menu_item {
	text-align:center;
	vertical-align:middle;
}

.top_menu_link {
	color:#087d42;
	font-weight:bold;
	font-size:12px;
}

.top_menu_link:hover {
	color:#000000;
}

.home_boxes {
	width:100%;
}

.home_box {
	border-color:#666666;
	border-width:2px;
	border-style:solid;
	padding-bottom:2px;
	padding-left:5px;
	padding-right:5px;
	padding-top:2px;
	font-size:15px;
	vertical-align:top;
}

.home_box_space {
	width:5px;
	height:10px;
}

.home_box_title {
	color:#087d42;
	font-weight:bold;
}