

/*****************************************************************/
/*     CSS styles for Great Classics  printed pages                      */
/*     copyright 2010 - Michael Riley                            */
/*                                                               */
/*****************************************************************/
/*                                                               */
/*****************************************************************/
html {
  height: 100%;
}

body{
	background-color:#FFFFFF;
	margin: 0px;
	padding: 0px;
	background-image: none;
    width: auto;
}



#container {
    width: auto;
    float: none !important;
    padding: 0 0 0 0 !important;
    border: 0 0 0 0 !important;
    margin: 0 0 0 0 !important;
    color: #000000;
    background: transparent;
    font-family: "Times New Roman", Times, serif;
	color: #000000;
	background-color: #FFFFFF;
}

#innercontainer {
	background-color:#FFFFFF;
	color: #000000;
    width: auto;
}


#CSShdr {
  display: none;
}
#nav{
  display: none;
}

div {
  display: inline;
}

.clear {
    display: block;
    text-align: center;
    max-width: 40em;
}
.no_print {
  display: none;
}


hr {
  display: none;
}


img {
  border: black solid 1px;
  max-width: 20em;
  margin: 0 0 0 0 !important;
}

.border {
  border: solid black 1px;
}



.hidden {
	display:none;
}
.pass {
	display:none;
}


a:link {
	color:#FF0000;
	background-color: #FFFFFF;
	text-decoration:underline;
}

p {
	font-family: "Times New Roman", Times, serif;
	color:#444444;
	background-color: #FFFFFF;
	font-size: 11pt;
	text-align: center;
    max-width: 40em;
    margin: 0 0 0 0 !important;

}


.zeroBorder{
	border: none;
}

strong {
	font-style: normal;
	font-weight: normal;
}