a:link { color: #0000FF; text-decoration: none; }

a:visited { color: #0000FF; text-decoration: none; }

a:hover { color: #0000FF; text-decoration: underline; }

a:active { color: #0000FF; text-decoration: none; }

body {
	background-color: #B1D3EC;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	margin-top: 0px;
}

hr { color: #000000; height: 1px; }

input, select, textarea {
	border-bottom: 1px solid;
	border-left: 1px solid;
	border-right: 1px solid;
	border-top: 1px solid;
	font-size: 9pt;
}

li.number { list-style-image: none; list-style-type: decimal; }

td {
	empty-cells: hide;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

td.bookheading {
	background-color: #669ACC;
	color: #ffffff;
	text-align: center;
	font-weight: bold;
}

td.booktopic { margin-left: 40px; margin-right: 40px; }

ul { list-style-image: url("images/dot.gif"); }

ul.actdot { list-style-image: url(images/actdot.png); }

.actorange { color: #fe5000; }

.bigdot {
	list-style-type: circle;
	list-style-image: url('images/bigdot.jpg');
	list-style-position: inside;
	line-height: 25px;
	position: relative;
	right: -10px;
}

.bodydiv {
	margin-bottom: 3px;
	margin-left: 3px;
	margin-right: 3px;
}

.button { background-color: #DDECF7; }

.headingtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20pt;
	text-shadow: 2px 2px 2px #a5a5a5;
}

.menucss {
	text-align: center;
	font-family: Arial;
	font-size: xx-small;
	border: 1px solid #000000;
	background-color: #99CCFF;
}

.plain { background-color: #FFFFFF !important; }

.sagegreen { color: #008000; }

.thintableb { border: 1px solid #000000; border-collapse: collapse; }

#fadeinbox {
	background-color: #B1D3EC;
	border: 1px solid #000000;
	left: 0;
	padding: 4px;
	position: absolute;
	top: -400px;
	visibility: hidden;
	width: 500px;
	z-index: 100;
}

#shadowdivhorizontal {
	background-image: url('images/shadow_bottom.gif');
	background-repeat: repeat-x;
	height: 12px;
	padding: 0 0 0 0;
}

#shadowdivleft {
	background-image: url('images/shadow_left.gif');
	background-repeat: repeat-y;
	padding: 0 0 0 0;
	width: 12px;
}

#shadowdivleftcorner {
	background-image: url('images/shadow_corner_left.gif');
	background-repeat: no-repeat;
	height: 12px;
	padding: 0 0 0 0;
	width: 12px;
}

#shadowdivright {
	background-image: url('images/shadow_right.gif');
	background-repeat: repeat-y;
	padding: 0 0 0 0;
	width: 12px;
}

#shadowdivrightcorner {
	background-image: url('images/shadow_corner_right.gif');
	background-repeat: no-repeat;
	height: 12px;
	width: 12px;
}

#shadowdivvertical {
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	width: 927px;
}

#topbox {
	background-color: #FFFFFF;
	left: 0;
	padding: 4px;
	position: absolute;
	top: -400px;
	visibility: hidden;
	width: 600px;
	z-index: 100;
}