html, body {
	height: 100%;
	padding: 0;
	margin: 0;
	background-color: #FFFFFF;
}
body {
	font-family:"Verdana", Verdana, sans-serif;
	font-size:0.9em;
	text-align:left;
	line-height: 1.4em;
}
#wrapper {
	width:760px;
	margin:0px auto 0px auto;
	text-align:left;
	background-color: #FFFFFF;
	background-image: url(../images/whitecube.gif);
}
#container {
	position:relative;
	width:760px;
	height:auto;
	margin:0px;
	padding:0px;
	background-color: #FFFFFF;
	background-image: url(../images/whitecube.gif);

}
#topnav {
	line-height: 18px;
}
#topnav a:link, #topnav a:visited {
	text-decoration: none;
	color: #000000;
}
#topnav a:active {
	text-decoration: none;
	color: #666666;
}
#topnav a:hover {
	text-decoration: none;
	color: #666666;
}
.grey {
	color: #666666;
}

.clearer {
	font-size: 0px;
	height: 0px;
	width: 100%;
	display: block;
	clear: both;
}
.inline {
	display: inline;
}
h1 
{
	font-family: "Verdana", Verdana, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #000000;
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	line-height: 1.1em;
	text-align: left;
	padding-bottom: 0px;
}
h2 
{
	font-family: "Verdana", Verdana, sans-serif;
	font-size:0.95em;
	font-weight: bold;
	color: #000000;
	margin-left: 0px;
	padding-top: 24px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
h3, h4, h5, h6 
{
	font-family: "Verdana", Verdana, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	margin-left: 0px;
	padding-top: 14px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
 hr 
 {
    border: 0;
    width: 100%;
    color: #000;
    background-color: #000;
    height: 1px;
}
.here {
	font-weight: bold;
	color: #000000;
	line-height: 12px;
}
a:link, a:visited {
	color: #666666;
	text-decoration: none;
}
a:hover {
	color: #003366;
	text-decoration: none;
}
.redground {
	background-color: #FFFFFF;
	background-image: url(../images/loading.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
.blocktext {
	line-height: 18px;
	text-align: justify;
}
.uppercase {
	text-transform: uppercase;
}
.booksetc {
	float: right;
	margin-left: 25px;
	margin-bottom: 10px;
}