body {
	font-family: "Myriad Roman", Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 16px;
	color: #000000;
}
h1 {
	font-size: 14px;
	font-weight: bold;
	color: #660000;
	margin-top: 20px;
}
h2 {
	font-size: 12px;
	font-weight: bold;
	color: #85470a;
	margin-bottom: -8px;
}
td, th {
	font-family: "Myriad Roman", Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 16px;
	color: #000000;
}

/* Styles to control the appearance of links */
a {
	color: #85470a;
}
a:link {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	color: #000000;
/*	
	text-decoration: underline;
*/
}

/* Classes for special things */
.textCopywrite {
	font-size: 10px;
}
.textBurgundy {
	color: #660000;
}
.textBorder {
	border: thin solid #993333;
	margin: 10px;
	padding: 10px;
}
.textBurgundyBold {
	color: #660000;
	font-weight: bold;
}
.textBrown {
	color: #85470a;
}

#NavBar {
	font-size: 14px;
	color: #DFC6AD;
	font-weight: normal;
	line-height: 30px;
}
#NavBar a {
	color: #DFC6AD;
}
#NavBar a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

/*Not Sure what these are for */
.nav {
	font-size: 12px;
	line-height: 16px;
	color: #FFFFFF;
}
.navLink {
	font-size: 12px;
	text-decoration: underline;
}
/* Don't think we need these...
.mini {
	font-size: 10px;
	line-height: 13px;
	color: #333333;
}
.title {
	font-size: 24px;
	line-height: 30px;
	color: #66CC00;
}

.title_art {
	font-size: 34px;
	line-height: 42px;
	color: #66CC00;
}
*/
