/* Javadoc style sheet */

/* Define colors, fonts and other style attributes here to override the defaults */

/* Page background color */

body {
	font-family: Tahoma, Helvetica, Arial, Sans-serif;
	font-size: 100%;
	background-color: black;
	color: #08FF08;
}

a {
	color: #08FF08;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #FFFF08;
}

a:active {
	color: #FFAA00;
}
/* Headings */
h1 { font-size: 145% }

/* Table colors */
.TableHeadingColor     {
	background: #7A7A7A;
} /* Dark mauve */
.TableSubHeadingColor  {
	background: #696969;
} /* Light mauve */
.TableRowColor         { background: #404040 } 

/* Font used in left-hand frame lists */
.FrameTitleFont   { font-size: 100%; font-family: Helvetica, Arial, sans-serif }
.FrameHeadingFont { font-size:  90%; font-family: Helvetica, Arial, sans-serif }
.FrameItemFont    { font-size:  90%; font-family: Helvetica, Arial, sans-serif }

/* Navigation bar fonts and colors */
.NavBarCell1    { background-color:#000000;} /* Light mauve */
.NavBarCell1Rev { background-color:#08FF08;} /* Dark Blue */
.NavBarFont1    { font-family: Arial, Helvetica, sans-serif; color:#08FF08;}
.NavBarFont1Rev { font-family: Arial, Helvetica, sans-serif; color:#000000;}

.NavBarCell2    { font-family: Arial, Helvetica, sans-serif; background-color:#404040;}
.NavBarCell3    { font-family: Arial, Helvetica, sans-serif; background-color:#404040;}


