@import url(http://fonts.googleapis.com/css?family=Lato);
/* Javadoc style sheet */

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

/* Page background color */
body { 
	background-color: #FFFFFF; 
	color:rgb(81,81,81);
	font-size:16px;
	line-height: 24px;
	font-family:Lato, sans-serif;
}

/* Headings */
h1 { font-size: 145% }

h3{
	color:rgb(239,107,0);
}

a{
	color:rgb(239,107,0);
	font-weight:normal;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}

/* Table colors */
.TableHeadingColor     { background: #EF6B00; color:white;} 
.TableSubHeadingColor  { background: #F47A00; } 
.TableSubHeadingColor a{
	color:white;
}
.TableRowColor         { background: #FFFFFF; } /* White */

/* Font used in left-hand frame lists */
.FrameTitleFont   { font-size: 100%; }
.FrameHeadingFont { font-size:  90%; }
.FrameItemFont    { font-size:  90%;  }

/* Navigation bar fonts and colors */
.NavBarCell1    { background-color:#EF6B00; color:white;} /*orange*/
.NavBarCell1Rev { background-color:#EF6B00; color:rgb(102,102,102);} /* Dark Blue */

.NavBarCell1 a{
	color:white;
}
.NavBarFont1    { }
.NavBarFont1Rev {}

.NavBarCell2    { }
.NavBarCell3    { }

