/*
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Cascading Style Sheet
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Created: Jan, 1998
Last Modified: Jan, 1999

Author: Gene De Lisa
Contact: gene@rockhoppertech.com
Web Site: http://www.rockhoppertech.com/gene/
*/


<STYLE TYPE="text/css">

/*
Rockhopper Technologies, Inc. Cascading Style Sheet (CSS)
Do not re-order
*/

/* body needs to be first */
body {
	font-family : verdana, geneva, arial, sans-serif;
	color : black;
	background-color : white;
	text-align : left;
	font-weight : normal;
	font-size : 1em;
	border: solid medium red;
}


P {
	color : black;
	font-family : verdana, geneva, arial, sans-serif;
	Font-Size: 10pt;
}

A  {
	text-decoration : underline;
	color : #FFFFFF;
	background-color : black;
}

A:link  {
	color : #FFFFFF;
	background-color : black;
}

A:visited  {
	color : #8F0000;
	background-color : black;
/*	text-decoration : line-through; */
}

A:active  {
	color : #FFFF00;
	background-color : black;
	text-transform : lowercase;
}

A:hover  {
	color : #FFFF00;
	background-color : black;
	text-transform : uppercase;
}
P.myname {
	text-align: center;
	font-size: large;
}

table.content  {
	font-family : verdana, geneva, arial, sans-serif;
	font-size : 1em;
	font-weight : bold;
	text-align : left;
	color : red;
	background-color : #FF0000;
}


TD.toc {
/*	Font-Size: 10pt;
	Font-Family: "Arial, sans serif";
*/
	font-weight: bold;
	color: white;
	background: black;
/*
	border-style: double;
	border-style: dashed;
	border-style: dotted;
	border-style: inset;
	border-style: outset;
	border-style: groove;
*/
	border-style: ridge;

	border-width: .2em;
	border-color: yellow;
	padding: .5em;
/*	margin: 1em;*/
	text-align: center;
}
TD.foot {
	font-size : 10pt;
	font-weight: bold;


	border-style: ridge;
	border-width: .2em;
	border-color: yellow;
	color : yellow;
	background-color : black;
	padding: .01em;
	margin-top: 1em;
	text-align: center;
}

TD.content {
	background: black;
	color: yellow;
}
td.whitecontent {
	font-family : verdana, geneva, arial, sans-serif;
	/*font-size : 1em;*/
	font-size : 12pt;
	font-weight: normal;
	color: white;
	background: black;
}

table.border  {
	font-family : verdana, geneva, arial, sans-serif;
	font-size : 0.6em;
	font-weight : bold;
	text-align : left;
	color : #FF0000;
	background-color : black;
	border: solid thick yellow;
}



.java-code {
	BACKGROUND-COLOR: #dfdfdf;
	BORDER-BOTTOM: black 1px solid;
	BORDER-LEFT: black 1px solid;
	BORDER-RIGHT: black 1px solid;
	BORDER-TOP: black 1px solid;
	COLOR: black;
	FONT-FAMILY: monospace;
	WHITE-SPACE: pre
}
.interface-name {
	FONT-WEIGHT: bold
}
.attribute-name {
	BACKGROUND-COLOR: #ffffd2; COLOR: black
}
.method-name {
	BACKGROUND-COLOR: #d9e6f8; COLOR: black
}
.parameter-name {
	BACKGROUND-COLOR: #fee6f8; COLOR: black; MARGIN-TOP: 1%
}

<!--   -->


</STYLE>
