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

html,
body {
    width: 100%;
	min-width:850px;
    height: 100%;
	margin:0px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:rgba(0,0,0,1);
}

.menubar{
	height:55px;
	background-color:rgb(88,180,173);
	color:rgb(255,255,255); 
	font-size:18px;
}

.logobar{
	width:100%;	
}

.chaptertbl{
	width:100%;
	text-align:center;
	font-size:14px;
	border-spacing: 45px 15px;
}

.ctable{
	width:100%;
	text-align:justify;
	padding-left:20px;
	padding-right:20px;
	padding-top:0px;
	padding-bottom:10px;
}

a.linkmenu {
	color: inherit; /* blue colors for links too */
  	text-decoration: inherit; /* no underline */	
}
a.linkmenu:hover { 
    text-decoration:underline;
}

a.chapters {
	color: inherit; /* blue colors for links too */
  	text-decoration: inherit; /* no underline */	
}
a.chapters:hover { 
	color: inherit; /* blue colors for links too */
  	text-decoration: inherit; /* no underline */	
}

.navtitle{
	text-align:left;
}