a {
	text-decoration: none;
}
.main-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 10px;
}
.main-text a {
	color: #993300;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	position: relative;
	top: -13px;
}
.page-heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #003300;
	font-weight: bold;
	text-indent: 10px;
}
hr {
	color: #333333;
	background-color: #333333;
	height: 2px;
	width: 80%;
	display: block;
	text-align: left;
	position: relative;
	margin-left: 10px;
	top: -13px;
}
.form-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 5px;
	text-indent: 5px;
}
.form-box {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 5px;
}
.form-button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 5px;
}
/* Style for hyperlinks on main page (index.php) */
.home a {
	color: #993300;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	position: relative;
	top: -17px;
	margin-left: 10px;
}
/* Styles for error message */
.error-msg {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FF0000;
	padding: 5px;
}
.error-msg a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FF0000;
	padding: 10px;
	font-style: italic;
	font-weight: bold;
	text-decoration: none;
}
/* Styles for site footer bar */
.footnote {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CCCCCC;
	background-color: #000000;
	text-align: center;
}
.footnote a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: #CCCCCC;
}
/* Styles for side bars (text and hyperlinks) */
.side-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCCCCC;
	margin-left: 5px;
	margin-right: 5px;
	display: block;
}
.side-text-title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCCCCC;
	font-weight: bold;
	text-decoration: underline;
	text-align: center;
}
.side-text a {
	color: #CCCCCC;
	display: block;
	text-decoration: none;
}
/* Styles for subheadings (e.g. months) */
.page-subheading {
	font-family: Tahoma;
	font-size: 15px;
	font-weight: bold;
	color: #666666;
	margin-left: 10px;
	display: inline;
}
.page-subheading hr {
	color: #666666;
	background: #666666;
	height: 1px;
	width: 40%;
	position: relative;
	top: -7px;
}
.page-subheading a {
	color: #993300;
	font-size: 13px;
	text-decoration: none;
	position: relative;
	top: -17px;
}
/* Styles for database years controls at bottom of page */
.years a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000099;
	font-weight: bold;
	text-decoration: none;
}
.years hr {
	height: 1px;
	width: 98%;
	background: #333333;
	border: none;
	position: relative;
	top: -8px;
}
/* Styles for Board of Director page for individual's name holding the position */
.bod-title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #000000;
	margin-left: 10px;
	display: inline;
	position: relative;
	top: -15px;
}
.bod-title a {
	color: #993300;
	font-size: 13px;
	text-decoration: none;
	position: relative;
	top: -3px;
	margin-left: 10px;
}
/* Style for news-text on news article page */
.news-text {
	display: inline;
	position: relative;
	top: -25px;
}
.news-attach {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	display: inline;
	position: relative;
	top: -35px;
	left: 10px;
}
.news-attach a  {
	color: #993300;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	display: inline;
	position: relative;
	top: -20px;
	left: -10px;
}