@charset "utf-8";
/* CSS Document */
a {
	color:#00f;
	text-decoration:underline;
}
a:hover {
	color:#f00;
	font-weight:bold;
	text-decoration:underline;
}
body {
	background-color:#060;
}
h1 {
	color:#060;
	font:bold 24Pt Verdana, Arial, Helvetica, Sans-Serif;
}
h2 {
	font:normal 20pt Verdana, Arial, Helvetica, Sans-Serif;
}
h3 {
	font:bold 16px Verdana, Arial, Helvetica, Sans-Serif;
}
h4 {
	font-size:12pt;
	font-weight:normal;
}
h5 {
	font-size:10pt;
	font-weight:normal;
}
hr {
	background:#069;
	color:#069;
	height:5px;
}
ol {
	list-style-type:decimal;
}
td {
	font:Normal 14px "Times New Roman", Times, Serif;
	text-align:justify;
}
th {
	font-size:10pt;
}
ul {
	list-style-type:disc;
}
.note {
	background-color:#FF0;
	color:#000;
	font-size:9pt;
}
.table {
	background-image:url(images/beige.jpg);
}
.table-title {
	background-color:#060;
	color:#fff;
	font:bold 20px Verdana, Arial, Helvetica, Sans-Serif;
	text-align:center;
	width:32%;
}
.workbook {
	background-color:#FFC;
	font:bold 16px Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
}
#navlist ul {
	margin:0;
	padding:0;
}
#navlist li {
	display:inline;
	list-style-type:none;
}
#navlist a {
	padding: 3px 3px;
}
#navlist a:link, #navlist a:visited {
	color:#fff;
	background-color:#060;
	text-decoration:none;
}
#navlist a:hover {
	color:#000;
	background-color:#7FFF00;
	text-decoration:none;
}

