/* My Favorite Aquarium Style Sheet */
body {
	background-color:	#ffffff;
	color:				#006000;
	line-height:		150%;
	font-family:		'Times New Roman', 'generic font family';
	font-size :			10px;
}
a:link {
	color:				#006000;
	background-color:	#ffffff;
	text-decoration:	underline;
}
a:active {
	color:				#006000;
	background-color:	#ffffff;
	text-decoration:	underline;
}
a:visited {
	color:				#006000;
	background-color:	#ffffff;
	text-decoration:	underline;
}
a:hover {
	color:				#006000;
	text-decoration:	underline;
	background-color:	#ccffcc;
}
h2 {
	font-weight:		bold;
	color:				#003000;
	font-style:			italic;
	margin:				0em 1.5em 1em;
	padding:			0.2em;
	border-bottom-style:	double;
	border-top-style:	double;
	border-color:		#008000;
	background-color:	#eeffee;
	text-align:			center;
	clear:				both;
}
h3 {
	border-left:		solid 15px #008000;
	border-bottom:		solid 2px #008000;
	padding:			3px 3px 3px 10px;
	clear:				both;
}
h4 {
	border-left:		solid 15px #008000;
	border-bottom:		solid 2px #008000;
	padding:			3px 3px 3px 10px;
	clear:				both;
}
h5 {
	border-left:		solid 5px #008000;
	border-bottom:		dashed 1px #008000;
	padding:			0px 0px 3px 10px;
	clear:				both;
}
h6 {
	border-left:		solid 5px #008000;
	border-bottom:		dashed 1px #008000;
	padding:			0px 0px 3px 10px;
	clear:				both;
}
sup {
	font-size :			75%;
}
p {
	text-indent: 12px;
}
p#tyuui {
  margin : 0px 7% 0px 10%;
  padding : 0px 1% 0px 2%;
  border-left : dashed 1px #008000;
  border-right : dashed 1px #008000;
  font-size : 76%;
}
div.section {
	position: relative;
	margin : 0px 3% 40px 3%;
}
acronym.term {
	position:			relative;
	border-bottom:		dashed 1px #008000;
	cursor:				help;
}
acronym.plain {
	position:			relative;
}
div.left {
	float : left;
	width : 45%;
}
div.right {
	float : right;
	width : 45%;
}
div.left30 {
	float : left;
	width : 25%;
}
div.right70 {
	float : right;
	width : 65%;
}
div.full {
	float : left;
	width : 100%;
}
div.center {
	text-align:			center;
}
div.rightbottom {
	text-align :		right;
	font-size :			75%;
}
div.footnote {
	position:			relative;
	margin:				0px 0px 0px 10%;
	font-size :			75%;
}
hr {
	height:				1px;
	color:				#008000;
}
hr.dot {
	height:				2px;
	border:				dotted 2px #008000;
}
dt {
	font-weight:bold;
}
span.green {
	color:				#008000;
}
span.italic {
	font-style:			italic;
}
span.box {
	border:				1px solid gray;
}
span.negative {
	color:				#ffffff;
	background-color:	#006000;
}
span.command {
	font-family:		'Lucida Console', 'generic font family';
}
span.under {
	position:			relative;
	border-bottom:		solid 1px #008000;
}
span.red {
	color:				#ff0000;
}
span.blue {
	color:				#0000ff;
}
pre.command {
	font-weight:		bold;
	font-family:		'Lucida Console', 'generic font family';
	background-color:	#ccff99;
	border:				1px solid gray;
	padding:			5px;
	white-space:		pre;
/*	width:				100%;*/
	font-size :			75%;
}
img {
	border:				0px;
}
td {
	background-color:	#ffffff;
	color:				#006000;
	line-height:		150%;
	font-family:		'Times New Roman', 'generic font family';
	font-size :			10px;
}
