/* CSS Document */
body {
	background-color: #fff;
}

a:link, a:visited {
	color: #812121;
	text-decoration: none;
	border: 0;
	}

a:hover {
	color:	#812121;
	text-decoration: underline;
	border: 0;
	}
	
a:active {
	color:	#812121;
	text-decoration: none;
	border: 0;
	}

p {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
line-height:18px;
color:#000;
}


/* basic page divisions */

table#mainbody {
	background-color:#fff;
	}
table#btb {
	background-color:#fff;

}

/* basic page attributes */
.bodytext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
b {
font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* printable list attributes */
table#printlist {
	margin-top:20px;
}
#printlist h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 18px;
	font-weight: bold;
	color: #000;
}
#printlist h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: bold;
	color: #4664B0;
	margin-top:30px;
	}
	
	
/* text styles */
.small {
	font-size: 11px;
	}
.smaller {
	font-size: 10px;
	}

.booktitle {
	font-weight: bold;
	font-style: italic;
	}

.inline {
	display: inline;
	} 
