/* Javadoc style sheet */

/* Define colors, fonts and other style attributes here to override the defaults */
a 				{color: #0073a0; text-decoration: none; font-weight: bolder;}
a:hover 	{	color: #003f5f;	text-decoration: none;
	font-weight: bold;}
a:visited {	color: #003f5f;	text-decoration: none;
	font-weight: bold;}

/* Page background color */
body { background-color: #FFFFFF; color:#000000; 	font: 100% Arial, Helvetica, sans-serif; }

/* Headings */
h1 { font-size: 145% }

B {font-size:100%;}

.Heading {
	color:#e29b41;
	font-size: 130%;
	text-decoration:underline;
	font-weight: bolder;
}
.nice {background-image:url(title_bg.jpg); background-repeat:repeat-x; height:18px;}

/* Table colors */
.TableHeadingColor     { background: #e29b41; color:#FFF; font-size:100%s } /* Dark mauve */
.TableSubHeadingColor  { color:#FFF; background: #f0bc7b} /* Light mauve */
.TableRowColor         { color:#000000; background-color: #eee;} /* White */

/* Font used in left-hand frame lists */
.FrameTitleFont   { font-size: 100%; color:#000000 }
.FrameHeadingFont { font-size:  90%; color:#000000 }
.FrameItemFont    { font-size:  90%; color:#000000 }

/* Navigation bar fonts and colors */
.NavBarCell1    { background-color:#ddd; color:#000000; height: 50px; padding: 10px; background-image:url(logo.jpg); background-position:right; background-repeat:no-repeat;} /* Light mauve */

.NavBarCell1Rev { background-color:#003f5f; color:#FFFFFF} /* Dark Blue */
.NavBarFont1    {  color:#000000;color:#000000;}
.NavBarFont1Rev { color:#FFFFFF;color:#FFFFFF;}

.NavBarCell2    { color:#000000}
.NavBarCell3    {  color:#000000}

