/* Javadoc style sheet */

/* Define colors, fonts and other style attributes here to override the defaults */

/* Page background color */
body {
	font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	background-color:#FFFFFF;
	margin: 0px;
	padding: 0px;
}

/* Headings */
h1, h2, h3, h4, h5, h6	{
	font-family: "Lucida Sans Unicode", "Lucida Grande", verdana, lucida, arial, helvetica, sans-serif;
	font-weight: bold;
	margin-top: 3px;
	margin-bottom: 3px;
	letter-spacing: 1px;
	width: 90%;
}

h1 {
	font-size: 18px;
}

h2 {
	font-size: 16px;
}

h3 {
	font-size: 14px;
}

h4 {
	font-size: 12px;
	color: #666666;
}

h5 {
	font-size: 11px;
}

/* Links */
a:link {
	color: #404b25;
	text-decoration: none;
}

a:visited {
    color: #404b25;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: #a7af95;
}

a:active {
	text-decoration: none;
	color: #dabf77;
}

body, td, th {
	font-size: 13px;
}

/* Table colors */
.TableHeadingColor     { background: #CCCCFF; color:#000000 }
.TableSubHeadingColor  { background: #EEEEFF; color:#000000 } 
.TableRowColor         { background: #FFFFFF; color:#000000 } 

/* Font used in left-hand frame lists */
.FrameTitleFont   { font-size: 100%; font-family: Helvetica, Arial, sans-serif; color:#000000 }
.FrameHeadingFont { font-size:  90%; font-family: Helvetica, Arial, sans-serif; color:#000000 }
.FrameItemFont    { font-size:  90%; font-family: Helvetica, Arial, sans-serif; color:#000000 }

/* Navigation bar fonts and colors */
.NavBarCell1    { background-color:#EEEEFF; color:#000000}
.NavBarCell1Rev { background-color:#00008B; color:#FFFFFF} 
.NavBarFont1    { font-family: Arial, Helvetica, sans-serif; color:#000000;color:#000000;}
.NavBarFont1Rev { font-family: Arial, Helvetica, sans-serif; color:#FFFFFF;color:#FFFFFF;}

.NavBarCell2    { font-family: Arial, Helvetica, sans-serif; background-color:#FFFFFF; color:#000000}
.NavBarCell3    { font-family: Arial, Helvetica, sans-serif; background-color:#FFFFFF; color:#000000}


