<STYLE TEXT="text/css"> 

body {
}

body {
	text-align: center; 
/*	background-color: #CC9900; */
	margin: 0px; 
	padding: 0px;
	background-image: url(graphics/back.jpg); 
}

div.frame {
	text-align: left; 
	width: 610px; 
	background-color: #FFFFFF; 
	margin: 10px auto 0px auto; 
	padding: 10px; 
	border: #996600 solid 2px;
}

div.titlebar {
	background-color: #FFFF00;
	height: 72;
	text-align: center;
	margin-bottom: 0px;
}

div.navleft {
	float: left;
	margin-bottom: 0px;
}

div.navright {
	float: right;
	margin-bottom: 0px;
}

div.main_content {
}

h1 {
	font-family: Verdana, sans-serif;
	font-weight: normal;
	font-size: 36px;
	margin: 0px auto 0px auto;
	background-color: #FFFF00;
	color: #000000;
	text-indent: 4px;
}

div.titlebar h1 {
	width: 360;
/*	border: #000000 solid 2px; */
	text-indent: 0px;
	padding-bottom: 13px;
}

div.titlebar span.subtext {
	font-size: 20px;
}

h2 {
	font-family: Verdana, sans-serif;
	color: #00000;
	font-weight: bold;
	font-size: 16px;
	background-color: #33CC00;
/*	border: #33CC00 solid 1px; */
	text-indent: 2px;
}

h3 {
	font-family: Verdana, sans-serif;
	color: #663300;
	font-weight: bold;
	font-size: 16px;
}

h4 {
	font-family: Myriad Condensed Web, Arial Narrow, sans-serif; 
	color: #663300;
	font-size: 16px;
	text-decoration: underline;
	font-weight: normal;
	margin-bottom: 0px;
}

p,ul,ol,dl {
	font-family: Myriad Condensed Web, Arial Narrow, sans-serif; 
	color: #663300;
	text-align: justify;
	font-size: 16px;
}

ul {
	list-style-type: square;
}

p.toplessmargin {
	margin-top: 0px;
}

p.bottomlessmargin {
	margin-bottom: 0px;
}

p.nav {
	text-align: center;
	font-size: 10px;
	color: #FFFF00;
	margin: 0px;
	padding: 4px 0px 4px 0px;
	border: #33CC00 solid 2px;
}

p.nav em {
	color:#996600;
	font-weight: normal;
	font-style: normal;
}

p.footer {
	font-family: Myriad Condensed Web, Arial Narrow, sans-serif; 
	text-align: center;
	color: #996600;
	font-size: 12px;
}

p.quotation {
	margin-left: 30px;
	margin-right: 30px;
}

p.return {
	text-align: right;
	margin-top: 0px;
}

p.footer a {
	text-decoration: none;
	background-color: inherit;
	font-family: Myriad Condensed Web, Arial Narrow, sans-serif; 
	text-align: center;
	color: #CCCCCC;
	font-size: 12px;
}

td {
	background-color: #CCFF99;
}

td.obj {
	font-family: arial; 
	font-size: 22px; 
	text-align: center
}

td.ref {
	font-family: arial; 
	font-size: 10px; 
	background-color:#CCC
}

span.term {
	font-weight: bold;
	cursor: help;
}

span.htmlcode {
	font-family: Courier New, monospace; 
	text-align: center;
}

span.pageflip {
	border: #663300 solid 1px;
	font-size: 12px; 
}

a:link {
	color: #996600; 
	font-size: inherit;
	background-color: inherit;
}
a:visited {
	color: #996600; 
	font-size: inherit;
	background-color: inherit;
}
a:hover {
	color: #996600; 
	font-size: inherit;
	background-color: #FFFF00;
}
a:active {
	color: #996600; 
	font-size: inherit;
	background-color: inherit;
}
p.nav a {
	text-decoration: none;
}
p.nav a:hover {
	text-decoration: underline;
}
span.pageflip a {
	text-decoration: none;
}

</STYLE>