/*====================================== MISC styles ======================================*/
a:link, a:visited {
	color:#996633;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

p {
	margin: 1em 0;
	padding:0;
}

.indentedContent {
	padding: 0 20px;
}

body { /*controls default font for entire site*/
	color:#333;
	line-height:1.4em;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
	text-align:left;
}

.brownBold {
	color:#996633;
	font-weight:bold;
}

.smallText {
	font-size:8pt;
}

hr {
	width: 100%;
	height: 1px;
	color: #ff6600;
	background-color: #ff6600;
	border:0;
}

.tableBorder {
	border:solid 1px #333;
}

table {
	border-collapse:collapse; /*this eliminates double width borders between when you apply CSS borders to TDs*/
}

.greyText {
	color:#777;
}

.purpleText, a.purpleText {
	color:#5e275f;
}
.lavendarText, a.lavendarText {
	color:#754973;
}