/*  Railroad Styles  */


/*  Contact Info at bottom of page  */
.contact {
	font-family: "Times New Roman", Times, serif;
	font-size:smaller;
}

/*  Return To... and Request Info links at bottom of page  */
.NavLink {font-size: 10pt}

/*  Main page content  */
.MainContent {
	font-family: "Times New Roman", Times, serif;
	font-size: medium;
}

/*  Main page content justified  */
.MainContentJustify {
	font-family: "Times New Roman", Times, serif;
	font-size: medium;
	text-align:justify;
}

/*  Main page content, bold, not justified  */
.BoldContent {
	font-family: "Times New Roman", Times, serif;
	font-size: medium;
	font-weight: bold;
}

/*  Page subtitle  */
.subtitle {
	font-family: "Times New Roman", Times, serif;
	font-size: medium;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 1.75;
}

/*  Page title  */
.title {
	font-family: "Times New Roman", Times, serif;
	font-size: x-large;
	font-weight: bold;
}

/*  Inner bullets  */
.Bullet {
	line-height: 50%;
	padding: 0 0 0 .5em;
}

/*    */
ul {
  	margin-top: 0;
  	padding-top: 0;
  	margin-left: 1em;
  	padding-left: 1em;
}

/*    */
li {
	margin: .7em 0 .7em 0;
	padding: 0 0 0 .3em;
}


/* Used in More Info section at bottom of page. Kept for compatability with other site pages. */
/* Used together, the spacing between the lines is tightened up. */
.style4 {font-size: 8pt}

.style5 {font-size: 10px}

