/* HYPERLINK STYLE */

a:link {
	color: #0000FF;
	border: 0px;
}
a:visited {
	color: #FF0000;
	border: 0px;
}
a:active {
	color: #FF0000;
	border: 0px;
}



/* TAG-LEVEL STYLES */

div.center h2 {
	font-style: italic;
}
img {
	border: 0px;
}
pre {
	font-family: "Courier New", Courier, mono;
	font-size: 0.8em;
}
sup {
	font-size: 0.7em;
	line-height: 0.7em;
	margin-left: 1px;
}
sub {
	font-size: 0.6em;
	line-height: 0.6em;
	margin-left: 1px;
}



/* CLASS- and ID-LEVEL STYLES */

.noital {
	font-style: normal;
}
.nobold {
	font-weight: normal;
}
.center {	
	text-align: center; 
}
.uline {
  text-decoration: underline;
}
.litcited {
	font-family: "Courier New", Courier, mono;
	font-size: 0.8em;
	margin-left: 4.5em;
	margin-right: 4em;
	text-indent: -3em;
}
.indent {
	margin-left: 40px;
}
.space  LI { 
	margin-bottom: 1em; 
	margin-top: 1em;
}
.font5 {
	font-size: 1.5em;
}
.caption {
	font-size: smaller;
	text-align: left;
}
.green {
  color: green;
}
.navy {
  color: navy;
}
.red {
  color: red;
}


/* TITLE STYLES FOR MAIN JRFSC HOME PAGE */
#title1 {
	font: bold 2em "Times New Roman", Times, serif;
	color: navy;
}
#title2 {
	font: 1.5em "Times New Roman", Times, serif;
	color: navy;
}
#title3 {
	font: 1.1em/150% "Times New Roman", Times, serif;
	color: navy;
}


/* HEADER AND FOOTER STYLES */

/* for JRFSC text in header and footer */
.npwrc {
	font: bold 12pt Times New Roman;
	text-align: left;
	vertical-align: bottom;
	padding-top: 1px;
	padding-right: 1px;
	padding-bottom: 1px;
}
a.menu1:link {
	color: #000;
	text-decoration: none;
	padding: 1px;
}
a.menu1:visited {
	color: #000;
	text-decoration: none;
	padding: 1px;
}
a.menu1:hover {
	background: #DDD;
	text-decoration: none;
	padding: 1px;
}

/* for Links in menu list */
.linkmenu {
	font: 8pt Arial, Helvetica, sans-serif;
	text-align: right;
	padding: 1px;
	vertical-align: bottom;
}
a.menu2:link {
	color: #0000FF;
	text-decoration: none;
	padding: 1px;
}
a.menu2:visited {
	color: #FF0000;
	text-decoration: none;
	padding: 1px;
}
a.menu2:hover {
	padding: 1px;
	background: #DDD;
}

/* for Footer text below menu links */
.foottext {
	font: 8pt Times New Roman;
}
