/* Desktop and mobile body styles */
body {
	background: url(dBack.png);
	background-size: 100%;
	background-repeat: repeat-y;
	margin-left: 76px;
	font-family: "Times New Roman", Times, serif;
	font-size: 14pt;
	line-height: 115%;
	}
@media (max-width: 699px) {
	body {
		background: url(mBack.png);
		background-size: 100%;
		background-repeat: repeat-y;
		margin-left: 7px;
		font-family: "Times New Roman", Times, serif;
		font-size: 24px;
	}
}

/* Button styles */
.btn {
  -webkit-border-radius: 19;
  -moz-border-radius: 19;
  border-radius: 19px;
  font-family: inherit;
  color: #000000;
  font-size: inherit;
  font-size-adjust:inherit;
  background: #fff981;
  padding: 10px 20px 10px 20px;
  border: solid #1f628d 3px;
  text-decoration: none;
}

.btn:hover {
  background: #3cb0fd;
  text-decoration: none;
  font-style: italic;
}

/* Content styles */
a:hover {font-weight: bold;}
.bi {
	font-weight: bold;
	font-style: italic;
}
.biu {
	font-weight:bold;
	font-style:italic;
	text-decoration:underline;
}
.center {text-align: center;}
.eighteenb {
	font-size: 1.6em; 
	font-weight: bold;
	line-height: 1.6em;
	}
.fourteen {
	font-size: 1.25em;
	line-height: 1.25em;
}
.fourteenb {
	font-size: 1.25em;
	font-weight: bold;
	line-height: 1.25em;
}
.fourteenbu {
	font-size: 1.25em; 
	font-weight: bold; 
	text-decoration: underline;
	line-height: 1.25em;
	}
.ind {
	text-indent: 20px;
}
.sectionhead {
	font-family: "Times New Roman", Times, serif;
	font-size: 2em;
	font-weight: bold;
	line-height: 2em;
}
.sixteenb {
	font-size: 1.4em; 
	font-weight: bold;
	line-height: 1.4em;
	}
.sixteenbi {
	font-size: 1.4em; 
	font-weight: bold;
	font-style:italic;
	line-height: 1.4em;
	}
.sixteenbu {
	font-size: 1.4em; 
	font-weight: bold; 
	text-decoration: underline;
	line-height: 1.4em;
	}
.subtitle {
	font-size: 1.5em;
	font-weight: bold;
	text-align: center;
	font-style: italic;
	line-height: 1.5em;
}
.super {
	font-size: 0.75em; 
	vertical-align: super;
	}
.tab {text-indent: 20;}
.title {
	font-size: 3em;
	font-weight: bold;
	text-align: center;
	line-height: 3em;
}
.titlesuper {
	font-size: 1.4em; 
	font-weight: bold; 
	vertical-align: super; 
	text-align: center;
	}
.twentyfourbi {
	font-size: 2em; 
	font-weight: bold; 
	font-style: italic;
	line-height: 2em;
	}
.under {text-decoration: underline;}
