/* --- This css file sets the attributes for all pages except the index page.  Almost all attributes are the same
	except for the border on the table and the header1 and headr2*/

a, A:link, a:visited, a:active
		{color: #0000aa; text-decoration: none; font-family: Verdana, Arial, Helvetica, sans-serif;}
	A:hover
		{color: #ff0000; text-decoration: none; font-family: Verdana, Arial, Helvetica, sans-serif;}
	p, tr, td, ul, li
		{color: #000000; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 14px;}
	sup
		{color: #000000; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px;}
	.header1, h1
		{color: #000000; font-weight: bold; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 18px; margin: 0px; padding: 2px;}
	.header2, h2
		{color: #000000; font-weight: bold; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 14px;}
	.intd
		{color: #000000; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 14px; padding-left: 15px; padding-right: 15px;}

/* --- static menu styles ---
note:
	1. not all browsers render styles the same way so try out your style sheet
	on different browsers before publishing;
style naming convention:
	m<zero based menu number>l<zero based level number>i|o<for inner or outer tag>
*/

.m0l0o {
	border: 1px solid #666666;
	text-decoration: none;
}

.m0l0i {
	font-size: 12px;
	font-family: Tahoma, Verdana, Arial;
	padding: 4px;
	text-decoration: none;
}

.m0l1o {
	border: 1px solid #666666;
	text-decoration: none;
}

.m0l1i {
	font-size: 12px;
	font-family: Tahoma, Verdana, Arial;
	padding: 4px;
	text-decoration: none;
}

/* ---  sets body table attributes border on right and bottom */ 
table.c {
	border-top: 0px;
	border-left: 0px;
	border-right: 1px solid #BA79FB;
	border-bottom: 1px solid #BA79FB;
}
/* --- sets font size for book page */
#bookpage p {
	color: #000000; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 13px;
}
