.h1override {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:normal;
	text-decoration:none;
}
body,td,th {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-style: normal;
	font-weight: normal; 
}

#notes {
	background:url(images/note-body.jpg) repeat-y;
	margin-bottom:20px;
}

#note {
	background:url(images/note-bot.jpg) bottom no-repeat;
	min-height:100px;
	text-align:left;
}

#noteContent {
	margin:-10px 25px -10px 25px;
}

#header {
	background:url(images/top-bg.png) no-repeat top;
	height:70px;
	width:696px;
	position:relative;
}

#header ul {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

#header li {
	display:inline;
	list-style:none;	
}

#book {
	position:absolute;
	top:8px;
	right:125px;
}

#book a {
	font-size:16px !important;
	font-family:Verdana, Geneva, sans-serif;
	border:1px solid white;
	padding:2px 5px 10px 5px;
	height:30px;
	font-weight:bold;
}

#book a:hover {
	font-size:16px !important;
	font-family:Verdana, Geneva, sans-serif;
	border:1px solid white;
	padding:2px 5px 10px 5px;
	height:30px;
	font-weight:bold;
	background:#fff;
	color:#990000;
}
	
