body {
	background-image: url('backgr.gif');
	background-attachment: fixed;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
td,th {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

tr{
	background-color: ECECEC;
}

.whitetr{
	background-color: white;
}
.graytr{
	background-color: ECECEC;
}
.gradient-image { 
	background: url(red_bg.gif) 
	repeat-x; 
   	height: 100px; 
}
.gradient-content { 
	font-size: 24px; 
	font-weight: bold; 
	margin: 1em; 
}
.book-gradient-image { 
	background: url(book_red_bg.gif) 
}
.gray-gradient-image {
	background: url(gray_bg.gif) 
	repeat; 
   	width=750px; 
}
.slidetable{
	font-size: 16px;
	font-weight: bold;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}
.navFont { 
	font-size: 12px; 
	font-weight: bold; 
}