@charset "UTF-8";
/* CSS Document */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


body {
	font-family:Arial, 'Helvetica', sans-serif;	
	background-color:#E4E4E4;
}
.fulljustify {
	text-align: justify;
}
.fulljustify:after {
	content: "";
	display: inline-block;
	width: 100%;
}


#header {
	position:fixed;
	background-color:#E4E4E4;
	left:0px;
	right:0px;
	top:0px;
	border-bottom: 2px solid #FF0;
	color:#FF0;
	height:28px;
	font-size:18px;
	padding:10px 10px 0px 10px;
	z-index:999;
}
#header-under {
	position:fixed;
	background-color:#E4E4E4;
	left:0px;
	right:0px;
	top:40px;
	border-bottom: 2px solid #FFD700;
	color:#FFD700;
	height:18px;
	font-size:18px;
	padding:10px 10px 0px 10px;
	z-index:999;
	line-height:8px;
}

#header a {
	color:#FF0;
	text-decoration:none;
}
#header a:hover {
	border-bottom: 2px solid #FF0;
}


.cover {
	position: relative;
	width:16%;
	margin-left:2%;
	margin-right:2%;
	margin-top:2%;
	float:left;
	min-width:150px;
}

.cover-booklet {
	width:100%;
}

#book{
	margin-left:50%;
	left:-421px;
	margin-top:50px;
}
::-webkit-scrollbar              { width:0px; }

#back {
	position:fixed;
	font-size:14pt;
	font-family:Arial, Helvetica, sans-serif;
	top:4px;
	margin-left:4px;
	color:black;	
}

#back:hover {
text-decoration:underline;
	color:blue;	
}
.styled {
	margin-top:-9px;	
}

select {
	color:#005;	
}