/* Javadoc style sheet */
/* Define colors, fonts and other style attributes here to override the defaults */
/* processingLibs style by andreas schlegel, sojamo */


body {
	margin : 0;
	padding : 0;
	padding-left : 10px;
	padding-right : 8px;
	background-color : #FFFFFF;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif; 
	font-size : 100%; 
    font-size : 0.7em;
	font-weight : normal;
	line-height	: normal;
	margin-bottom:30px;
}




/* Headings */
h1, h2, h3, h4, h5, th {
	font-family :Arial, Helvetica, sans-serif; 	
	font-size:1.2em;
}


p { 
	font-size : 1em; 		
	width:80%;
}

pre, code {  
	font-family : "Courier New", Courier, monospace; 
	font-size : 12px; 
	line-height : normal;
}



table {
	border:0;
	margin-bottom:10px;
	margin-top:10px;
}


tr, td {
	border-top: 0px solid;
	border-left: 0px solid;
	padding-top:8px;
	padding-bottom:8px;
}



hr {
	border:0;
	height:1px;
	padding:0;
	margin:0;

}



dd, th, td, font {
	font-size:1.0em;
	line-height:1.0em;
}



dt {
	margin-bottom:4px;
}



dd {
	margin-bottom:20px;
}



a {
	text-decoration: underline;
	font-weight: normal;
}

a:hover, 
a:active {
	text-decoration: underline;
	font-weight: normal;
}

a:visited,
a:link:visited {
	text-decoration: underline;
	font-weight: normal;
}


img {
	border: 0px solid #000000;
}



/* Navigation bar fonts */
.NavBarCell1    { 
	border:0;
}

.NavBarCell1Rev {
	border:0;
}

.NavBarFont1 { 
	font-family: Arial, Helvetica, sans-serif;  
	font-size:1.1em;
}


.NavBarFont1 b {
	font-weight:normal;
}



.NavBarFont1:after, .NavBarFont1Rev:after {
	font-weight:normal;
	content: " \\";
}


.NavBarFont1Rev { 
	font-family: Arial, Helvetica, sans-serif;
	font-size:1.1em;
}

.NavBarFont1Rev b { 
	font-family: Arial, Helvetica, sans-serif;
	font-size:1.1em;
	font-weight:normal;
}

.NavBarCell2    { 
	font-family: Arial, Helvetica, sans-serif; 
}

.NavBarCell3    { 
	font-family: Arial, Helvetica, sans-serif;
}



font.FrameItemFont {
	font-family: Helvetica, Arial, sans-serif;
}

font.FrameHeadingFont {
	font-family: Helvetica, Arial, sans-serif;
	line-height:32px;
}

/* Font used in left-hand frame lists */
.FrameTitleFont   { 
	font-family: Helvetica, Arial, sans-serif 
}




/* COLORS */

pre, code {  
	color: #000000;
}


body {
	color : #333333;
	background-color :#FFFFFF;
}


h1, h2, h3, h4, h5, h6 {
	color:#5A5A46;
}

a {
	color: #3399CC;
}

a:hover, 
a:active {
	color: #3399CC;
}

a:visited,
a:link:visited {
	color: #3399CC;
}

td,tr {
	border-color: #999999;
}

hr {
	color:#999999;
	background:#999999;
}


.TableHeadingColor     { 
	background: #CCCCBE;
	color: #5A5A46;
}


.TableSubHeadingColor {
	background: #EEEEFF 
}

.TableRowColor {
	background: #FFFFFF 
}


.NavBarCell1    { 
	background-color:#CCCCBE; 
	color:#000; 
}

.NavBarCell1 a { 
	color:#5A5A46;
}


.NavBarCell1Rev {
	background-color:transparent;
}

.NavBarFont1    { 
	color:#5A5A46; 
}


.NavBarFont1Rev { 
	color:#fff; 
}

.NavBarCell2 { 
	background-color:#999983; 
}

.NavBarCell2 a { 
	color:#fff; 
}



.NavBarCell3    { 
	background-color:#DCDCC3;
}

